From: lkcl Date: Sun, 27 Dec 2020 22:51:03 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~777 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3f5f1c82e62603aae6da9f0edbf2f984cfc0999b;p=libreriscv.git --- diff --git a/3d_gpu/architecture/dynamic_simd/logicops.mdwn b/3d_gpu/architecture/dynamic_simd/logicops.mdwn index 900274507..f5ef39037 100644 --- a/3d_gpu/architecture/dynamic_simd/logicops.mdwn +++ b/3d_gpu/architecture/dynamic_simd/logicops.mdwn @@ -5,7 +5,7 @@ Links * * -These are not the same as bitwise operations equivslent to: +These are not the same as bitwise operations equivalent to: for i in range(64): result[i] = a[i] or b[i]