https://bugs.kde.org/show_bug.cgi?id=489338

--- Comment #1 from Bernhard Übelacker <bernha...@mailbox.org> ---
Created attachment 171102
  --> https://bugs.kde.org/attachment.cgi?id=171102&action=edit
0001-arm64-Fix-fcvtas-instruction.patch

I tried to look into it and I think the issue is the `fcvtas` gets stored in
the intermediate representation with Irrm_NEAREST.
When this gets translated back to the native instruction i guess it results in
a `fcvtns`.

Attached patch tries to preserve this difference by using
Irrm_NEAREST_TIE_AWAY_0,
at least the reproducer shows with it no longer a difference.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to