Skip to content

Commit c1630df

Browse files
Update src/lib.rs
Co-authored-by: TheIronBorn <[email protected]>
1 parent 63db6a1 commit c1630df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
//! `RUSTFLAGS`. For example, with no configured `RUSTFLAGS`, `u64x8` on
207207
//! x86_64 will use SSE2 operations like `PCMPEQD`. If you configure
208208
//! `RUSTFLAGS='-C target-feature=+avx2,+avx'` on supported x86_64 hardware
209-
//! the same `u86x8` may use wider AVX2 operations like `VPCMPEQQ`. It is
209+
//! the same `u64x8` may use wider AVX2 operations like `VPCMPEQQ`. It is
210210
//! important for performance and for hardware support requirements that
211211
//! you choose an appropriate set of `target-feature` and `target-cpu`
212212
//! options during builds. For more information, see the [Performance

0 commit comments

Comments
 (0)