From 579ca91fcf45011039f512738922541308fe18de Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 11 Oct 2024 06:24:10 -0700 Subject: [PATCH] Restrict stdlib embed macros to single source file (#5251) https://github.com/shader-slang/slang/commit/e91e1d4d54a14d985626318e5cf46635bfa4006d --- benchmarks.json | 14 +++++++------- current | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/benchmarks.json b/benchmarks.json index 0130e04..984e54e 100644 --- a/benchmarks.json +++ b/benchmarks.json @@ -2,36 +2,36 @@ { "name": "closesthit : mono : dxil", "unit": "milliseconds", - "value": 1802.5625 + "value": 1803.5 }, { "name": "anyhit : mono : dxil", "unit": "milliseconds", - "value": 490.4375 + "value": 488.75 }, { "name": "shadow : mono : dxil", "unit": "milliseconds", - "value": 492.1875 + "value": 489.25 }, { "name": "closesthit : module : dxil", "unit": "milliseconds", - "value": 1796.5 + "value": 1787.1875 }, { "name": "anyhit : module : dxil", "unit": "milliseconds", - "value": 490.6875 + "value": 490.0625 }, { "name": "shadow : module : dxil", "unit": "milliseconds", - "value": 488.5625 + "value": 488.0625 }, { "name": "precompilation : dxil", "unit": "milliseconds", - "value": 595.125 + "value": 592.8125 } ] \ No newline at end of file diff --git a/current b/current index ee25dea..a2a4b94 100644 --- a/current +++ b/current @@ -1,2 +1,2 @@ -Add slang-wasm target (#5237) -dfab34e4bf508fc517d4d645ebb3b6b1179a5003 +Restrict stdlib embed macros to single source file (#5251) +e91e1d4d54a14d985626318e5cf46635bfa4006d