-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
A-x86_64x86_64 architecturex86_64 architectureCI-TravisTravis-CITravis-CIO-macosxUnsoundSomething breaks Rust safety guaranteesSomething breaks Rust safety guarantees
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_arithmeticMetadata
Metadata
Assignees
Labels
A-x86_64x86_64 architecturex86_64 architectureCI-TravisTravis-CITravis-CIO-macosxUnsoundSomething breaks Rust safety guaranteesSomething breaks Rust safety guarantees