code wiki / (root) / nx_simd_probe.nx

nx_simd_probe.nx

buildroot/runtime/nx_simd_probe.nx

1127 B30 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind probetopic simd
docsdependenciesstructsconstsfunctions

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

nx_syscalls.nx nx_tier.nx nx_simd_probe.nx

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

main sys_mmap sp_pack4

structs

none

consts

none

functions

10func sp_pack4(a: i64, b: i64, c: i64, d: i64) -> i64
called by 1: main
14func main() -> i64