From 38a54b5ae401c0deeb5f83610499a1bacbe52202 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 19 Sep 2024 18:31:48 -0700 Subject: [PATCH] Add diagnostic to verify the left hand side of a generic constraint. (#5112) https://github.com/shader-slang/slang/commit/b4c851fb1419f869bddaa08487f58376bc0a7144 --- benchmarks.json | 14 +++++++------- current | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/benchmarks.json b/benchmarks.json index f139fa2..e80d407 100644 --- a/benchmarks.json +++ b/benchmarks.json @@ -2,36 +2,36 @@ { "name": "closesthit : mono : dxil", "unit": "milliseconds", - "value": 1786.875 + "value": 1867.625 }, { "name": "anyhit : mono : dxil", "unit": "milliseconds", - "value": 484.9375 + "value": 488.875 }, { "name": "shadow : mono : dxil", "unit": "milliseconds", - "value": 485.75 + "value": 489.25 }, { "name": "closesthit : module : dxil", "unit": "milliseconds", - "value": 1777.9375 + "value": 1792.4375 }, { "name": "anyhit : module : dxil", "unit": "milliseconds", - "value": 485.3125 + "value": 487.0 }, { "name": "shadow : module : dxil", "unit": "milliseconds", - "value": 486.25 + "value": 488.625 }, { "name": "precompilation : dxil", "unit": "milliseconds", - "value": 584.375 + "value": 590.0625 } ] \ No newline at end of file diff --git a/current b/current index ef9133a..b1330e0 100644 --- a/current +++ b/current @@ -1,2 +1,2 @@ -Synthesize conformance for generic requirements. (#5111) -26ca9c5b0657489f82a221c62903cbc802aaa6a0 +Add diagnostic to verify the left hand side of a generic constraint. (#5112) +b4c851fb1419f869bddaa08487f58376bc0a7144