Skip to content

Commit

Permalink
"dotprot" -> "dotprod"
Browse files Browse the repository at this point in the history
Well, since I reported it I guess I should do something about it.

Note this is a *cough* **breaking change.**

---

Closes #442.
  • Loading branch information
ExpHP authored and gnzlbg committed Jun 12, 2018
1 parent d8740d6 commit d4009e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdsimd/arch/detect/arch/aarch64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ macro_rules! is_aarch64_feature_detected {
$crate::arch::detect::check_for($crate::arch::detect::Feature::rcpc)
};
("dotprod") => {
cfg!(target_feature = "dotprot") ||
cfg!(target_feature = "dotprod") ||
$crate::arch::detect::check_for($crate::arch::detect::Feature::dotprod)
};
("ras") => {
Expand Down

0 comments on commit d4009e1

Please sign in to comment.