From: Luke Kenneth Casson Leighton Date: Mon, 16 Apr 2018 14:29:26 +0000 (+0100) Subject: add SIMD comparison section X-Git-Tag: convert-csv-opcode-to-binary~5655 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=54f570d94e8822e53ba6e2e8777a1f4c4016e350;p=libreriscv.git add SIMD comparison section --- diff --git a/simple_v_extension.mdwn b/simple_v_extension.mdwn index 6788ed789..5b5ef6692 100644 --- a/simple_v_extension.mdwn +++ b/simple_v_extension.mdwn @@ -1185,7 +1185,7 @@ get good performance. Unfortunately that makes it quite seductive... This section compares the various parallelism proposals as they stand, *against* traditional SIMD as opposed to *alongside* SIMD. In other words, the question is asked "How can each of the proposals effectively implement -(or replace) SIMD"? +(or replace) SIMD, and how effective would they be"? ## [[alt_rvp]]