-
Notifications
You must be signed in to change notification settings - Fork 78
simd: implement float math intrinsics #219
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job!
A few nits.
2c4652d
to
9691257
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I missed that one.
9691257
to
f7694d0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your work!
There are some issues with the CI, so I'll have to wait a bit before merging this PR.
The CI has been reenabled. Can you please rebase on master to trigger the CI? |
Implements the intrinsics required to pass float-math-pass and libm_std_can_float ui tests. Signed-off-by: Andy Sadler <[email protected]>
f7694d0
to
688f742
Compare
Rebased. |
Thanks! |
Implements the intrinsics required to pass float-math-pass and libm_std_can_float ui tests.
Signed-off-by: Andy Sadler [email protected]