From: Luke Kenneth Casson Leighton Date: Fri, 6 Apr 2018 16:57:48 +0000 (+0100) Subject: partial update X-Git-Tag: convert-csv-opcode-to-binary~5743 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bd5f450f3a10d6ff0451712b2fd1c17d4852ca75;p=libreriscv.git partial update --- diff --git a/simple_v_extension.mdwn b/simple_v_extension.mdwn index 134d98579..2338b6caf 100644 --- a/simple_v_extension.mdwn +++ b/simple_v_extension.mdwn @@ -32,6 +32,7 @@ instructions: * Implicit vs fixed instruction bit-width (integral to instruction or not) * Implicit vs explicit type-conversion (compounded on bit-width) * Implicit vs explicit inner loops. +* Masks / tagging (selecting/preventing certain indexed elements from execution) The pros and cons of each are discussed and analysed below.