projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cda944d
)
(no commit message)
author
lkcl
<lkcl@web>
Mon, 14 Oct 2019 14:13:01 +0000
(15:13 +0100)
committer
IkiWiki
<ikiwiki.info>
Mon, 14 Oct 2019 14:13:01 +0000
(15:13 +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 ac1c20fd61c06fa29cfb542c62dc59cff369aeaf..222fb20ff9a0196d8091f995c163acddbe04ff28 100644
(file)
--- a/
simple_v_extension/vector_ops.mdwn
+++ b/
simple_v_extension/vector_ops.mdwn
@@
-150,7
+150,9
@@
other and returns length:
## Vector LERP
-* VLERP rd, vs1, rs2 # SUBVL=2: vs1.v0 vs1.v1
+* VLERP vd, vs1, rs2 # SUBVL=2: vs1.v0 vs1.v1
+
+| Instr | result | src1 | src2 | SUBVL | VL |
Known as **fmix** in GLSL.