mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 08:12:28 +00:00
Update tests and CPU detection for Blink
This commit is contained in:
parent
be3e109309
commit
006c44ff5d
24 changed files with 206 additions and 56 deletions
|
@ -205,6 +205,8 @@
|
|||
"__weak__"
|
||||
"__vector_size__"
|
||||
"__ms_abi__"
|
||||
"__sysv_abi__"
|
||||
"systemfive"
|
||||
"__mode__"
|
||||
"__seg_fs"
|
||||
"__seg_gs"))
|
||||
|
|
|
@ -41,7 +41,9 @@
|
|||
"__code_model_medium__"))
|
||||
|
||||
(cpp92
|
||||
'("__BYTE_ORDER__"
|
||||
'("__SEG_FS"
|
||||
"__SEG_GS"
|
||||
"__BYTE_ORDER__"
|
||||
"__ORDER_LITTLE_ENDIAN__"
|
||||
"__ORDER_BIG_ENDIAN__"
|
||||
"__ORDER_PDP_ENDIAN__"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue