]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/vm/lz4_assembly_select.h
xnu-4903.221.2.tar.gz
[apple/xnu.git] / osfmk / vm / lz4_assembly_select.h
index 7971711f4b4cd30be4559b1949d6479ba679a52a..c320cad032ccf6410f76073b1dbe3689bf57927a 100644 (file)
 //  Rule: one define for each assembly source file
 
 //  To enable assembly
-#if   defined __ARM_NEON__
+#if defined __arm64__
+#define LZ4_ENABLE_ASSEMBLY_ENCODE_ARM64 1
+#define LZ4_ENABLE_ASSEMBLY_DECODE_ARM64 1
+#elif defined __ARM_NEON__
 #define LZ4_ENABLE_ASSEMBLY_ENCODE_ARMV7 1
 #define LZ4_ENABLE_ASSEMBLY_DECODE_ARMV7 1
 #elif defined __x86_64__