mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-03-30 10:20:59 +02:00
Performs a full 128-bit bit-reversal using only two instructions. First by reversing all the bits of each byte using a galois matrix multiplication(vgf2p8affineqb, Icelake), and then by reversing the bytes themselves(pshufb, ssse3).