ptitSeb / box64

Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices
https://box86.org
MIT License
3.9k stars 287 forks source link

[ARM64_DYNAREC] Fixed a falsy optimization on PSHUFHW #1344

Closed ksco closed 8 months ago

ksco commented 8 months ago

VDUP_16 duplicates 16-bit element from the low qword of v1, which is not what we want.

Fixes #1342

ptitSeb commented 8 months ago

thanks