| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3d8113f commit 2477e79
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -387,9 +387,9 @@ uint32_t ZLIB_INTERNAL crc32_sse42_simd_( /* SSE4.2+PCLMUL */ | |||
| 387 | 387 | #endif | |
| 388 | 388 | ||
| 389 | 389 | #if defined(__aarch64__) | |
| 390 | - #define TARGET_ARMV8_WITH_CRC __attribute__((target("aes,crc"))) | ||
| 390 | + #define TARGET_ARMV8_WITH_CRC __attribute__((target("arch=armv8-a+aes+crc"))) | ||
| 391 | 391 | #else // !defined(__aarch64__) | |
| 392 | - #define TARGET_ARMV8_WITH_CRC __attribute__((target("armv8-a,crc"))) | ||
| 392 | + #define TARGET_ARMV8_WITH_CRC __attribute__((target("crc"))) | ||
| 393 | 393 | #endif // defined(__aarch64__) | |
| 394 | 394 | ||
| 395 | 395 | #elif defined(__GNUC__) | |
@@ -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 | ||
| 401 | + #define TARGET_ARMV8_WITH_CRC __attribute__((target("arch=armv8-a+crc"))) | ||
| 402 | 402 | #else // !defined(__GNUC__) && !defined(_aarch64__) | |
| 403 | 403 | #error ARM CRC32 SIMD extensions only supported for Clang and GCC | |
| 404 | 404 | #endif | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,5 +2,5 @@ | |||
| 2 | 2 | // Refer to tools/dep_updaters/update-zlib.sh | |
| 3 | 3 | #ifndef SRC_ZLIB_VERSION_H_ | |
| 4 | 4 | #define SRC_ZLIB_VERSION_H_ | |
| 5 | - #define ZLIB_VERSION "1.3.0.1-motley-e432200" | ||
| 5 | + #define ZLIB_VERSION "1.3.0.1-motley-8b7eff8" | ||
| 6 | 6 | #endif // SRC_ZLIB_VERSION_H_ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments