Skip to content

Commit

Permalink
Merge pull request #22 from jerryz123/patch-3
Browse files Browse the repository at this point in the history
Remove fmax/fmin from fredusum
  • Loading branch information
ksco authored Jan 8, 2024
2 parents 5991f7f + aedc065 commit c793e19
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions configs/vfredusum.vs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ fsew32 = [
["inf", "-inf"],
["quiet_nan", "signaling_nan"],
["smallest_nonzero_float", "largest_subnormal_float"],
["smallest_normal_float", "max_float"],
["-smallest_nonzero_float", "-largest_subnormal_float"],
["-smallest_normal_float", "-max_float"]
["-smallest_nonzero_float", "-largest_subnormal_float"]
]
fsew64 = [
["2.5", "1.0"],
Expand All @@ -26,7 +24,5 @@ fsew64 = [
["inf", "-inf"],
["quiet_nan", "signaling_nan"],
["smallest_nonzero_float", "largest_subnormal_float"],
["smallest_normal_float", "max_float"],
["-smallest_nonzero_float", "-largest_subnormal_float"],
["-smallest_normal_float", "-max_float"]
["-smallest_nonzero_float", "-largest_subnormal_float"]
]

0 comments on commit c793e19

Please sign in to comment.