From 87f16984747c81bd2f9502d0407ffb4afa031b50 Mon Sep 17 00:00:00 2001 From: lkcl Date: Thu, 31 Dec 2020 21:54:24 +0000 Subject: [PATCH] --- openpower/sv/overview.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openpower/sv/overview.mdwn b/openpower/sv/overview.mdwn index 633a5cd49..fae284f92 100644 --- a/openpower/sv/overview.mdwn +++ b/openpower/sv/overview.mdwn @@ -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 -- 2.30.2