3
5
Fork 13
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-03-02 18:42:17 +00:00
Ryujinx/ARMeilleure/CodeGen
LDj3SNuD 8a33e884f8
Fix Vnmls_S fast path (F64: losing input d value). Fix Vnmla_S & Vnmls_S slow paths (using fused inst.s). Fix Vfma_V slow path not using StandardFPSCRValue(). ()
* Fix Vnmls_S fast path (F64: losing input d value). Fix Vnmla_S & Vnmls_S slow paths (using fused inst.s).

Add Vfma_S & Vfms_S Fma fast paths.
Add Vfnma_S inst. with Fma/Sse fast paths and slow path.
Add Vfnms_S Sse fast path.

Add Tests for affected inst.s.

Nits.

* InternalVersion = 1775

* Nits.

* Fix Vfma_V slow path not using StandardFPSCRValue().

* Nit: Fix Vfma_V order.

* Add Vfms_V Sse fast path and slow path.

* Add Vfma_V and Vfms_V Test.
2020-12-17 20:43:41 +01:00
..
Optimizations Implement block placement () 2020-09-19 20:00:24 -03:00
RegisterAllocators Fix LiveInterval.Split () 2020-11-04 23:09:45 -03:00
Unwinding PPTC Follow-up. () 2020-12-17 20:32:09 +01:00
X86 Fix Vnmls_S fast path (F64: losing input d value). Fix Vnmla_S & Vnmls_S slow paths (using fused inst.s). Fix Vfma_V slow path not using StandardFPSCRValue(). () 2020-12-17 20:43:41 +01:00
CompiledFunction.cs Add a new JIT compiler for CPU code () 2019-08-08 21:56:22 +03:00