aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Tests/Cpu/CpuTestSimdCvt.cs
AgeCommit message (Expand)Author
2022-01-19Implement FCVTNS (Scalar GP) (#2953)sharmander
2019-12-29Implemented fast paths for: (#846)LDj3SNuD
2019-08-08Add a new JIT compiler for CPU code (#693)gdkchan
2019-07-08Add Saddlv_V Inst. Improve Cnt_V, Dup_Gp & Ins_Gp Tests. Tuneup Cls_V & Clz_V...LDj3SNuD
2019-04-20Sse optimized the 32-bit Vector & Scalar integer-to-fp conversion instruction...LDj3SNuD
2019-04-12Sse optimized the Vector & Scalar fp-to-integer conversion instructions (unsi...LDj3SNuD
2019-04-03Sse optimized all the fp to integer conversion instructions (signed) with Tes...LDj3SNuD
2019-02-23Add Tests for instructions Fcvtzs_Gp_Fixed & Fcvtzu_Gp_Fixed, Scvtf_Gp_Fixed ...LDj3SNuD
2018-10-23Fix Fcvtl_V and Fcvtn_V; fix half to float conv. and add float to half conv. ...LDj3SNuD
2018-09-08Remove old Tester, update Tests (some reworks). (#400)LDj3SNuD
2018-09-01Ryujinx.Tests: Add unicorn to test framework (#389)Merry
2018-07-12AInstEmitSimdCvt: Half-precision to single-precision conversion (#235)Merry