(no commit message)
authorlkcl <lkcl@web>
Thu, 31 Dec 2020 21:54:24 +0000 (21:54 +0000)
committerIkiWiki <ikiwiki.info>
Thu, 31 Dec 2020 21:54:24 +0000 (21:54 +0000)
openpower/sv/overview.mdwn

index 633a5cd4958de08ed3e8c62ca110bfa3b09b1cc5..fae284f92465708d5e02008aa9d5dcf4eb51be1f 100644 (file)
@@ -290,8 +290,9 @@ registers.  In c this would be:
 
 Conceptually, to get our variable element width vectors,
 we may think of the regfile as instead being the following c-based data
-structure, where all types uint16_t are in little-endian order:
+structure, where all types uint16_t etc. are in little-endian order:
 
+    #pragma(packed)
     typedef union {
         uint8_t  actual_bytes[8];
         uint8_t  b[0]; // array of type uint8_t