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