summary refs log tree commit diff stats
path: root/results/scraper/fex/3663
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/fex/3663')
-rw-r--r--results/scraper/fex/36639
1 files changed, 9 insertions, 0 deletions
diff --git a/results/scraper/fex/3663 b/results/scraper/fex/3663
new file mode 100644
index 000000000..344a46922
--- /dev/null
+++ b/results/scraper/fex/3663
@@ -0,0 +1,9 @@
+Look in to optimizing PCMPESTR*
+A Hat In Time's Menu abuses the instruction in both the main menu and in-game. See if we can make it go faster.

+

+Ideally the SVE `NMATCH` or `MATCH` instruction can be used to emulate the feature.

+The hot loop uses both ECX result and flag result depending on where it is in the loop.

+

+Comes from vcruntime140.dll, wcsstr. A micro bench would be quite easy to generate.

+

+![Image_2024-05-28_00-44-30](https://github.com/FEX-Emu/FEX/assets/1018829/d8ff8ffc-bff5-4ea8-86d0-cb5ff97f0fda)