(no commit message)
authorlkcl <lkcl@web>
Mon, 14 Oct 2019 14:45:09 +0000 (15:45 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 14 Oct 2019 14:45:09 +0000 (15:45 +0100)
simple_v_extension/vector_ops.mdwn

index 222fb20ff9a0196d8091f995c163acddbe04ff28..eb868d91cea671bb6519725cf73c0056efed3b32 100644 (file)
@@ -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.