nx_simd_probe.nx
buildroot/runtime/nx_simd_probe.nx
about
nx_simd_probe.nx -- confirm the __simd i16x16 vdot intrinsics compile + work in a nx_syscalls organ.
After threading hit an nx_thread/nx_kernel_v2-vs-nx_syscalls base-import wall, this checks the SIMD path
is viable in the gguf/q4k import context (nx_syscalls-based): the __simd_* are COMPILER INTRINSICS (no
library import), so they should compose. Known-answer: dot([1..16],[1..16]) = sum(i^2)=1496.
license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_tier.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 sp_pack4(a: i64, b: i64, c: i64, d: i64) -> i64 called by 1: main |
| 14 | func main() -> i64 |