mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-19 06:49:38 +00:00
A32: Implement ASIMD VRECPE
This commit is contained in:
@@ -111,7 +111,7 @@ u32 GenRandomInst(u32 pc, bool is_last_inst) {
|
||||
// FPSCR is inaccurate
|
||||
"vfp_VMRS",
|
||||
// Unimplemented in Unicorn
|
||||
"asimd_VPADD_float",
|
||||
"asimd_VPADD_float", "asimd_VRECPE",
|
||||
// Incorrect Unicorn implementations
|
||||
"asimd_VRECPS", // Unicorn does not fuse the multiply and subtraction, resulting in being off by 1ULP.
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user