_nx_bits_clz64_oracle.nx
buildroot/runtime/_nx_bits_clz64_oracle.nx
about
_nx_bits_clz64_oracle.nx
Paired correctness oracle for nx_bits_clz64 / nx_bits_ctz64
(composed from two 32-bit intrinsics). Each must match a portable
reference implementation (the legacy Knuth linear-scan) on the
curated input set.
dependencies 3 imports · 0 importers
imports: syscalls.nxnx_bits.nxnx_loop.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
| 16 | func _ref_clz64(x: i64) -> i64 |
| 34 | func _ref_ctz64(x: i64) -> i64 |
| 51 | func main() -> i64 |