Sintendo
08bdeefe05
Jit64AsmCommon: Use AVX in ConvertDoubleToSingle
Using AVX we can eliminate another MOVAPS instruction here.
Before:
0F 28 C8 movaps xmm1,xmm0
66 0F DB 0D CF 2C 00 00 pand xmm1,xmmword ptr [1F8D283B220h]
After:
C5 F9 DB 0D D2 2C 00 00 vpand xmm1,xmm0,xmmword ptr [271835FB220h]
2020-08-02 18:07:47 +02:00
..
2020-04-29 13:07:51 +02:00
2020-07-18 22:13:14 -04:00
2020-08-02 18:07:47 +02:00
2020-07-24 17:41:37 +01:00
2020-07-08 14:51:35 +02:00
2020-07-24 17:44:32 +01:00
2020-07-18 22:13:14 -04:00
2019-05-06 18:48:04 +00:00
2020-07-19 21:30:48 +02:00
2020-04-29 12:56:52 +02:00
2020-07-18 22:13:14 -04:00
2020-07-22 19:30:27 -05:00
2020-07-08 14:51:35 +02:00
2019-05-08 23:59:04 +02:00