From b41e5060da25d53d27b4f601b1fc47b78d935198 Mon Sep 17 00:00:00 2001 From: "chss95cs@gmail.com" Date: Sun, 16 Oct 2022 07:47:27 -0700 Subject: [PATCH] Fix bindless path in d3d12 that i broke in earlier commit (did not affect any users, thats a debug thing) Fix guest code profiler, it previously only worked with function precomp + all code you were about to execute already discovered Allow AndNot if type is V128 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 140103405..34791bda2 100644 --- a/.gitignore +++ b/.gitignore @@ -101,3 +101,5 @@ node_modules/.bin/ /third_party/binutils/binutils* /third_party/vasm/ /tools/shader-playground/*.dll +/profile_print_times.py +/profile_times.txt