pub const MAX_DEGREE: usize = 16;Expand description
Highest degree the stamped ladders below cover. Beyond it the kernels fall back to
the rolled, runtime-coefficient path (sh_table_impl + sh_eval_impl), which
is correct at any degree but roughly an order of magnitude slower. Extending the
ladder is mechanical: append literals to every 0 1 2 ... 16 list.