Skip to content

Commit

Permalink
Fix typo in crate docs (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-schievink authored Aug 11, 2021
1 parent 265afbb commit 9352715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
//! This crate provides SIMD-compatible data types.
//!
//! When possible, explicit SIMD is used with all the math operations here. As a
//! fallback, the fact the fact that all the lengths of a fixed length array are
//! doing the same thing will often make LLVM notice that it should use SIMD
//! fallback, the fact that all the lengths of a fixed length array are doing
//! the same thing will often make LLVM notice that it should use SIMD
//! instructions to complete the task. In the worst case, the code just becomes
//! totally scalar (though the math is still correct, at least).
//!
Expand Down

0 comments on commit 9352715

Please sign in to comment.