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
| 10 | const NX_MO_SEQ_CST: i64 = 5 |
functions
| 12 | func t1_round_trip_load_store() -> i64 called by 1: main |
| 32 | func t2_vadd() -> i64 called by 1: main |
| 60 | func t3_vmul() -> i64 called by 1: main |
| 87 | func t4_vbroadcast() -> i64 called by 1: main |
| 99 | func t5_vreduce_sum() -> i64 called by 1: main |
| 113 | func main() -> nx_exit |