We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dcc3b0 commit 1383b3bCopy full SHA for 1383b3b
crates/core_arch/src/s390x/vector.rs
@@ -2352,6 +2352,9 @@ mod sealed {
2352
unsafe fn vec_packs(self, b: Other) -> Self::Result;
2353
}
2354
2355
+ // FIXME(llvm): https://github.com/llvm/llvm-project/issues/153655
2356
+ // Other targets can use a min/max for the saturation + a truncation.
2357
+
2358
impl_vec_trait! { [VectorPacks vec_packs] vpksh (vector_signed_short, vector_signed_short) -> vector_signed_char }
2359
impl_vec_trait! { [VectorPacks vec_packs] vpklsh (vector_unsigned_short, vector_unsigned_short) -> vector_unsigned_char }
2360
impl_vec_trait! { [VectorPacks vec_packs] vpksf (vector_signed_int, vector_signed_int) -> vector_signed_short }
0 commit comments