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

The rem test fails with 1.9 beta and up #42

Closed
gbaraldi opened this issue Jan 3, 2023 · 0 comments
Closed

The rem test fails with 1.9 beta and up #42

gbaraldi opened this issue Jan 3, 2023 · 0 comments

Comments

@gbaraldi
Copy link

gbaraldi commented Jan 3, 2023

From 1.9 beta and up, julia has a native implementation of rem which is a bit faster than the openlibm version we currently use. That does mean the rem test now fails, since it doesn't see a frem operation but instead a couple fsubs and fabs

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

1 participant