We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb461ac commit baa5791Copy full SHA for baa5791
crates/core_simd/tests/ops_macros.rs
@@ -539,6 +539,7 @@ macro_rules! impl_float_tests {
539
}
540
let mut result_scalar_flush = [Scalar::default(); LANES];
541
for i in 0..LANES {
542
+ // Comparisons flush-to-zero, but return value selection is _not_ flushed.
543
let mut value = value[i];
544
if flush_in(value) < flush_in(min[i]) {
545
value = min[i];
0 commit comments