further update slash.c implementation comments

This commit is contained in:
dzaima 2023-07-19 16:51:14 +03:00
parent 77188b8e73
commit 6930bc34b6

View File

@ -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