Skip to content

Commit

Permalink
C-like emitter: Add parenthesis when combining relational and bitwise…
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Jan 16, 2025
1 parent dfa0351 commit f130033
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions benchmarks.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,36 @@
{
"name": "closesthit : mono : dxil",
"unit": "milliseconds",
"value": 1884.4375
"value": 1880.4375
},
{
"name": "anyhit : mono : dxil",
"unit": "milliseconds",
"value": 492.375
"value": 491.75
},
{
"name": "shadow : mono : dxil",
"unit": "milliseconds",
"value": 492.3125
"value": 494.5
},
{
"name": "closesthit : module : dxil",
"unit": "milliseconds",
"value": 1859.125
"value": 1873.5
},
{
"name": "anyhit : module : dxil",
"unit": "milliseconds",
"value": 489.5
"value": 492.0
},
{
"name": "shadow : module : dxil",
"unit": "milliseconds",
"value": 491.875
"value": 494.375
},
{
"name": "precompilation : dxil",
"unit": "milliseconds",
"value": 581.9375
"value": 586.375
}
]
4 changes: 2 additions & 2 deletions current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Fix argument buffer tier2 layout computation. (#6101)
edf5e9f97015a09fa0f2bed58d6a04744992d23f
C-like emitter: Add parenthesis when combining relational and bitwise… (#6070)
e771f1945ed692168a2634d66a0907acc9c68858

0 comments on commit f130033

Please sign in to comment.