mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-04 13:44:31 +01:00
A32: Implement ASIMD VRSQRTS
This commit is contained in:
parent
8f506c80c3
commit
d3dc50d718
8 changed files with 37 additions and 25 deletions
|
|
@ -112,6 +112,8 @@ u32 GenRandomInst(u32 pc, bool is_last_inst) {
|
|||
"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.
|
||||
};
|
||||
|
||||
for (const auto& [fn, bitstring] : list) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue