From ff0d21d3cc46b1221b755ecb84343ff33c6d13e6 Mon Sep 17 00:00:00 2001 From: xiaywang Date: Wed, 29 Jul 2020 18:21:19 +0200 Subject: [PATCH] fix naming convention in documentation plp_math.h --- include/plp_math.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/plp_math.h b/include/plp_math.h index 624019c52..42c89b4e4 100644 --- a/include/plp_math.h +++ b/include/plp_math.h @@ -60,8 +60,7 @@ precision = {32, 16, 8} bits - method = {s, v, p} meaning single (or scalar, i.e. not using packed SIMD), vectorized (i.e. using - SIMD instructions), and parallel (for multicore parallel computing), respectively. + method = {s, p} respectively meaning single core or parallel multicore implementation. isa extension = rv32im, xpulpv2, etc. of which rv32im is the most general one. @@ -83,8 +82,7 @@ precision = {32, 16, 8} bits - method = {s, v, p} meaning single (or scalar, i.e. not using packed SIMD), vectorized (i.e. using - SIMD instructions), and parallel (for multicore parallel computing), respectively. + method = {s, p} respectively meaning single core or parallel multicore implementation. isa extension = rv32im, xpulpv2, etc. of which rv32im is the most general one.