mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 00:02:28 +00:00
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:
parent
9a10adac35
commit
045632a743
7 changed files with 38 additions and 15 deletions
|
@ -220,7 +220,13 @@
|
|||
"__m256i"
|
||||
"__m256_u"
|
||||
"__m256d_u"
|
||||
"__m256i_u"))
|
||||
"__m256i_u"
|
||||
"__m512"
|
||||
"__m512d"
|
||||
"__m512i"
|
||||
"__m512_u"
|
||||
"__m512d_u"
|
||||
"__m512i_u"))
|
||||
|
||||
)
|
||||
(concat "\\_<"
|
||||
|
|
|
@ -55,6 +55,7 @@
|
|||
"__AVX512CD__"
|
||||
"__AVX512DQ__"
|
||||
"__AVX512BF16__"
|
||||
"__AVX512FP16__"
|
||||
"__AVX512IFMA__"
|
||||
"__AVX5124VNNIW__"
|
||||
"__AVX512VBMI__"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue