projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
952ac7e
)
(no commit message)
author
lkcl
<lkcl@web>
Sat, 5 Oct 2019 07:07:20 +0000
(08:07 +0100)
committer
IkiWiki
<ikiwiki.info>
Sat, 5 Oct 2019 07:07:20 +0000
(08:07 +0100)
simple_v_extension/vector_ops.mdwn
patch
|
blob
|
history
diff --git
a/simple_v_extension/vector_ops.mdwn
b/simple_v_extension/vector_ops.mdwn
index 9d16c7593ab4436cf381f854c2047e23e192defb..9ab97e15583925f3a2ae05f9c519586f1fe86a7c 100644
(file)
--- 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.
<https://en.m.wikipedia.org/wiki/Slerp>