Closed doughdemon closed 7 years ago
getauxval()
is glibc-only per the manpage. If musl supports it (does it provide both AT_HWCAP and AT_HWCAP2?), then please supply me the definition that I could use to detect that.
getauxval()
is glibc-only per the manpage. If musl supports it (does it provide both AT_HWCAP and AT_HWCAP2?),
yes.
then please supply me the definition that I could use to detect that.
You could check for <sys/auxv.h> in configure.
Well, I guess that makes sense. FWICS, Android seems to have that header and function as well.
Could you test the current git (-9999)?
Current git works. Thanks!
Resolving then. I'll include it in the next release. Feel free to ping me in a few days if nothing else comes up for the release.
Seems to work fine, except that the GLIBC test in src/arm.c is counter-productive...