From d50e24319aaef858bbb69e5eb8d73b789a74d595 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Thu, 5 Sep 2019 09:22:52 +0100 Subject: [PATCH] whitespace cleanup --- simple_v_extension/daxpy_example.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple_v_extension/daxpy_example.mdwn b/simple_v_extension/daxpy_example.mdwn index cc0ee3b7a..b48bae362 100644 --- a/simple_v_extension/daxpy_example.mdwn +++ b/simple_v_extension/daxpy_example.mdwn @@ -13,7 +13,7 @@ loop: VBLK.SETVL t0, a0, #4 # MVL=4, vl = t0 = min(a0, MVL)) c.ld a3, a1 # load 4 registers a3-6 from x - c.slli t1, t0, 3 # t1 = vl * 8 (in bytes) + c.slli t1, t0, 3 # t1 = vl * 8 (in bytes: FP is double) c.ld a7, a2 # load 4 registers a7-10 from y c.add a1, a1, t1 # increment pointer to x by vl*8 fmadd a7, a3, fa0, a7 # v1 += v0 * fa0 (y = a * x + y) -- 2.30.2