//! Helpers used only by the composite Criterion binary.
usestd::hint::black_box;usezenith_float_num::Consts;/// Precision tiers shared with the other benches.
pubconstPRECISIONS:&[usize]=&[128,1024,4096,32768];pubfninit_cc()-> Consts{Consts::new().expect("constants cache")}/// Prevent LLVM from eliminating benchmark results.
pubfnsink<T>(v: T){black_box(v);}