mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 23:52:31 +00:00
3 lines
98 B
C
3 lines
98 B
C
|
#define HWCAP_MIPS_R6 (1 << 0)
|
||
|
#define HWCAP_MIPS_MSA (1 << 1)
|
||
|
#define HWCAP_MIPS_CRC32 (1 << 2)
|