Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed Mar 29, 2018
1 parent 1762b58 commit ec0810e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions text/0000-ppv.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,10 +351,10 @@ the `std::simd` module, that is:
* 32-bit wide vectors: `i8x4`, `u8x4`, `m8x4`, `i16x2`, `u16x2`, `m16x2`
* 64-bit wide vectors: `i8x8`, `u8x8`, `m8x8`, `i16x4`, `u16x4`, `m16x4`,
`i32x2`, `u32x2`, `f32x2`, `m32x2`
* 128-bit wide vectors: `i8x16`, u8x16`, `m8x16`, `i16x8`, `u16x8`, `m16x8`,
* 128-bit wide vectors: `i8x16`, `u8x16`, `m8x16`, `i16x8`, `u16x8`, `m16x8`,
`i32x4`, `u32x4`, `f32x4`, `m32x4`, `i64x2`, `u64x2`, `f64x2`, `m64x2`
* 256-bit wide vectors: `i8x32`, u8x32`, m8x32`, i16x16`, u16x16`, m16x16`,
i32x8`, u32x8`, f32x8`, m32x8`, i64x4`, u64x4`, f64x4`, `m64x4`
* 256-bit wide vectors: `i8x32`, `u8x32`, `m8x32`, `i16x16`, `u16x16`, `m16x16`,
`i32x8`, `u32x8`, `f32x8`, `m32x8`, `i64x4`, `u64x4`, `f64x4`, `m64x4`

Note that this list is not comprehensive. In particular:

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

## API of portable packed SIMD vector types
Expand Down

0 comments on commit ec0810e

Please sign in to comment.