x86 target features: make pclmulqdq imply sse2

This commit is contained in:
Ralf Jung 2024-10-26 09:48:39 +02:00
parent ae4c6b6640
commit 867640e24d

View File

@ -316,7 +316,7 @@ const X86_ALLOWED_FEATURES: &[(&str, Stability, ImpliedFeatures)] = &[
("lahfsahf", Unstable(sym::lahfsahf_target_feature), &[]), ("lahfsahf", Unstable(sym::lahfsahf_target_feature), &[]),
("lzcnt", Stable, &[]), ("lzcnt", Stable, &[]),
("movbe", Stable, &[]), ("movbe", Stable, &[]),
("pclmulqdq", Stable, &[]), ("pclmulqdq", Stable, &["sse2"]),
("popcnt", Stable, &[]), ("popcnt", Stable, &[]),
("prfchw", Unstable(sym::prfchw_target_feature), &[]), ("prfchw", Unstable(sym::prfchw_target_feature), &[]),
("rdrand", Stable, &[]), ("rdrand", Stable, &[]),