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

vectorize math on-the-fly #17

Closed
simoll opened this issue Jun 11, 2018 · 1 comment
Closed

vectorize math on-the-fly #17

simoll opened this issue Jun 11, 2018 · 1 comment
Assignees

Comments

@simoll
Copy link
Member

simoll commented Jun 11, 2018

When RV encounters a call to a declared math function (available in the SLEEF submodule) it should automatically vectorize the scalar implementation of that function (for the current vector width/arch; as long as there is no SIMD mapping in PlatformInfo).

@simoll simoll self-assigned this Jun 11, 2018
@simoll
Copy link
Member Author

simoll commented Jul 26, 2018

This is fully implemented with the resolver API since 3b10d5d .
Also only math functions up to the ulpErrorBound passed to rv::addSleefResolver will be considered.

@simoll simoll closed this as completed Jul 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant