[X86] Add two missing #endif directives to immintrin.h that should have been in r333014.

llvm-svn: 333023
This commit is contained in:
Craig Topper 2018-05-22 20:33:04 +00:00
parent 1f343fa0e0
commit 1fceff99d8
1 changed files with 2 additions and 0 deletions

View File

@ -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>