Skip to content

Commit e7148cc

Browse files
committed
chore: remove outdated feature in x86
1 parent 6a38bcb commit e7148cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpu-features/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,6 @@ fn detect_unstable_x86_feature_impl(name: &str) -> Option<bool> {
362362
"amx-fp8" => std::arch::is_x86_feature_detected!("amx-fp8"),
363363
"amx-movrs" => std::arch::is_x86_feature_detected!("amx-movrs"),
364364
"amx-tf32" => std::arch::is_x86_feature_detected!("amx-tf32"),
365-
"amx-transpose" => std::arch::is_x86_feature_detected!("amx-transpose"),
366365
"movrs" => std::arch::is_x86_feature_detected!("movrs"),
367366
"xop" => std::arch::is_x86_feature_detected!("xop"),
368367
_ => return None,

0 commit comments

Comments
 (0)