Skip to content

Commit

Permalink
Fix upper 32 bits of 64-bit AnyValue packing (#6127)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Jan 18, 2025
1 parent 0c07302 commit 2fec9dc
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": 1877.75
"value": 1888.0
},
{
"name": "anyhit : mono : dxil",
"unit": "milliseconds",
"value": 504.6875
"value": 506.9375
},
{
"name": "shadow : mono : dxil",
"unit": "milliseconds",
"value": 504.3125
"value": 505.25
},
{
"name": "closesthit : module : dxil",
"unit": "milliseconds",
"value": 1877.5
"value": 1882.0
},
{
"name": "anyhit : module : dxil",
"unit": "milliseconds",
"value": 506.4375
"value": 504.5625
},
{
"name": "shadow : module : dxil",
"unit": "milliseconds",
"value": 503.875
"value": 503.625
},
{
"name": "precompilation : dxil",
"unit": "milliseconds",
"value": 608.75
"value": 610.8125
}
]
4 changes: 2 additions & 2 deletions current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Make -depfile work for binary modules output too (#6126)
d09b6bccd5f06c1dd66dc28603a3defdd8615a12
Fix upper 32 bits of 64-bit AnyValue packing (#6127)
f3d7aa6ce964e3f8e2550886dae24ee6cba7ae9c

0 comments on commit 2fec9dc

Please sign in to comment.