aboutsummaryrefslogtreecommitdiff
path: root/c_headers/module.modulemap
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2018-08-05 02:20:05 -0400
committerAndrew Kelley <superjoe30@gmail.com>2018-08-05 02:20:05 -0400
commit6cf248ec0824c746fc796905144c8077ccab99cf (patch)
tree463572711498a9dfa33dfc52eb0778c2b3822054 /c_headers/module.modulemap
parentee68f28bba2a6a39786899a55af843cc854d6c43 (diff)
downloadzig-6cf248ec0824c746fc796905144c8077ccab99cf.tar.gz
zig-6cf248ec0824c746fc796905144c8077ccab99cf.zip
update c_headers/* to LLVM 7.0.0rc1
Diffstat (limited to 'c_headers/module.modulemap')
-rw-r--r--c_headers/module.modulemap20
1 files changed, 12 insertions, 8 deletions
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 {