Skip to content

Commit

Permalink
Enable full test range
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Nov 1, 2024
1 parent 29d7f1e commit 107b4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/libm-test/src/gen/domain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ mod tests {
for i in 0..f8::ALL_LEN {
let v = f8::ALL[i];

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

Expand Down

0 comments on commit 107b4ab

Please sign in to comment.