This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Word and Double Word Length on Android

Hello all. I have a question regarding word size on ARM Android

platform. What is the difference between word and double-word for ARM?

Thank you!

Parents
  • For ARM, a word is 32-bits (4 bytes). A dword is 64-bits (8 bytes). This holds true from ARMv1 to latest ARMv8 architectures. In the software world, it is advisable to use clearly defined type sizes to improve readability and maintainability.

Reply
  • For ARM, a word is 32-bits (4 bytes). A dword is 64-bits (8 bytes). This holds true from ARMv1 to latest ARMv8 architectures. In the software world, it is advisable to use clearly defined type sizes to improve readability and maintainability.

Children
No data