From: Luke Kenneth Casson Leighton Date: Mon, 16 Apr 2018 18:17:02 +0000 (+0100) Subject: add SIMD comparison section X-Git-Tag: convert-csv-opcode-to-binary~5653 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=017ec916ef51bc486552e1ad0f4218fe498483ad;p=libreriscv.git add SIMD comparison section --- diff --git a/simple_v_extension.mdwn b/simple_v_extension.mdwn index 94ee77af7..c19db7a05 100644 --- a/simple_v_extension.mdwn +++ b/simple_v_extension.mdwn @@ -1078,9 +1078,9 @@ may be introduced (effective multiplication of regfiles and associated ALUs). ## Simple-V Primary benefit of Simple-V is the OO abstraction of parallel principles -from actual hardware. It's an API in effect that's designed to be -slotted in to an existing implementation (just after instruction decode) -with minimum disruption and effort. +from actual (internal) parallel hardware. It's an API in effect that's +designed to be slotted in to an existing implementation (just after +instruction decode) with minimum disruption and effort. * minus: the complexity of having to use register renames, OoO, VLIW, register file cacheing, all of which has been done before but is a