We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8740d6 commit d4009e1Copy full SHA for d4009e1
stdsimd/arch/detect/arch/aarch64.rs
@@ -50,7 +50,7 @@ macro_rules! is_aarch64_feature_detected {
50
$crate::arch::detect::check_for($crate::arch::detect::Feature::rcpc)
51
};
52
("dotprod") => {
53
- cfg!(target_feature = "dotprot") ||
+ cfg!(target_feature = "dotprod") ||
54
$crate::arch::detect::check_for($crate::arch::detect::Feature::dotprod)
55
56
("ras") => {
0 commit comments