mirror of
https://github.com/google/cpu_features.git
synced 2025-11-14 19:20:37 +01:00
getauxval() returns an unsigned long which can be defined to be more than 32 bits so don't force the result into a uint32_t. Signed-off-by: Rashmica Gupta <rashmica.gupta@au1.ibm.com>