mirror of
https://github.com/google/cpu_features.git
synced 2025-10-01 16:04:57 +02: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>