zig cc: Update intrinsic headers to Clang 20.
This commit is contained in:
6
lib/include/module.modulemap
vendored
6
lib/include/module.modulemap
vendored
@@ -66,6 +66,8 @@ module _Builtin_intrinsics [system] [extern_c] {
|
||||
textual header "__wmmintrin_aes.h"
|
||||
textual header "__wmmintrin_pclmul.h"
|
||||
|
||||
textual header "mm3dnow.h"
|
||||
|
||||
explicit module mm_malloc {
|
||||
requires !freestanding
|
||||
header "mm_malloc.h"
|
||||
@@ -122,10 +124,6 @@ module _Builtin_intrinsics [system] [extern_c] {
|
||||
header "popcntintrin.h"
|
||||
}
|
||||
|
||||
explicit module mm3dnow {
|
||||
header "mm3dnow.h"
|
||||
}
|
||||
|
||||
explicit module aes_pclmul {
|
||||
header "wmmintrin.h"
|
||||
export aes
|
||||
|
||||
Reference in New Issue
Block a user