blob: 3dec7cd379924d3b008bb207a3fd09802b82e80c (
plain) (
blame)
1
2
3
|
The issue arises from incorrect handling of NaN values when converting from `float` to `double`, specifically within QEMU's PowerPC emulation. This is an instruction-level problem because it pertains to how specific instructions (like floating-point conversions) are emulated incorrectly.
instruction
|