Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate against actual libm implementations #150

Open
gnzlbg opened this issue Oct 2, 2018 · 2 comments
Open

Validate against actual libm implementations #150

gnzlbg opened this issue Oct 2, 2018 · 2 comments

Comments

@gnzlbg
Copy link
Contributor

gnzlbg commented Oct 2, 2018

The functions taking a single f32 could be fully validated (for all input bit-patterns) against libm.

For functions taking multiple arguments and single f64s, the validation against libm could happen for some value ranges only.

@Schultzer
Copy link
Contributor

Hey @alexcrichton as far as I understand then the tests cover this right?

@alexcrichton
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants