You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We also 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.
0 commit comments