From 2cef870883cac4014dc4c1030179f6cf3d68d6df Mon Sep 17 00:00:00 2001 From: lkcl Date: Mon, 14 Oct 2019 15:13:01 +0100 Subject: [PATCH] --- simple_v_extension/vector_ops.mdwn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/simple_v_extension/vector_ops.mdwn b/simple_v_extension/vector_ops.mdwn index ac1c20fd6..222fb20ff 100644 --- 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. -- 2.30.2