From f1e7568d35c0a66416fd71b74123221b06810527 Mon Sep 17 00:00:00 2001 From: lkcl Date: Sat, 5 Oct 2019 08:07:20 +0100 Subject: [PATCH] --- simple_v_extension/vector_ops.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2