Cpuid2cpuflags Versions Save

Tool to generate CPU_FLAGS_* for your CPU

v14

3 months ago
  • Add x86 flags for vpclmulqdq and a lot of avx512 features.

v13

4 months ago
  • 32-bit systems on AArch64 CPU are now reported as armv8
  • New ARM flags: asimddp, i8mm, sm4, sve

v12

1 year ago
  • FreeBSD aarch64 support (thanks to Alexey Dokuchaev)

v11

3 years ago
  • rdrand flag for x86

v10

3 years ago
  • vsx2 flag for ppc, thanks to Georgy Yakovlev.

v9

4 years ago

Fix running arm tests on aarch64.

v8

4 years ago

Some refactoring and ARM tests.

v7

4 years ago

Support for PowerPC (ppc32 & ppc64), along with hwcap dumping tool and tests.

v6

4 years ago
  • x86: add tests
  • x86: add 'sha' flag

v5

6 years ago
  • arm: support non-glibc systems with getauxval()
  • x86: support non-GNUC compilers with cpuid.h
  • x86: add pclmul flag (thanks to Vivek Jindal)