Skip to content

Releases: gentoo/cpuid2cpuflags

v7: PowerPC support

10 Sep 19:58
v7
7776735

Choose a tag to compare

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

v6

19 Jul 18:12
v6
b0d213f

Choose a tag to compare

v6
  • x86: add tests
  • x86: add 'sha' flag

v5

02 Dec 08:31
v5

Choose a tag to compare

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

v4

31 Mar 21:40
v4

Choose a tag to compare

v4

Minor improvements, documentation:

  • added a README file with usage instructions and technical details,
  • short-circuited 32-bit code on pure AArch64 target,
  • added explicit error on unknown ARM architecture and uname() failure.

v3

23 Mar 19:12
v3

Choose a tag to compare

v3

ARM (& aarch64) support!

v2

13 Jul 21:35

Choose a tag to compare

v2

Rewritten in C using CPUID intrinsic.

v1

13 Jul 21:34

Choose a tag to compare

v1

Initial Python version