From 099b90efabd9dc7776576689a7f2873c7d50888e Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 21 Jan 2025 13:38:56 -0800 Subject: [PATCH] Fix bug: IgnoreInheritance in lookup (#6146) https://github.com/shader-slang/slang/commit/151bdb837f514caf5cde873aa39571525ba2e80f --- benchmarks.json | 14 +++++++------- current | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/benchmarks.json b/benchmarks.json index 7a09abc..605d9af 100644 --- a/benchmarks.json +++ b/benchmarks.json @@ -2,36 +2,36 @@ { "name": "closesthit : mono : dxil", "unit": "milliseconds", - "value": 1891.75 + "value": 1877.0 }, { "name": "anyhit : mono : dxil", "unit": "milliseconds", - "value": 503.5625 + "value": 502.6875 }, { "name": "shadow : mono : dxil", "unit": "milliseconds", - "value": 504.375 + "value": 505.8125 }, { "name": "closesthit : module : dxil", "unit": "milliseconds", - "value": 1877.75 + "value": 1868.5625 }, { "name": "anyhit : module : dxil", "unit": "milliseconds", - "value": 502.625 + "value": 504.75 }, { "name": "shadow : module : dxil", "unit": "milliseconds", - "value": 503.5625 + "value": 504.5625 }, { "name": "precompilation : dxil", "unit": "milliseconds", - "value": 604.1875 + "value": 606.1875 } ] \ No newline at end of file diff --git a/current b/current index 3820fd7..de6ae75 100644 --- a/current +++ b/current @@ -1,2 +1,2 @@ -Fix gcc downstream compiler optimization level corresponding to OptimizationLevel::Maximal (#6137) -4c2c0856c21cbcc20a9c88cd2f403e2197229dbb +Fix bug: IgnoreInheritance in lookup (#6146) +151bdb837f514caf5cde873aa39571525ba2e80f