Skip to content

Commit a083e2a

Browse files
dpathakjAmanieu
authored andcommitted
Minor correction to __m512d documentation.
A 512-bit register is f64x8, not f64x4. Likely a copy-paste error from the _m256d documentation, which seems correct.
1 parent 1c136dd commit a083e2a

File tree

1 file changed

+1
-1
lines changed
  • library/stdarch/crates/core_arch/src/x86

1 file changed

+1
-1
lines changed

library/stdarch/crates/core_arch/src/x86/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ types! {
340340
///
341341
/// Note that unlike `__m512i`, the integer version of the 512-bit
342342
/// registers, this `__m512d` type has *one* interpretation. Each instance
343-
/// of `__m512d` always corresponds to `f64x4`, or eight `f64` types packed
343+
/// of `__m512d` always corresponds to `f64x8`, or eight `f64` types packed
344344
/// together.
345345
///
346346
/// The in-memory representation of this type is the same as the one of an

0 commit comments

Comments
 (0)