Function compute_is_constant

Source
pub fn compute_is_constant<T: NativePType, const WIDTH: usize>(
    values: &[T],
) -> bool
Expand description

Assumes any floating point has been cast into its bit representation for which != and !is_eq are the same Assumes there’s at least 1 value in the slice, which is an invariant of the entry level function.