diff options
| author | Alex Rønne Petersen <alex@alexrp.com> | 2025-07-16 04:52:10 +0200 |
|---|---|---|
| committer | Alex Rønne Petersen <alex@alexrp.com> | 2025-08-30 06:36:40 +0200 |
| commit | ce7339e80a11e0a8f466e779212ee328a7ddc9e5 (patch) | |
| tree | 911ae7cce5f776dc6276a84d4e640092cf40d7f3 /lib/include/module.modulemap | |
| parent | b7a8c045efab89c0fab0d3d1c678442c2b373066 (diff) | |
| download | zig-ce7339e80a11e0a8f466e779212ee328a7ddc9e5.tar.gz zig-ce7339e80a11e0a8f466e779212ee328a7ddc9e5.zip | |
zig cc: update intrinsic headers to LLVM 21
Diffstat (limited to 'lib/include/module.modulemap')
| -rw-r--r-- | lib/include/module.modulemap | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/include/module.modulemap b/lib/include/module.modulemap index dcaf09e8f2..a72828625a 100644 --- a/lib/include/module.modulemap +++ b/lib/include/module.modulemap @@ -35,6 +35,14 @@ module _Builtin_intrinsics [system] [extern_c] { } } + explicit module arm64 { + requires arm64 + requires windows + + header "arm64intr.h" + export * + } + explicit module intel { requires x86 export * @@ -231,6 +239,11 @@ module _Builtin_stdbool [system] { export * } +module _Builtin_stdcountof [system] { + header "stdcountof.h" + export * +} + module _Builtin_stddef [system] { textual header "stddef.h" |
