Skip to content

Commit ec0810e

Browse files
committed
formatting
1 parent 1762b58 commit ec0810e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

text/0000-ppv.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -351,10 +351,10 @@ the `std::simd` module, that is:
351351
* 32-bit wide vectors: `i8x4`, `u8x4`, `m8x4`, `i16x2`, `u16x2`, `m16x2`
352352
* 64-bit wide vectors: `i8x8`, `u8x8`, `m8x8`, `i16x4`, `u16x4`, `m16x4`,
353353
`i32x2`, `u32x2`, `f32x2`, `m32x2`
354-
* 128-bit wide vectors: `i8x16`, u8x16`, `m8x16`, `i16x8`, `u16x8`, `m16x8`,
354+
* 128-bit wide vectors: `i8x16`, `u8x16`, `m8x16`, `i16x8`, `u16x8`, `m16x8`,
355355
`i32x4`, `u32x4`, `f32x4`, `m32x4`, `i64x2`, `u64x2`, `f64x2`, `m64x2`
356-
* 256-bit wide vectors: `i8x32`, u8x32`, m8x32`, i16x16`, u16x16`, m16x16`,
357-
i32x8`, u32x8`, f32x8`, m32x8`, i64x4`, u64x4`, f64x4`, `m64x4`
356+
* 256-bit wide vectors: `i8x32`, `u8x32`, `m8x32`, `i16x16`, `u16x16`, `m16x16`,
357+
`i32x8`, `u32x8`, `f32x8`, `m32x8`, `i64x4`, `u64x4`, `f64x4`, `m64x4`
358358

359359
Note that this list is not comprehensive. In particular:
360360

@@ -365,7 +365,8 @@ Note that this list is not comprehensive. In particular:
365365
vector masks. These are blocked on `std::arch` AVX-512 support.
366366
* other vector types: x86, AArch64, PowerPC and others include types like
367367
`i64x1`, `u64x1`, `f64x1`, `m64x1`, `i128x1`, `u128x1`, `m128x1`, ... These
368-
can be always added later as the need for these arises, potentially in combination with the stabilization of the `std::arch` intrinsics for those
368+
can be always added later as the need for these arises, potentially in
369+
combination with the stabilization of the `std::arch` intrinsics for those
369370
architectures.
370371

371372
## API of portable packed SIMD vector types

0 commit comments

Comments
 (0)