about summary refs log tree commit diff stats
path: root/src/emu/x64compstrings.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Just clear AF flags on pcmp[i/e]stri helperptitSeb2024-05-271-1/+2
|
* [INTERPRETER] Improved SSE4.2 String opcodes, and improved test27ptitSeb2024-04-221-3/+9
|
* Fixes (#1207)rajdakin2024-01-181-4/+4
| | | | | | | | | | | * Fixed signed/unsigned issues and other cosmetics * [WRAPPERS] Fixed missing `return`s in `my_` functions * [EMU] More fixes * [STEAM] Forgot one cleanup * [WRAPPER] Fixed wrappedpulse callback signatures
* Fixed some issue with some SSE4.2 string compare oprations (should help #1013)ptitSeb2023-11-051-2/+2
|
* Added full SSE 4.2 supportptitSeb2023-10-301-0/+120