//! WGSL lowering source for `stats.arithmetic_mean`.
/// Dispatchable WGSL kernel for arithmetic mean over packed byte input.
pub const WGSL: &str = concat!;
/// Compute the population arithmetic mean of byte values.
///
/// Empty input returns `0.0`.
/// Compute the mean and return its IEEE-754 binary32 bit pattern.