This fixes rem_test on AArch64 and should be mostly a no-op for x86 since
we use assembly versions there. I did not update the remquol()
implementation, since the musl version fails rem_test whereas the current
one passes. Similarly modfl() was also not updated since the musl version
raises a spurious FE_INEXACT that the tests do not like.
Details
Details
rem_test now passes on aarch64
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 37826 Build 34715: arc lint + arc unit