pub fn float_scalars() -> impl Iterator<Item = Scalar> + Clone
Expand description
Produce all the floating-point ir::Scalar
s.
Note that F32
must appear before other sizes; this is how we
represent conversion rank.
pub fn float_scalars() -> impl Iterator<Item = Scalar> + Clone
Produce all the floating-point ir::Scalar
s.
Note that F32
must appear before other sizes; this is how we
represent conversion rank.