further update slash.c implementation comments
This commit is contained in:
parent
77188b8e73
commit
6930bc34b6
@ -2,8 +2,8 @@
|
|||||||
// In the notes 𝕨 might indicate 𝕩 for Indices too
|
// In the notes 𝕨 might indicate 𝕩 for Indices too
|
||||||
|
|
||||||
// Boolean 𝕨 (Where/Compress) general case based on result type width
|
// Boolean 𝕨 (Where/Compress) general case based on result type width
|
||||||
// Size 1: pext, or bit-at-a-time
|
// Size 1: pext
|
||||||
// Emulate pext if unavailable
|
// Emulate if unavailable
|
||||||
// COULD return boolean result from Where
|
// COULD return boolean result from Where
|
||||||
// Size 8, 16, 32, 64: mostly table-based
|
// Size 8, 16, 32, 64: mostly table-based
|
||||||
// Where: direct table lookup, widening for 16 and 32 if available
|
// Where: direct table lookup, widening for 16 and 32 if available
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user