blob: 4aed4f63b7981f8cdb35403c776a855c7a16df77 (
plain) (
blame)
1
2
3
|
The issue described involves incorrect behavior of floating-point operations when emulating AArch64 on QEMU compared to real hardware. The problem specifically occurs with the `fdiv` instruction when FPCR is set to zero. This points to a flaw in how QEMU handles the emulation of the `fdiv` instruction, which falls under the category of an instruction-level issue.
instruction
|