dynarmic/src
MerryMage 54d051977f emit_x64: Use movdqa instead of movaps in EmitPackedSubU8
While movaps and movdqa are behaviourly equivalent, using movaps may incur
a domain crossing penalty on some microarchitectures. This is because
movaps is an instruction in the floating-point domain while the following
instructions are in the integer domain.
2016-12-05 01:00:51 +00:00
..
backend_x64 emit_x64: Use movdqa instead of movaps in EmitPackedSubU8 2016-12-05 01:00:51 +00:00
common mp: Fix static_assert condition (#46) 2016-11-25 22:09:45 +00:00
frontend Implement USUB8 2016-12-05 00:29:15 +00:00
ir_opt microinstruction: Make use_count private (#53) 2016-11-30 21:51:06 +00:00
CMakeLists.txt Implement CLZ 2016-12-04 22:56:33 +00:00