Skip to content

Commit

Permalink
Avoid operands which expose non-associativity of fredusum
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 authored Jan 30, 2024
1 parent e990fc2 commit 21be5ff
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions configs/vfredusum.vs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ format = "vd,vs2,vs1,vm"
[tests]
fsew32 = [
["2.5", "1.0"],
["-1235.1", "1.1"],
["3.14159265", "0.00000001"],
["1.1", "-1235.1"],
["-1235.5", "1.5"],
["1.5", "-1235.5"],
["-1.0", "-2.0"],
["nan", "-nan"],
["inf", "-inf"],
Expand All @@ -16,9 +15,8 @@ fsew32 = [
]
fsew64 = [
["2.5", "1.0"],
["-1235.1", "1.1"],
["3.14159265", "0.00000001"],
["1.1", "-1235.1"],
["-1235.5", "1.5"],
["1.5", "-1235.5"],
["-1.0", "-2.0"],
["nan", "-nan"],
["inf", "-inf"],
Expand Down

0 comments on commit 21be5ff

Please sign in to comment.