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

Add rounding operators for graphene_simd4f_t #261

Merged
merged 2 commits into from
Jan 23, 2024
Merged

Add rounding operators for graphene_simd4f_t #261

merged 2 commits into from
Jan 23, 2024

Conversation

ebassi
Copy link
Owner

@ebassi ebassi commented Jan 23, 2024

Use the naive implementation, unless we have access to SSE4.1 in which case we can use the native intrinsics.

Both ceil() and floor(). Use the naive implementation, for the time
being.
SSE4.1 has intrinsics for ceil() and round() operators, so let's use
them.
@ebassi ebassi merged commit d03fb3d into master Jan 23, 2024
5 checks passed
@ebassi ebassi deleted the simd-round branch January 23, 2024 16:53
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