Function subgroup_s_min

Source
pub fn subgroup_s_min<I: VectorOrScalar<Scalar = impl SignedInteger>>(
    value: I,
) -> I
Expand description

A signed integer minimum group operation of all value operands contributed by active invocations in the group.

Result Type must be a scalar or vector of integer type.

Execution is a Scope that identifies the group of invocations affected by this command. It must be Subgroup.

The identity I for Operation is INT_MAX.

The type of value must be the same as Result Type.

Requires Capability GroupNonUniformArithmetic.