Make fixupobj work on Windows

This fixes a regression with recent cosmocc toolchain releases that
causes fixupobj to fail with "ifunc ftruncate #1 failed" on Windows
This commit is contained in:
Justine Tunney 2024-03-24 03:14:25 -07:00
parent 9a10adac35
commit 045632a743
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
7 changed files with 38 additions and 15 deletions

View file

@ -220,7 +220,13 @@
"__m256i"
"__m256_u"
"__m256d_u"
"__m256i_u"))
"__m256i_u"
"__m512"
"__m512d"
"__m512i"
"__m512_u"
"__m512d_u"
"__m512i_u"))
)
(concat "\\_<"

View file

@ -55,6 +55,7 @@
"__AVX512CD__"
"__AVX512DQ__"
"__AVX512BF16__"
"__AVX512FP16__"
"__AVX512IFMA__"
"__AVX5124VNNIW__"
"__AVX512VBMI__"