x86 target features: make pclmulqdq imply sse2
This commit is contained in:
parent
ae4c6b6640
commit
867640e24d
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ const X86_ALLOWED_FEATURES: &[(&str, Stability, ImpliedFeatures)] = &[
|
|||
("lahfsahf", Unstable(sym::lahfsahf_target_feature), &[]),
|
||||
("lzcnt", Stable, &[]),
|
||||
("movbe", Stable, &[]),
|
||||
("pclmulqdq", Stable, &[]),
|
||||
("pclmulqdq", Stable, &["sse2"]),
|
||||
("popcnt", Stable, &[]),
|
||||
("prfchw", Unstable(sym::prfchw_target_feature), &[]),
|
||||
("rdrand", Stable, &[]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue