From: lkcl Date: Thu, 30 Sep 2021 20:46:58 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~3795 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ddea4f8acfe992c36d9b428b27e0337e48f2a461;p=libreriscv.git --- diff --git a/3d_gpu/architecture/dynamic_simd/logicops.mdwn b/3d_gpu/architecture/dynamic_simd/logicops.mdwn index bb26d2ac8..d3af2f75b 100644 --- a/3d_gpu/architecture/dynamic_simd/logicops.mdwn +++ b/3d_gpu/architecture/dynamic_simd/logicops.mdwn @@ -19,7 +19,7 @@ they are instead SIMD versions of: result = result xor a[i] # one operand Each of the logic ops, "some bool any all xor" are a **single bit** for -scalar, but for Partitioned SIMD produce one bit per lane. +scalar, but for Partitioned SIMD produce one bit **per lane**. # Requirements