Open
Description
I cannot reproduce this locally but the following two tests fail on x86_64-apple-darwin
on travis:
---- v64::f32x2_ops_scalar_arith::ops_scalar_arithmetic stdout ----
thread 'v64::f32x2_ops_scalar_arith::ops_scalar_arithmetic' panicked at 'assertion failed: `(left == right)`
left: `f32x2(NaN, 0.0)`,
right: `f32x2(0.0, 0.0)`', src/v64.rs:43:1
---- v64::f32x2_ops_vector_arith::ops_vector_arithmetic stdout ----
thread 'v64::f32x2_ops_vector_arith::ops_vector_arithmetic' panicked at 'assertion failed: `(left == right)`
left: `f32x2(NaN, 0.0)`,
right: `f32x2(0.0, 0.0)`', src/v64.rs:43:1
failures:
v64::f32x2_ops_scalar_arith::ops_scalar_arithmetic
v64::f32x2_ops_vector_arith::ops_vector_arithmetic