From: lkcl Date: Sat, 5 Oct 2019 07:07:20 +0000 (+0100) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~3902 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f1e7568d35c0a66416fd71b74123221b06810527;p=libreriscv.git --- diff --git a/simple_v_extension/vector_ops.mdwn b/simple_v_extension/vector_ops.mdwn index 9d16c7593..9ab97e155 100644 --- a/simple_v_extension/vector_ops.mdwn +++ b/simple_v_extension/vector_ops.mdwn @@ -168,7 +168,7 @@ Pseudocode: * VSLERP vd, vs1, vs2, rs3 Not recommended as it is not commonly used and has several trigonometric -functions. Also a costly 4 arg operation. +functions, although CORDIC in vector rotate circular mode is designed for this purpose. Also a costly 4 arg operation.