From b44bc33717fb62dc08eac746c6fcce308b11b72c Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 1 Jan 2021 01:44:42 +0000 Subject: [PATCH] --- openpower/sv/overview.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpower/sv/overview.mdwn b/openpower/sv/overview.mdwn index f7f34be17..62c7a961b 100644 --- a/openpower/sv/overview.mdwn +++ b/openpower/sv/overview.mdwn @@ -305,7 +305,7 @@ structure, where all types uint16_t etc. are in little-endian order: This means that Vector elements start from locations specified by 64 bit "register" but that from that location onwards the elements *overlap subsequent registers*. -Here is another way to view the same concept: +Here is another way to view the same concept, bearing in mind that it is assumed a LE memory order: uint8_t reg_sram[8*128]; uint8_t *actual_bytes = ®_sram[RA*8]; -- 2.30.2