54d051977f
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. |
||
---|---|---|
.. | ||
backend_x64 | ||
common | ||
frontend | ||
ir_opt | ||
CMakeLists.txt |