mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-01 20:24:36 +01:00
asimd_three_same: Ignore Q=1 for VPADD (floating-point)
This commit is contained in:
parent
896cb46c89
commit
3eed024caf
2 changed files with 5 additions and 5 deletions
|
|
@ -115,8 +115,6 @@ u32 GenRandomInst(u32 pc, bool is_last_inst) {
|
|||
"arm_UDF",
|
||||
// FPSCR is inaccurate
|
||||
"vfp_VMRS",
|
||||
// Unimplemented in Unicorn
|
||||
"asimd_VPADD_float",
|
||||
// Incorrect Unicorn implementations
|
||||
"asimd_VRECPS", // Unicorn does not fuse the multiply and subtraction, resulting in being off by 1ULP.
|
||||
"asimd_VRSQRTS", // Unicorn does not fuse the multiply and subtraction, resulting in being off by 1ULP.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue