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
This commit is contained in:
parent
22e52cbecd
commit
b41e5060da
|
@ -101,3 +101,5 @@ node_modules/.bin/
|
||||||
/third_party/binutils/binutils*
|
/third_party/binutils/binutils*
|
||||||
/third_party/vasm/
|
/third_party/vasm/
|
||||||
/tools/shader-playground/*.dll
|
/tools/shader-playground/*.dll
|
||||||
|
/profile_print_times.py
|
||||||
|
/profile_times.txt
|
||||||
|
|
Loading…
Reference in New Issue