//! `GEMMKIT_REQUIRE_ISA=scalar` prepacked-i8 bit-parity pin
//!
//! `scalar` is valid on every architecture, so unlike the other `env_isa_*` binaries this needs
//! no host feature gate: it deterministically forces the plain-panel widen kernel's prepack
//! layout regardless of what auto-selection would otherwise pick on this host. Its own test
//! binary, like the other `env_isa_*` pins, since a memoized ISA choice needs its own process
//! to force. Pins through [`env_isa_common::pin`] (a single `set_var` under a `Once`, before any
//! dispatch). Only meaningful with `std`: a no-`std` build never reads the environment
// Shared GEMMKIT_REQUIRE_ISA pin helper; this binary's only test pins `scalar` with it
// Shared prepacked-vs-plain i8 bit-parity check, run under whichever ISA is pinned
// The scalar-pinned widen kernel's prepacked path matches plain gemm_i8 bit-for-bit