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 1c136dd commit a083e2aCopy full SHA for a083e2a
library/stdarch/crates/core_arch/src/x86/mod.rs
@@ -340,7 +340,7 @@ types! {
340
///
341
/// Note that unlike `__m512i`, the integer version of the 512-bit
342
/// registers, this `__m512d` type has *one* interpretation. Each instance
343
- /// of `__m512d` always corresponds to `f64x4`, or eight `f64` types packed
+ /// of `__m512d` always corresponds to `f64x8`, or eight `f64` types packed
344
/// together.
345
346
/// The in-memory representation of this type is the same as the one of an
0 commit comments