HWCAP2_FPMR
.hwcap_bit = HWCAP2_FPMR,
return getauxval(AT_HWCAP2) & HWCAP2_FPMR;
have_fpmr = getauxval(AT_HWCAP2) & HWCAP2_FPMR;