• R
    make fma and lrint functions build without full fenv support · 2e77dc13
    Rich Felker 提交于
    this is necessary to support archs where fenv is incomplete or
    unavailable (presently arm). fma, fmal, and the lrint family should
    work perfectly fine with this change; fmaf is slightly broken with
    respect to rounding as it depends on non-default rounding modes to do
    its work.
    2e77dc13
lrint.c 2.1 KB