Skip to content

Commit 415b50f

Browse files
committed
Flush subnormals in f32::fract test
1 parent 40f0435 commit 415b50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_simd/tests/round.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ macro_rules! float_rounding_test {
4343
}
4444

4545
fn fract<const LANES: usize>() {
46-
test_helpers::test_unary_elementwise(
46+
test_helpers::test_unary_elementwise_flush_subnormals(
4747
&Vector::<LANES>::fract,
4848
&Scalar::fract,
4949
&|_| true,

0 commit comments

Comments
 (0)