@@ -82,6 +82,7 @@ fn aarch64_linux() { |
|
|
82 |
82 |
println!("sha2: {}", is_aarch64_feature_detected!("sha2")); |
83 |
83 |
println!("sha3: {}", is_aarch64_feature_detected!("sha3")); |
84 |
84 |
println!("sm4: {}", is_aarch64_feature_detected!("sm4")); |
|
85 |
+println!("sme-b16b16: {}", is_aarch64_feature_detected!("sme-b16b16")); |
85 |
86 |
println!("sme-f16f16: {}", is_aarch64_feature_detected!("sme-f16f16")); |
86 |
87 |
println!("sme-f64f64: {}", is_aarch64_feature_detected!("sme-f64f64")); |
87 |
88 |
println!("sme-f8f16: {}", is_aarch64_feature_detected!("sme-f8f16")); |