nx_simd_minmax_test.nx
buildroot/runtime/nx_simd_minmax_test.nx
about
nx_simd_minmax_test.nx -- i16x16 per-lane and horizontal min/max.
4 ops: vmin / vmax (per-lane) and vreduce_min / vreduce_max
(horizontal scalar). Useful for: argmax-class ML reductions,
audio peak detect, image histogram extremes, clamping pipelines.
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
| 10 | func pack4_i16(a: i64, b: i64, c: i64, d: i64) -> i64 |
| 17 | func t1_vmin_lanewise() -> i64 |
| 49 | func t2_vmax_lanewise() -> i64 |
| 75 | func t3_vreduce_min() -> i64 |
| 88 | func t4_vreduce_max() -> i64 |
| 101 | func t5_vreduce_min_negative() -> i64 |
| 115 | func t6_vreduce_max_negative() -> i64 |
| 129 | func main() -> nx_exit |