You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/vecmath.rs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -191,6 +191,7 @@ mod tests {
191
191
};
192
192
193
193
usesuper::*;
194
+
#[ignore = "vectors that are processed through simd might have slightly different results due to rounding errors. This test needs to be modified to succeed as long as vectors are close enough, rather than demanding equivalence"]
0 commit comments