Skip to content

Commit d4009e1

Browse files
ExpHPgnzlbg
authored andcommitted
"dotprot" -> "dotprod"
Well, since I reported it I guess I should do something about it. Note this is a *cough* **breaking change.** --- Closes #442.
1 parent d8740d6 commit d4009e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdsimd/arch/detect/arch/aarch64.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ macro_rules! is_aarch64_feature_detected {
5050
$crate::arch::detect::check_for($crate::arch::detect::Feature::rcpc)
5151
};
5252
("dotprod") => {
53-
cfg!(target_feature = "dotprot") ||
53+
cfg!(target_feature = "dotprod") ||
5454
$crate::arch::detect::check_for($crate::arch::detect::Feature::dotprod)
5555
};
5656
("ras") => {

0 commit comments

Comments
 (0)