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

Commits on Jan 23, 2024

  1. Add rounding operators for graphene_simd4f_t

    Both ceil() and floor(). Use the naive implementation, for the time
    being.
    ebassi committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    fafb99a View commit details
    Browse the repository at this point in the history
  2. Add SSE4.1 rounding implementations

    SSE4.1 has intrinsics for ceil() and round() operators, so let's use
    them.
    ebassi committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    0959b6f View commit details
    Browse the repository at this point in the history