How are floating point single and double values stored in big endian mode #1810
bjdooks-ct
started this conversation in
General
Replies: 2 comments 1 reply
-
The spec doesn't seem to make a distinction for integers. Should be big endian for all data. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@radimkrcmar’s answer is correct; the definition in the spec is deliberately generic and so applies to FP memory accesses, too. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions