This website requires JavaScript.
Explore
Help
Sign In
emu-mirror
/
Ryujinx
Watch
1
Star
0
Fork
0
You've already forked Ryujinx
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Ryujinx
/
ARMeilleure
/
CodeGen
/
X86
History
LDj3SNuD
c3e0c41da3
CPU (A64): Add Fmaxnmp & Fminnmp Scalar Inst.s, Fast & Slow Paths; with Tests. (
#1894
)
2021-01-20 09:12:33 +11:00
..
Assembler.cs
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(). (
#1775
)
2020-12-17 20:43:41 +01:00
CallConvName.cs
…
CallingConvention.cs
…
CodeGenCommon.cs
…
CodeGenContext.cs
…
CodeGenerator.cs
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(). (
#1775
)
2020-12-17 20:43:41 +01:00
HardwareCapabilities.cs
CPU (A64): Add FP16/FP32 fast paths (F16C Intrinsics) for Fcvt_S, Fcvtl_V & Fcvtn_V Instructions. Now HardwareCapabilities uses CpuId. (
#1650
)
2020-11-18 19:35:54 +01:00
IntrinsicInfo.cs
…
IntrinsicTable.cs
CPU (A64): Add Fmaxnmp & Fminnmp Scalar Inst.s, Fast & Slow Paths; with Tests. (
#1894
)
2021-01-20 09:12:33 +11:00
IntrinsicType.cs
Add support for guest Fz (Fpcr) mode through host Ftz and Daz (Mxcsr) modes (fast paths). (
#1630
)
2020-12-07 10:37:07 +01:00
PreAllocator.cs
Fix pre-allocator shift instruction copy on a specific case (
#1752
)
2020-12-14 17:56:07 -03:00
X86Condition.cs
…
X86Instruction.cs
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(). (
#1775
)
2020-12-17 20:43:41 +01:00
X86Optimizer.cs
…
X86Register.cs
…