mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 23:08:31 +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
|
@ -188,6 +188,7 @@ int main(int argc, char *argv[]) {
|
|||
CANIUSE(AVX512VL);
|
||||
CANIUSE(AVX512_4FMAPS);
|
||||
CANIUSE(AVX512_4VNNIW);
|
||||
CANIUSE(AVX512_FP16);
|
||||
CANIUSE(AVX512_BF16);
|
||||
CANIUSE(AVX512_BITALG);
|
||||
CANIUSE(AVX512_VBMI2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue