From: lkcl Date: Thu, 16 Jun 2022 11:11:48 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~1761 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9187686d66ea9c5f6feb6036fbc3cd82985d7557;p=libreriscv.git --- diff --git a/simple_v_extension/vector_ops.mdwn b/simple_v_extension/vector_ops.mdwn index 8974cfdb6..ed4674f89 100644 --- a/simple_v_extension/vector_ops.mdwn +++ b/simple_v_extension/vector_ops.mdwn @@ -1,5 +1,7 @@ [[!tag oldstandards]] +**OBSOLETE**, see [[sv/vector_ops]] + # Vector Operations Extension to SV This extension defines vector operations that would otherwise take several cycles to complete in software. With 3D priorities being to compute as many pixels per clock as possible, the normal RISC rules (reduce opcode count and make heavy use of macro op fusion) do not necessarily apply.