Skip to content

Fix errors in incorrect SAE and ROUNDING parameters #1794

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

Merged
merged 1 commit into from
May 3, 2025

Conversation

sayantn
Copy link
Contributor

@sayantn sayantn commented May 2, 2025

fixes: rust-lang/rust#140352

The avx512f errors were because the Intrinsics Guide was changed in v3.4 (see the discussion in the upstream issue), the avx512fp16 errors were just mistakes. These were all the errors I was able to find via a script, there might be more.

@rustbot
Copy link
Collaborator

rustbot commented May 2, 2025

r? @Amanieu

rustbot has assigned @Amanieu.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@Amanieu Amanieu added this pull request to the merge queue May 3, 2025
Merged via the queue into rust-lang:master with commit b2fae58 May 3, 2025
58 checks passed
@sayantn sayantn deleted the rounding-sae branch May 4, 2025 19:27
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.

core_arch::x86::avx512f intrinsics with rounding do not compile
3 participants