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

Improve some SSE and SSE2 tests #1466

Merged
merged 5 commits into from
Sep 22, 2023
Merged

Improve some SSE and SSE2 tests #1466

merged 5 commits into from
Sep 22, 2023

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    4239b85 View commit details
    Browse the repository at this point in the history
  2. Improve SSE2 sll/srl/sra tests

    Includes cases where the shift amount is equal or greater to the number of bits.
    eduardosm committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    ac616b9 View commit details
    Browse the repository at this point in the history
  3. Improve SSE2 slli/srli/srai tests

    Includes cases where the shift amount is equal to the number of bits
    eduardosm committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    0d8aeb0 View commit details
    Browse the repository at this point in the history
  4. Improve _mm_max_ps, _mm_min_pd, _mm_max_pd tests

    Includes cases to test -0.0, like done for `_mm_min_ps`.
    eduardosm committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    141625d View commit details
    Browse the repository at this point in the history
  5. Format

    eduardosm committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    4cd8223 View commit details
    Browse the repository at this point in the history