Skip to content

Commit baa5791

Browse files
committed
Document odd test behavior
1 parent cb461ac commit baa5791

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/core_simd/tests/ops_macros.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,7 @@ macro_rules! impl_float_tests {
539539
}
540540
let mut result_scalar_flush = [Scalar::default(); LANES];
541541
for i in 0..LANES {
542+
// Comparisons flush-to-zero, but return value selection is _not_ flushed.
542543
let mut value = value[i];
543544
if flush_in(value) < flush_in(min[i]) {
544545
value = min[i];

0 commit comments

Comments
 (0)