mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-08 07:28:09 +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
|
|
@ -289,7 +289,6 @@ public:
|
|||
U32 FPU64ToSingle(const U64& a, bool round_to_nearest, bool fpscr_controlled);
|
||||
|
||||
U128 FPVectorAbs(size_t esize, const U128& a);
|
||||
U128 FPVectorAbsoluteDifference(size_t esize, const U128& a, const U128& b);
|
||||
U128 FPVectorAdd(size_t esize, const U128& a, const U128& b);
|
||||
U128 FPVectorDiv(size_t esize, const U128& a, const U128& b);
|
||||
U128 FPVectorEqual(size_t esize, const U128& a, const U128& b);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue