| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 64f98a9 commit 11242bc
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -398,7 +398,7 @@ uint32_t ZLIB_INTERNAL crc32_sse42_simd_( /* SSE4.2+PCLMUL */ | |||
| 398 | 398 | */ | |
| 399 | 399 | #include <arm_acle.h> | |
| 400 | 400 | #include <arm_neon.h> | |
| 401 | - #define TARGET_ARMV8_WITH_CRC __attribute__((target("arch=armv8-a+crc"))) | ||
| 401 | + #define TARGET_ARMV8_WITH_CRC __attribute__((target("arch=armv8-a+crc+crypto"))) | ||
| 402 | 402 | #else // !defined(__GNUC__) && !defined(_aarch64__) | |
| 403 | 403 | #error ARM CRC32 SIMD extensions only supported for Clang and GCC | |
| 404 | 404 | #endif | |
| Back | FazBrowse Home | New Git URL |
0 commit comments