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 63db6a1 commit c1630dfCopy full SHA for c1630df
src/lib.rs
@@ -206,7 +206,7 @@
206
//! `RUSTFLAGS`. For example, with no configured `RUSTFLAGS`, `u64x8` on
207
//! x86_64 will use SSE2 operations like `PCMPEQD`. If you configure
208
//! `RUSTFLAGS='-C target-feature=+avx2,+avx'` on supported x86_64 hardware
209
-//! the same `u86x8` may use wider AVX2 operations like `VPCMPEQQ`. It is
+//! the same `u64x8` may use wider AVX2 operations like `VPCMPEQQ`. It is
210
//! important for performance and for hardware support requirements that
211
//! you choose an appropriate set of `target-feature` and `target-cpu`
212
//! options during builds. For more information, see the [Performance
0 commit comments