aboutsummaryrefslogtreecommitdiff
path: root/lib/include/module.modulemap
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2020-08-04 17:17:48 -0700
committerAndrew Kelley <andrew@ziglang.org>2020-08-04 17:17:48 -0700
commit16513fee6c9c229e40f5abd82220a6f30e8e2180 (patch)
tree6421c69c95ba6b1447c8c2a4af0fc039a39db8cf /lib/include/module.modulemap
parentc6e0df6213af1ecf5734bc6bcb4d7c29a4b41351 (diff)
downloadzig-16513fee6c9c229e40f5abd82220a6f30e8e2180.tar.gz
zig-16513fee6c9c229e40f5abd82220a6f30e8e2180.zip
update C lib/include/ files from clang 10 to 11rc1
Diffstat (limited to 'lib/include/module.modulemap')
-rw-r--r--lib/include/module.modulemap6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/include/module.modulemap b/lib/include/module.modulemap
index 7954a77a41..6894672ef0 100644
--- a/lib/include/module.modulemap
+++ b/lib/include/module.modulemap
@@ -27,6 +27,12 @@ module _Builtin_intrinsics [system] [extern_c] {
header "arm_fp16.h"
export *
}
+
+ explicit module sve {
+ requires sve
+ header "arm_sve.h"
+ export *
+ }
}
explicit module intel {