-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
-Ctarget-feature=+avx doesn't enable sse4.2 #128426
Copy link
Copy link
Closed
Labels
A-target-featureArea: Enabling/disabling target features like AVX, Neon, etc.Area: Enabling/disabling target features like AVX, Neon, etc.C-bugCategory: This is a bug.Category: This is a bug.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-target-featureArea: Enabling/disabling target features like AVX, Neon, etc.Area: Enabling/disabling target features like AVX, Neon, etc.C-bugCategory: This is a bug.Category: This is a bug.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
See example: https://rust.godbolt.org/z/GxMaecr4T
Adding either
sse4.2orcrc32works, so I believe the issue is due to the tiedcrc32feature.This issue is present on latest master.