From 43fb5e532f1db25e7cdc6ad67ff40d08eb33deca Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 27 Sep 2024 20:44:47 -0700 Subject: [PATCH] Fix target switch lowering bug. (#5182) https://github.com/shader-slang/slang/commit/24f56d0d0e00853709f9a51da593928eb3460f60 --- benchmarks.json | 14 +++++++------- current | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/benchmarks.json b/benchmarks.json index ced846e..7e1c3f1 100644 --- a/benchmarks.json +++ b/benchmarks.json @@ -2,36 +2,36 @@ { "name": "closesthit : mono : dxil", "unit": "milliseconds", - "value": 1807.0625 + "value": 1805.125 }, { "name": "anyhit : mono : dxil", "unit": "milliseconds", - "value": 490.5 + "value": 489.875 }, { "name": "shadow : mono : dxil", "unit": "milliseconds", - "value": 489.4375 + "value": 488.5 }, { "name": "closesthit : module : dxil", "unit": "milliseconds", - "value": 1790.0 + "value": 1791.25 }, { "name": "anyhit : module : dxil", "unit": "milliseconds", - "value": 488.625 + "value": 488.9375 }, { "name": "shadow : module : dxil", "unit": "milliseconds", - "value": 489.125 + "value": 488.4375 }, { "name": "precompilation : dxil", "unit": "milliseconds", - "value": 591.3125 + "value": 588.375 } ] \ No newline at end of file diff --git a/current b/current index b25cc1f..65a14b0 100644 --- a/current +++ b/current @@ -1,2 +1,2 @@ -Fix l-value computation for subscript call. (#5177) -afb1405bf7974d714cee10fcce0c61fe28cd075d +Fix target switch lowering bug. (#5182) +24f56d0d0e00853709f9a51da593928eb3460f60