mirror of
https://github.com/google/cpu_features.git
synced 2025-07-01 21:31:15 +02:00
Add loongarch64 Support (#314)
* Add macros for LOONGARCH hwcaps * Update hwcaps.h * LoongArch Support * Remove unused definitions. * Add ignored feature in test.
This commit is contained in:
@ -20,6 +20,7 @@ enum Cpu
|
||||
MIPS,
|
||||
POWER,
|
||||
RISCV,
|
||||
LOONGARCH,
|
||||
s390x,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user