arm64 rec: fix typo in FTRC implementation

Issue #1905
This commit is contained in:
Flyinghead 2025-05-20 08:52:09 +02:00
parent a842edb09e
commit 7adeb53aee
1 changed files with 1 additions and 1 deletions

View File

@ -958,7 +958,7 @@ public:
Fcvtzs(to, from);
Mov(w0, 0x7FFFFF80);
Cmp(to, w0);
Mov(w0, 0x7FFFFFF);
Mov(w0, 0x7FFFFFFF);
Csel(to, w0, to, gt);
Fcmp(from, from);
Mov(w0, 0x80000000);