dynarmic/src
Wunkolo 6bb49726f4 emit_x64_vector: GNFI+SSSE3 implementation of EmitVectorReverseBits
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).
2020-10-02 05:56:59 +01:00
..
backend/x64 emit_x64_vector: GNFI+SSSE3 implementation of EmitVectorReverseBits 2020-10-02 05:56:59 +01:00
common general: Resolve -Wmissing-prototypes warnings 2020-08-14 14:50:09 -04:00
frontend Revert "basic_block: Mark move constructor and assignment as noexcept" 2020-08-14 16:49:40 -04:00
ir_opt ir_matcher: Add missing header guard 2020-08-14 14:32:34 -04:00
CMakeLists.txt Add optimization flags to disable specific optimizations 2020-07-04 11:04:10 +01:00