Flush subnormals in f32::fract test
This commit is contained in:
parent
40f04353d8
commit
415b50f671
@ -43,7 +43,7 @@ macro_rules! float_rounding_test {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn fract<const LANES: usize>() {
|
fn fract<const LANES: usize>() {
|
||||||
test_helpers::test_unary_elementwise(
|
test_helpers::test_unary_elementwise_flush_subnormals(
|
||||||
&Vector::<LANES>::fract,
|
&Vector::<LANES>::fract,
|
||||||
&Scalar::fract,
|
&Scalar::fract,
|
||||||
&|_| true,
|
&|_| true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user