(no commit message)
authorlkcl <lkcl@web>
Sat, 5 Oct 2019 07:07:20 +0000 (08:07 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 5 Oct 2019 07:07:20 +0000 (08:07 +0100)
simple_v_extension/vector_ops.mdwn

index 9d16c7593ab4436cf381f854c2047e23e192defb..9ab97e15583925f3a2ae05f9c519586f1fe86a7c 100644 (file)
@@ -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.
 
 <https://en.m.wikipedia.org/wiki/Slerp>