(no commit message)
[libreriscv.git] / simple_v_extension / vector_ops.mdwn
index ac1c20fd61c06fa29cfb542c62dc59cff369aeaf..eb868d91cea671bb6519725cf73c0056efed3b32 100644 (file)
@@ -150,7 +150,11 @@ 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 |
+| ------------------ | ------ | ---- | ---- | ----- | -- |
+| VLERP vd, vs1, rs2 | vec2 | vec2 | scal | 2 | any |
 
 Known as **fmix** in GLSL.