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

[AVX-512] Use roundscale for rounding #286

Merged
merged 1 commit into from
Feb 25, 2020

Conversation

shibatch
Copy link
Owner

@shibatch shibatch commented Feb 25, 2020

This patch allows rounding operations to use _mm512_roundscale_pd or _mm512_roundscale_ps with AVX-512. This should make the whole computation faster.

This PR addresses issue #285.

@shibatch shibatch merged commit b30a127 into master Feb 25, 2020
@shibatch shibatch deleted the use_roundscale_for_rounding_with_avx512 branch February 25, 2020 02:55
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

Successfully merging this pull request may close these issues.

1 participant