Merge pull request #133 from JunHe77:simd

PiperOrigin-RevId: 393681630
This commit is contained in:
Victor Costan
2021-08-30 01:36:24 +00:00
3 changed files with 31 additions and 2 deletions

View File

@@ -49,6 +49,9 @@
/* Define to 1 if you target processors with BMI2+ and have <bmi2intrin.h>. */
#cmakedefine01 SNAPPY_HAVE_BMI2
/* Define to 1 if you target processors with NEON and have <arm_neon.h>. */
#cmakedefine01 SNAPPY_HAVE_NEON
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
#cmakedefine01 SNAPPY_IS_BIG_ENDIAN