fn fused_eval_mode() -> u8Expand description
Execution mode for the experimental fused row-wise evaluator.
KIMCHI_FUSED_EVAL=1 uses it (falling back to the vectorised path for
expressions it does not handle); =verify runs both and asserts they agree.