diff options
Diffstat (limited to 'results/scraper/fex/3663')
| -rw-r--r-- | results/scraper/fex/3663 | 9 |
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. + + |