pub fn scaled_ext_packed_matrix<'c>(
context: &'c Context,
res: Type<'c>,
source: Value<'c, '_>,
scale: Value<'c, '_>,
block_size: IntegerAttribute<'c>,
first_scale_lane: IntegerAttribute<'c>,
first_scale_byte: IntegerAttribute<'c>,
location: Location<'c>,
) -> ScaledExtPackedMatrixOperation<'c>Expand description
Creates a scaled_ext_packed_matrix operation.