mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +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
|
@ -61,6 +61,12 @@
|
|||
#define _X86_CC_AVX512BF16 0
|
||||
#endif
|
||||
|
||||
#ifdef __AVX512FP16__
|
||||
#define _X86_CC_AVX512FP16 1
|
||||
#else
|
||||
#define _X86_CC_AVX512FP16 0
|
||||
#endif
|
||||
|
||||
#ifdef __AVX512VBMI__
|
||||
#define _X86_CC_AVX512VBMI 1
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue