Make further progress on non-x86 support

This commit is contained in:
Justine Tunney 2023-05-08 21:38:30 -07:00
parent aef9a69a60
commit 036b9a0002
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
155 changed files with 2307 additions and 653 deletions

View file

@ -51,6 +51,12 @@
"__BMI__"
"__BMI2__"
"__FMA__"
"__FMA4__"
"__CLZERO__"
"__MWAITX__"
"__SGX__"
"__VAES__"
"__VSX__"
"__ADX__"
"__PCLMUL__"
"__POPCNT__"
@ -74,12 +80,14 @@
"__aarch64__"
"__powerpc__"
"__powerpc64__"
"_ARCH_PWR5X"
"__mips__"
"__s390__"
"__s390x__"
"__mips64"
"__m68k__"
"__riscv"
"__riscv_flen"
"__riscv_xlen"
"__MICROBLAZE__"
"__amd64__"
@ -177,6 +185,7 @@
"LONG_BIT"
"IM_FEELING_NAUGHTY"
"__REAL_MODE__"
"__ia16__"
"__x86__"
"__i386__"
"__i486__"