nx_simd_i16x16_test.nx
buildroot/runtime/nx_simd_i16x16_test.nx
about
nx_simd_i16x16_test.nx -- exercise the i16x16 SIMD intrinsics.
16 lanes of 16-bit ints in 256-bit vectors. Same bit-exact-vs-
scalar gate as the i64x4 and i32x8 smokes. Useful for image
processing / audio / quantized ML weights at int16.
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
| 11 | func pack4(a: i64, b: i64, c: i64, d: i64) -> i64 |
| 15 | func t1_load_store() -> i64 |
| 33 | func t2_vadd() -> i64 |
| 56 | func t3_vmul() -> i64 |
| 79 | func t4_vbroadcast() -> i64 |
| 91 | func t5_vreduce_sum() -> i64 |
| 103 | func main() -> nx_exit |