From 3f5f1c82e62603aae6da9f0edbf2f984cfc0999b Mon Sep 17 00:00:00 2001 From: lkcl Date: Sun, 27 Dec 2020 22:51:03 +0000 Subject: [PATCH] --- 3d_gpu/architecture/dynamic_simd/logicops.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- 2.30.2