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.
2 parents 5036c27 + a748754 commit 26bdca3Copy full SHA for 26bdca3
core/src/intrinsics/simd.rs
@@ -470,7 +470,7 @@ extern "rust-intrinsic" {
470
/// No matter whether the output is an array or an unsigned integer, it is treated as a single
471
/// contiguous list of bits. The bitmask is always packed on the least-significant side of the
472
/// output, and padded with 0s in the most-significant bits. The order of the bits depends on
473
- /// endianess:
+ /// endianness:
474
///
475
/// * On little endian, the least significant bit corresponds to the first vector element.
476
/// * On big endian, the least significant bit corresponds to the last vector element.
0 commit comments