steinwurf / cpuid

C++ library for detecting CPU capabilities
https://cpuid.steinwurf.com
Other
105 stars 21 forks source link

cpuid fails on armv6, armv7: error: unknown type name 'Elf32_auxv_t' #60

Open yurivict opened 1 year ago

yurivict commented 1 year ago

See the full description in this issue in sfizz project which breaks: https://github.com/sfztools/sfizz/issues/1116

jpihl commented 1 year ago

We've been unable to reproduce this issue. Can you provide some more information on this, like which toolchain you are using?

clausecker commented 9 months ago

This problem affects FreeBSD where the interface to access the ELF aux vectors is slightly different (use function elf_aux_info, vectors are of type unsigned long).