Skip to content

Commit 3ec6245

Browse files
committed
ignore vector_float_min_max tests on mips
1 parent 504ee58 commit 3ec6245

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/api/ops/vector_float_min_max.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ macro_rules! impl_ops_vector_float_min_max {
2626
test_if!{
2727
$test_tt:
2828
paste::item! {
29+
#[cfg(not(any(
30+
// FIXME: https://github.com/rust-lang-nursery/packed_simd/issues/223
31+
all(target_arch = "mips", target_endian = "big"),
32+
target_arch = "mips64",
33+
)))]
2934
pub mod [<$id _ops_vector_min_max>] {
3035
use super::*;
3136
#[cfg_attr(not(target_arch = "wasm32"), test)] #[cfg_attr(target_arch = "wasm32", wasm_bindgen_test)]

0 commit comments

Comments
 (0)