How are floating point single and double values stored in big endian mode #1810
Ben Dooks (bjdooks-ct)
started this conversation in
General
Replies: 2 comments 1 reply
|
Radim Krčmář (@radimkrcmar)’s answer is correct; the definition in the spec is deliberately generic and so applies to FP memory accesses, too. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
With the MBE/SBE/UBE bits added, these change the integer endian. Do these also do the same to the floating point numbers or vector? I couldn't see anything in the documents. Currently gcc assumes big endian and qemu is still in little.
All reactions