// SPDX-License-Identifier: Apache-2.0
//! Byte-identical `[f64; 3]` vector helpers shared by the b5 parse graph and
//! its IR transfer passes.
//!
//! Only the operations whose implementations are identical across both sides
//! live here. Each side keeps its own `unit` because they normalize by
//! bit-level-distinct arithmetic (reciprocal-multiply on the graph side,
//! per-component division on the transfer side) that must not be unified.
pub
pub
pub