From 6cf248ec0824c746fc796905144c8077ccab99cf Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sun, 5 Aug 2018 02:20:05 -0400 Subject: update c_headers/* to LLVM 7.0.0rc1 --- c_headers/module.modulemap | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'c_headers/module.modulemap') diff --git a/c_headers/module.modulemap b/c_headers/module.modulemap index 95d26cefa6..1d1af57fd0 100644 --- a/c_headers/module.modulemap +++ b/c_headers/module.modulemap @@ -38,6 +38,7 @@ module _Builtin_intrinsics [system] [extern_c] { explicit module neon { requires neon header "arm_neon.h" + header "arm_fp16.h" export * } } @@ -62,6 +63,17 @@ module _Builtin_intrinsics [system] [extern_c] { textual header "fma4intrin.h" textual header "mwaitxintrin.h" textual header "clzerointrin.h" + textual header "wbnoinvdintrin.h" + textual header "cldemoteintrin.h" + textual header "waitpkgintrin.h" + textual header "movdirintrin.h" + textual header "pconfigintrin.h" + textual header "sgxintrin.h" + textual header "ptwriteintrin.h" + textual header "invpcidintrin.h" + + textual header "__wmmintrin_aes.h" + textual header "__wmmintrin_pclmul.h" explicit module mm_malloc { requires !freestanding @@ -128,14 +140,6 @@ module _Builtin_intrinsics [system] [extern_c] { export aes export pclmul } - - explicit module aes { - header "__wmmintrin_aes.h" - } - - explicit module pclmul { - header "__wmmintrin_pclmul.h" - } } explicit module systemz { -- cgit v1.2.3