mirror of https://github.com/WebAssembly/wasi-libc
Browse Source
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-testpull/226/head
Dan Gohman
4 years ago
2 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue