Commit 11fb083
committed
feat(fingerprint): multi-lane SIMD views + bundle majority vote
QW4: chunks_u64x8() — iterate as 8-word batches for VPOPCNTDQ
chunks_u8x64() — iterate as 64-byte batches for U8x64 ops
bundle() — majority vote across multiple fingerprints
These enable the Layer 1 cascade: sweep a fingerprint column via
SIMD-width chunks, then bundle consensus across agents.
https://claude.ai/code/session_01SbYsmmbPf9YQuYbHZN52Zh1 parent 06dbae0 commit 11fb083
1 file changed
Lines changed: 41 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
185 | 226 | | |
186 | 227 | | |
187 | 228 | | |
| |||
0 commit comments