Releases: projg2/cpuid2cpuflags
Releases · projg2/cpuid2cpuflags
v14
- Add x86 flags for
vpclmulqdq
and a lot of avx512
features.
v13
- 32-bit systems on AArch64 CPU are now reported as
armv8
- New ARM flags:
asimddp
, i8mm
, sm4
, sve
v12
- FreeBSD aarch64 support (thanks to Alexey Dokuchaev)
v10
- vsx2 flag for ppc, thanks to Georgy Yakovlev.
v9
Fix running arm tests on aarch64.
v8
Some refactoring and ARM tests.
v7: PowerPC support
Support for PowerPC (ppc32 & ppc64), along with hwcap dumping tool and tests.
v6
- x86: add tests
- x86: add 'sha' flag
v5
- arm: support non-glibc systems with getauxval()
- x86: support non-GNUC compilers with cpuid.h
- x86: add pclmul flag (thanks to Vivek Jindal)