mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-08 00:43:04 +00:00
remove Fminnm_V function
This commit is contained in:
parent
3b1a01b81a
commit
5477f19b8c
1 changed files with 0 additions and 5 deletions
|
@ -428,11 +428,6 @@ namespace ChocolArm64.Instruction
|
||||||
{
|
{
|
||||||
Fmin_S(Context);
|
Fmin_S(Context);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void Fminnm_V(AILEmitterCtx Context)
|
|
||||||
{
|
|
||||||
Fmin_V(Context);
|
|
||||||
}
|
|
||||||
|
|
||||||
public static void Fmla_Se(AILEmitterCtx Context)
|
public static void Fmla_Se(AILEmitterCtx Context)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue