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

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