mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
Iterate more on recent changes
This commit is contained in:
parent
7138399f96
commit
d0ad2694ed
22 changed files with 90 additions and 158 deletions
|
@ -25,6 +25,12 @@
|
|||
#define _X86_CC_AVX2 0
|
||||
#endif
|
||||
|
||||
#ifdef __F16C__
|
||||
#define _X86_CC_F16C 1
|
||||
#else
|
||||
#define _X86_CC_F16C 0
|
||||
#endif
|
||||
|
||||
#ifdef __AVXVNNI__
|
||||
#define _X86_CC_AVXVNNI 1
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue