diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2021-08-15 18:00:10 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2021-08-15 18:00:10 -0700 |
| commit | 21606339af2712d94bb3cfdcc9050287c5a2134c (patch) | |
| tree | d5df6035a82eb191bf6f2d92518c5250d31833d5 /lib/include/immintrin.h | |
| parent | 78ff2a148a707f041ab5e5cfdbb5f854bc66270e (diff) | |
| download | zig-21606339af2712d94bb3cfdcc9050287c5a2134c.tar.gz zig-21606339af2712d94bb3cfdcc9050287c5a2134c.zip | |
update C header files to clang 13 rc1
Diffstat (limited to 'lib/include/immintrin.h')
| -rw-r--r-- | lib/include/immintrin.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/include/immintrin.h b/lib/include/immintrin.h index 22f7a520c9..56d3dadf6a 100644 --- a/lib/include/immintrin.h +++ b/lib/include/immintrin.h @@ -72,11 +72,6 @@ #include <f16cintrin.h> #endif -#if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ - defined(__VPCLMULQDQ__) -#include <vpclmulqdqintrin.h> -#endif - /* No feature check desired due to internal checks */ #include <bmiintrin.h> @@ -231,6 +226,11 @@ #endif #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ + defined(__VPCLMULQDQ__) +#include <vpclmulqdqintrin.h> +#endif + +#if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ defined(__VAES__) #include <vaesintrin.h> #endif |
