From: Craig Topper Date: Tue, 22 May 2018 20:33:04 +0000 (+0000) Subject: [X86] Add two missing #endif directives to immintrin.h that should have been in r333014. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7dbbc58aa34d51f41ca2a628b09099f80e22d0a2;p=clang [X86] Add two missing #endif directives to immintrin.h that should have been in r333014. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@333023 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Headers/immintrin.h b/lib/Headers/immintrin.h index 80b99965e0..e5127181be 100644 --- a/lib/Headers/immintrin.h +++ b/lib/Headers/immintrin.h @@ -68,9 +68,11 @@ #if !defined(_MSC_VER) || __has_feature(modules) || defined(__AVX2__) #include +#endif #if !defined(_MSC_VER) || __has_feature(modules) || defined(__F16C__) #include +#endif #if !defined(_MSC_VER) || __has_feature(modules) || defined(__VPCLMULQDQ__) #include