update C lib/include/ files from clang 10 to 11rc1

This commit is contained in:
Andrew Kelley
2020-08-04 17:17:48 -07:00
parent c6e0df6213
commit 16513fee6c
46 changed files with 51827 additions and 17644 deletions

View File

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