This website requires JavaScript.
Explore
Help
Register
Sign In
Museum
/
ryujinx
Archived
Watch
1
Star
0
Fork
0
You've already forked ryujinx
Code
Issues
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-09-02
. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
305f06eb71a7832e6b0081a67015b66ced8a23cd
ryujinx
/
ARMeilleure
/
CodeGen
/
X86
History
gdkchan
d43a56726c
(CPU) Fix CRC32 instruction when constant values are used as input (
#2183
)
2021-04-07 23:43:08 +02:00
..
Assembler.cs
PPTC: Fix unwanted propagation of a relocatable constant in a specific case. (
#1990
)
2021-02-23 13:15:45 +01:00
CallConvName.cs
Add a new JIT compiler for CPU code (
#693
)
2019-08-08 21:56:22 +03:00
CallingConvention.cs
Add a new JIT compiler for CPU code (
#693
)
2019-08-08 21:56:22 +03:00
CodeGenCommon.cs
…
CodeGenContext.cs
…
CodeGenerator.cs
PPTC & Pool Enhancements. (
#1968
)
2021-02-22 03:23:48 +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
…
PreAllocator.cs
…
X86Condition.cs
…
X86Instruction.cs
…
X86Optimizer.cs
Fix PPTC on Windows 7. (
#1369
)
2020-07-09 10:45:24 +10:00
X86Register.cs
…