arm64: Fix long double comparison operators

This commit is contained in:
Aleksi Hannula 2026-02-04 14:18:47 +02:00
parent c39eaf10cf
commit aeae4b4cee
No known key found for this signature in database

View File

@ -1908,6 +1908,7 @@ ST_FUNC void gen_opf(int op)
o(0x7100001f); // cmp w0,#0
o(0x1a9f07e0 | (uint32_t)cond << 12); // cset w0,(cond)
}
arm64_vset_VT_CMP(op);
return;
}