code wiki / f32x8
topic: f32x8
5 modules sharing the f32x8 name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| nx_f32x8_dot_bench.nx | x86 f32 SIMD dot (__f32x8_dot, AVX vmulps) vs scalar: verify + speedup. | 100 | 2 |
| nx_f32x8_matmul_gate.nx | PROVES the AVX2 8-wide lever past SSE 4-wide. | 128 | 7 |
| nx_f32x8_mt_matmul.nx | the FULL sovereign compute stack toward physics: AVX2 8-wide x MULTICORE. | 111 | 6 |
| nx_f32x8_probe.nx | test the x86 f32 SIMD primitive __f32x8_dot on nx_cc_known_good. | 30 | 1 |
| nx_f32x8_range_gate.nx | validate a VECTOR-ACCUMULATOR range dot | 127 | 6 |