forked from OSchip/llvm-project
[X86] Add two missing #endif directives to immintrin.h that should have been in r333014.
llvm-svn: 333023
This commit is contained in:
parent
1f343fa0e0
commit
1fceff99d8
|
@ -68,9 +68,11 @@
|
|||
|
||||
#if !defined(_MSC_VER) || __has_feature(modules) || defined(__AVX2__)
|
||||
#include <avx2intrin.h>
|
||||
#endif
|
||||
|
||||
#if !defined(_MSC_VER) || __has_feature(modules) || defined(__F16C__)
|
||||
#include <f16cintrin.h>
|
||||
#endif
|
||||
|
||||
#if !defined(_MSC_VER) || __has_feature(modules) || defined(__VPCLMULQDQ__)
|
||||
#include <vpclmulqdqintrin.h>
|
||||
|
|
Loading…
Reference in New Issue