From 3a8aacf24af0e11468b25704ceafbd20557ab717 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 18 Sep 2024 08:46:01 -0700 Subject: [PATCH] Add WGSL pack/unpack, constructor, derivatives & misc intrinsics (#5102) https://github.com/shader-slang/slang/commit/85b996a75683b5364456d731a9cb4aee5c3fada2 --- benchmarks.json | 14 +++++++------- current | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/benchmarks.json b/benchmarks.json index b90eae1..620bad6 100644 --- a/benchmarks.json +++ b/benchmarks.json @@ -2,36 +2,36 @@ { "name": "closesthit : mono : dxil", "unit": "milliseconds", - "value": 1800.1875 + "value": 1789.4375 }, { "name": "anyhit : mono : dxil", "unit": "milliseconds", - "value": 480.5625 + "value": 479.125 }, { "name": "shadow : mono : dxil", "unit": "milliseconds", - "value": 480.6875 + "value": 478.875 }, { "name": "closesthit : module : dxil", "unit": "milliseconds", - "value": 1791.6875 + "value": 1783.375 }, { "name": "anyhit : module : dxil", "unit": "milliseconds", - "value": 479.75 + "value": 479.25 }, { "name": "shadow : module : dxil", "unit": "milliseconds", - "value": 479.875 + "value": 478.9375 }, { "name": "precompilation : dxil", "unit": "milliseconds", - "value": 571.875 + "value": 572.3125 } ] \ No newline at end of file diff --git a/current b/current index 0412409..204742f 100644 --- a/current +++ b/current @@ -1,2 +1,2 @@ -Fix WGSL frexp and modf that returns a struct (#5096) -2f455d3cc825ce8bcf000b2e462159fec81882ab +Add WGSL pack/unpack, constructor, derivatives & misc intrinsics (#5102) +85b996a75683b5364456d731a9cb4aee5c3fada2