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
I think this issue is more about exhaustive testing of all f32 bit patterns whereas today we just do a best-effort randomized fuzzing sorta against musl's libm
The functions taking a single
f32
could be fully validated (for all input bit-patterns) againstlibm
.For functions taking multiple arguments and single
f64
s, the validation againstlibm
could happen for some value ranges only.The text was updated successfully, but these errors were encountered: