MerryMage 2d4dd8cdc1 x64Emitter: Prefer MOVAPS to MOVAPD
There is no reason to use MOVAPD over MOVAPS, for two reasons:
* There has never been a microarchitecture with separate single and double domains.
* MOVAPD is one byte longer than MOVAPS
2019-04-27 12:54:43 +01:00
..
2019-04-27 12:54:43 +01:00
2019-04-01 11:24:55 +10:00
2019-02-13 22:52:39 -02:00
2019-04-10 10:46:49 +02:00