From 6930bc34b69e62752ac362107417134a9cade936 Mon Sep 17 00:00:00 2001 From: dzaima Date: Wed, 19 Jul 2023 16:51:14 +0300 Subject: [PATCH] further update slash.c implementation comments --- src/builtins/slash.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/builtins/slash.c b/src/builtins/slash.c index effcd0ae..648fa4f3 100644 --- a/src/builtins/slash.c +++ b/src/builtins/slash.c @@ -2,8 +2,8 @@ // In the notes 𝕨 might indicate 𝕩 for Indices too // Boolean 𝕨 (Where/Compress) general case based on result type width -// Size 1: pext, or bit-at-a-time -// Emulate pext if unavailable +// Size 1: pext +// Emulate if unavailable // COULD return boolean result from Where // Size 8, 16, 32, 64: mostly table-based // Where: direct table lookup, widening for 16 and 32 if available