From d63fbb3e7b1380e29fd2a558f4ba00083f3d15f4 Mon Sep 17 00:00:00 2001 From: programmerjake Date: Sun, 9 Feb 2020 02:26:00 +0000 Subject: [PATCH] add zero-width non-joiner to prevent B) from becoming a emoji --- 3d_gpu/architecture/dynamic_simd/add.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3d_gpu/architecture/dynamic_simd/add.mdwn b/3d_gpu/architecture/dynamic_simd/add.mdwn index 11ce67d77..6b091ad18 100644 --- a/3d_gpu/architecture/dynamic_simd/add.mdwn +++ b/3d_gpu/architecture/dynamic_simd/add.mdwn @@ -37,7 +37,7 @@ the new version * brings in the carry-in (C) bits which, in combination with the Partition bits, are ANDed to create "C & p". -* C is positioned twice (in both A and B) intermediates, which +* C is positioned twice (in both A and B‌) intermediates, which has the effect of preserving carry-out, yet only performing a carry-over if the carry-in bit (c) is set and this is part of a partition -- 2.30.2