mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-12 18:39:18 +00:00
![Ryan Houdek](/assets/img/avatar_default.png)
I misunderstood these instructions on the AArch64 side. VSLI/VSRI doesn't operate on 128bit wide vectors. Its scalar version only works on 64bit. We have to move the vector to GPRs and do some bit twiddling then move the full 128bit vector back after the fact