nx_simd_i32x8_test.nx
buildroot/runtime/nx_simd_i32x8_test.nx
about
nx_simd_i32x8_test.nx -- exercise the i32x8 SIMD intrinsics.
Same scalar-vs-SIMD-bit-exact gate as nx_simd_test.nx but with
8 i32 lanes per vector (double the throughput of i64x4 for
32-bit workloads -- ML token IDs, image pixels, hashes).
dependencies 2 imports · 0 importers
imports: nx_kernel_v2.nxnx_log.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 14 | func t1_round_trip_load_store() -> i64 called by 1: main |
| 34 | func t2_vadd() -> i64 called by 1: main |
| 62 | func t3_vmul() -> i64 called by 1: main |
| 89 | func t4_vbroadcast() -> i64 called by 1: main |
| 101 | func t5_vreduce_sum() -> i64 called by 1: main |
| 115 | func main() -> nx_exit |