First post, by M-HT
M-HT
Offline
Rank
Member
Some ARM CPUs use little-endian byte ordering for integers, but use big-endian word ordering for double floating-point numbers.
This causes a bug in some FPU instructions, because dosbox assumes that byte ordering for integers and word ordering for doubles is the same.
Proposed fix is in the attachment.