slightly different compiler flags with Raspberry Pi ARM64

This commit is contained in:
Josh Tynjala
2023-03-01 15:55:55 -08:00
parent f9b52b7e91
commit 55ca39da44
4 changed files with 8 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
<!-- TODO: ARM64 NEON -->
<!-- <set name="PIXMAN_ARM_SIMD" value="1" if="android || rpi" unless="HXCPP_ARMV7 || HXCPP_ARMV7S || HXCPP_ARM64 || HXCPP_X86" /> -->
<set name="PIXMAN_ARM_NEON" value="1" if="HXCPP_ARMV7 || HXCPP_ARMV7S || rpi" unless="ios || NDKV22+" />
<set name="PIXMAN_ARM_NEON" value="1" if="HXCPP_ARMV7 || HXCPP_ARMV7S || rpi" unless="ios || NDKV22+ || HXCPP_ARM64" />
<files id="native-toolkit-pixman">