Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In the musl 1.2.1 update, I made a change to disable the new code in sinh for handling directed rounding modes, but I only incompletely disabled it. This led to `sinh(-inf)` computing `inf` instead of `-inf`, detected in [wasi-libc-test]. This patch fixes it. [wasi-libc-test]: https://github.com/CraneStation/wasi-libc-test/tree/master/libc-test
- Loading branch information