From: lkcl Date: Mon, 19 Apr 2021 22:37:31 +0000 (+0100) Subject: (no commit message) X-Git-Tag: DRAFT_SVP64_0_1~1049 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6e00eaeb72b5ead982d6f97a91c27eb095777131;p=libreriscv.git --- diff --git a/openpower/sv.mdwn b/openpower/sv.mdwn index fe33fc206..883d17e4d 100644 --- a/openpower/sv.mdwn +++ b/openpower/sv.mdwn @@ -13,7 +13,7 @@ Fundamental design principles: * Preserving the underlying scalar execution dependencies as if the for-loop had been expanded as actual scalar instructions (termed "preserving Program Order") * Augments ("tags") existing instructions, providing Vectorisation "context" rather than adding new ones. -* Does not modify or deviate from the underly scalar OpenPOWER ISA unless it provides significant performance or other advantage to do so in the Vector space (dropping XER.SO and OE=1 for example) +* Does not modify or deviate from the underlying scalar OpenPOWER ISA unless it provides significant performance or other advantage to do so in the Vector space (dropping XER.SO and OE=1 for example) Advantages of these design principles: