Commit ebd6f3c
authored
Remove rint from jsmath library. NFC (emscripten-core#23148)
We use `__builtin_rint` (which lowers to a single `f64.nearest`
instruction) when compiling the musl version of `rint.c` so there there
is
no need to use a JS call for this case.1 parent a8d325c commit ebd6f3c
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
0 commit comments