Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
lib
libc
include
mips64-linux-musl
bits
hwcap.h
pretty
plain
permalink
blame
history
•
3 lines
•
98 B
1
#define HWCAP_MIPS_R6		(1 << 0)
2
#define HWCAP_MIPS_MSA		(1 << 1)
3
#define HWCAP_MIPS_CRC32	(1 << 2)