Skip to content

Add rounding operators for graphene_simd4f_t#261

Merged
ebassi merged 2 commits intomasterfrom
simd-round
Jan 23, 2024
Merged

Add rounding operators for graphene_simd4f_t#261
ebassi merged 2 commits intomasterfrom
simd-round

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
@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