zig cc: Update intrinsic headers to Clang 20.

This commit is contained in:
Alex Rønne Petersen
2025-02-05 10:23:43 +01:00
parent 0181cfe8ad
commit ce754724b3
80 changed files with 18035 additions and 2970 deletions

View File

@@ -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