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

Conversation

eduardosm
Copy link
Contributor

  • Add #[track_caller] to some assert functions.
  • SSE2 sll/slli/srl/srli/sra/srai now test cases where the shift amount is equal or greater to the number of bits
  • Test -0.0 in SSE/SSE2 packed min/max

Includes cases where the shift amount is equal or greater to the number of bits.
Includes cases where the shift amount is equal to the number of bits
Includes cases to test -0.0, like done for `_mm_min_ps`.
@rustbot
Copy link
Collaborator

rustbot commented Sep 13, 2023

r? @Amanieu

(rustbot has picked a reviewer for you, use r? to override)

@Amanieu Amanieu merged commit e658393 into rust-lang:master Sep 22, 2023
26 checks passed
@eduardosm eduardosm deleted the tests branch October 12, 2023 09:14
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.

3 participants