//! Instruction-level probe for the numeric hot kernels (driven by `make asm-diff`).
//!
//! Each `#[no_mangle] #[inline(never)]` wrapper forces the kernel to be emitted as a
//! standalone symbol so `scripts/asm_diff.sh` can disassemble and count its
//! instructions, holding the count byte-stable against `scripts/asm_baseline.txt`.
use black_box;
use ;