//! Bespoke square-root kernel slot for `D57<20>`.
//!
//! Currently a thin pass-through to [`super::generic_wide::sqrt_d57`] —
//! byte-identical output, identical cost. This file exists so the
//! [`crate::policy::sqrt`] override for `D57<20>` has a stable callee
//! whose body can be replaced with a tuned implementation (lookup
//! table, specialised initial guess, scale-20 domain reduction, …)
//! without touching the policy file or the typed method shell.
//!
//! When the bespoke kernel lands here, **replace this file's
//! implementation only** — the call site in `crate::policy::sqrt`
//! stays unchanged.
use crateRoundingMode;
use crateInt192;
/// `D57<20>` square-root kernel. Pass-through to the generic wide
/// kernel today; replace with a tuned implementation when ready.
pub