Disable simd_clamp test on ppc64
This commit is contained in:
parent
bd4e6616f3
commit
616cb6e9e6
@ -514,6 +514,8 @@ macro_rules! impl_float_tests {
|
|||||||
assert!(n_zero.simd_max(p_zero).to_array().iter().all(|x| *x == 0.));
|
assert!(n_zero.simd_max(p_zero).to_array().iter().all(|x| *x == 0.));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[cfg(not(all(target_arch = "powerpc64", target_feature = "vsx")))]
|
||||||
|
// https://gitlab.com/qemu-project/qemu/-/issues/1780
|
||||||
fn simd_clamp<const LANES: usize>() {
|
fn simd_clamp<const LANES: usize>() {
|
||||||
test_helpers::test_3(&|value: [Scalar; LANES], mut min: [Scalar; LANES], mut max: [Scalar; LANES]| {
|
test_helpers::test_3(&|value: [Scalar; LANES], mut min: [Scalar; LANES], mut max: [Scalar; LANES]| {
|
||||||
use test_helpers::subnormals::flush_in;
|
use test_helpers::subnormals::flush_in;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user