Commit 4988fd1
committed
feat(hpc): p64_bridge.rs — wires p64 + phyllotactic-manifold into HPC
7 sections, 11 tests, zero new types — only mappings:
1. SIMD manifold: expand_manifold_simd() via F64x8 + SPIRAL7_X/Y
2. SIMD attention: attend_batch_8() with VPOPCNTDQ fast path via simd_caps()
3. NARS bridge: resonance_to_nars(), nars_to_branch_byte()
4. CausalEdge64 compat: bit layout, palette addressing, layer mask mapping
5. ThinkingStyle cache: 6 styles in LazyLock, ordinal + name lookup
6. Semiring mapping: semiring name → CombineMode + ContraMode
7. DeepNSM palette: distance matrix → Palette64 interaction bitmap
Re-exports: Palette64, Palette3D, ThinkingStyle, HeelPlanes,
CombineMode, ContraMode, predicate, manifold_consts
p64 + phyllotactic-manifold added as path deps in Cargo.toml.
https://claude.ai/code/session_01BTATTRUACijvsK4hqmKUBR1 parent 3bfa2f4 commit 4988fd1
4 files changed
Lines changed: 729 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
125 | 129 | | |
126 | 130 | | |
127 | 131 | | |
| |||
0 commit comments