aosp-riscv / platform_bionic

1 stars 5 forks source link

libm/riscv64: minor bugfixes in `fenv` #7

Closed liushuyu closed 2 years ago

liushuyu commented 2 years ago

This pull request does the following:

  1. Renamed several instructions to the newer naming convention.
  2. Removed the extra rounding mode filtering in fesetround since filtering is probably only needed in full soft-float implementations.