mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 23:20:48 -07:00
CPU (A64): Add FP16/FP32 fast paths (F16C Intrinsics) for Fcvt_S, Fcvtl_V & Fcvtn_V Instructions. Switch to .NET 5.0.
Nits. Tests performed successfully in both debug and release mode (for all instructions involved).
This commit is contained in:
@ -151,6 +151,8 @@ namespace ARMeilleure.IntermediateRepresentation
|
||||
X86Unpckhps,
|
||||
X86Unpcklpd,
|
||||
X86Unpcklps,
|
||||
X86Vcvtph2ps,
|
||||
X86Vcvtps2ph,
|
||||
X86Xorpd,
|
||||
X86Xorps
|
||||
}
|
||||
|
Reference in New Issue
Block a user