Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit a16e073

Browse files
committed
Enable full test range
1 parent d22cc6a commit a16e073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/libm-test/src/gen/domain.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ mod tests {
329329
for i in 0..f8::ALL_LEN {
330330
let v = f8::ALL[i];
331331

332-
for n in 0..(f8::ALL_LEN - 110) {
332+
for n in 0..f8::ALL_LEN {
333333
let down = v.n_down(n as u8).to_bits();
334334
let up = v.n_up(n as u8).to_bits();
335335

0 commit comments

Comments
 (0)