@@ -351,10 +351,10 @@ the `std::simd` module, that is:
351
351
* 32-bit wide vectors: ` i8x4 ` , ` u8x4 ` , ` m8x4 ` , ` i16x2 ` , ` u16x2 ` , ` m16x2 `
352
352
* 64-bit wide vectors: ` i8x8 ` , ` u8x8 ` , ` m8x8 ` , ` i16x4 ` , ` u16x4 ` , ` m16x4 ` ,
353
353
` 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 ` ,
355
355
` 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 `
358
358
359
359
Note that this list is not comprehensive. In particular:
360
360
@@ -365,7 +365,8 @@ Note that this list is not comprehensive. In particular:
365
365
vector masks. These are blocked on ` std::arch ` AVX-512 support.
366
366
* other vector types: x86, AArch64, PowerPC and others include types like
367
367
` 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
369
370
architectures.
370
371
371
372
## API of portable packed SIMD vector types
0 commit comments