diff options
Diffstat (limited to 'library/stdarch')
| -rw-r--r-- | library/stdarch/crates/core_arch/src/x86/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/stdarch/crates/core_arch/src/x86/mod.rs b/library/stdarch/crates/core_arch/src/x86/mod.rs index 0404b1943bc..68cf9b59602 100644 --- a/library/stdarch/crates/core_arch/src/x86/mod.rs +++ b/library/stdarch/crates/core_arch/src/x86/mod.rs @@ -340,7 +340,7 @@ types! { /// /// Note that unlike `__m512i`, the integer version of the 512-bit /// registers, this `__m512d` type has *one* interpretation. Each instance - /// of `__m512d` always corresponds to `f64x4`, or eight `f64` types packed + /// of `__m512d` always corresponds to `f64x8`, or eight `f64` types packed /// together. /// /// The in-memory representation of this type is the same as the one of an |
