Open gnzlbg opened 6 years ago
Hey @alexcrichton as far as I understand then the tests cover this right?
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.