X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/3903760236c30e3b5ace7a4eefac3a269d68957c..d9a64523371fa019c4575bb400cbbc3a50ac9903:/osfmk/vm/lz4_assembly_select.h?ds=sidebyside diff --git a/osfmk/vm/lz4_assembly_select.h b/osfmk/vm/lz4_assembly_select.h index 7971711f4..c320cad03 100644 --- a/osfmk/vm/lz4_assembly_select.h +++ b/osfmk/vm/lz4_assembly_select.h @@ -32,7 +32,10 @@ // 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__