mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-07 15:08:22 +01:00
A64: Implement FABD in terms of existing IR instructions
Fixes NaN issue. Closes #306.
This commit is contained in:
parent
1dbe9d95e6
commit
e18fca17dc
6 changed files with 5 additions and 42 deletions
|
|
@ -415,8 +415,6 @@ OPCODE(FPS64ToSingle, T::U32, T::U64, T::U
|
|||
OPCODE(FPVectorAbs16, T::U128, T::U128 )
|
||||
OPCODE(FPVectorAbs32, T::U128, T::U128 )
|
||||
OPCODE(FPVectorAbs64, T::U128, T::U128 )
|
||||
OPCODE(FPVectorAbsoluteDifference32, T::U128, T::U128, T::U128 )
|
||||
OPCODE(FPVectorAbsoluteDifference64, T::U128, T::U128, T::U128 )
|
||||
OPCODE(FPVectorAdd32, T::U128, T::U128, T::U128 )
|
||||
OPCODE(FPVectorAdd64, T::U128, T::U128, T::U128 )
|
||||
OPCODE(FPVectorDiv32, T::U128, T::U128, T::U128 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue