Re: HWCAP_CRYPTO define for ARMv8?

2016-05-20 Thread Horia Ioan Geanta Neag
On 5/15/2016 1:13 PM, Jeffrey Walton wrote: > Hi Everyone, > > It appears defines like HWCAP_CRC32 fall under the purview of the > kernel. Confer, http://www.google.com/search?q="HWCAP_CRC32; (my > apologies if this is not the case). > > We use getauxval(AT_HWCAP) and HWCAP_CRC32 for runtime

HWCAP_CRYPTO define for ARMv8?

2016-05-15 Thread Jeffrey Walton
Hi Everyone, It appears defines like HWCAP_CRC32 fall under the purview of the kernel. Confer, http://www.google.com/search?q="HWCAP_CRC32; (my apologies if this is not the case). We use getauxval(AT_HWCAP) and HWCAP_CRC32 for runtime detection of processor support for CRC. However, I can't find