Flush subnormals in f32::fract test

This commit is contained in:
Caleb Zulawski 2023-07-22 09:16:42 -04:00
parent 40f04353d8
commit 415b50f671

View File

@ -43,7 +43,7 @@ macro_rules! float_rounding_test {
}
fn fract<const LANES: usize>() {
test_helpers::test_unary_elementwise(
test_helpers::test_unary_elementwise_flush_subnormals(
&Vector::<LANES>::fract,
&Scalar::fract,
&|_| true,