mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-04-24 21:58:44 +02:00
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.