pub unsafe fn x1x3(
m: usize,
n: usize,
k: usize,
dst: *mut f32,
packed_lhs: *const f32,
packed_rhs: *const f32,
dst_cs: isize,
dst_rs: isize,
lhs_cs: isize,
rhs_rs: isize,
rhs_cs: isize,
alpha: f32,
beta: f32,
alpha_status: u8,
_conj_dst: bool,
_conj_lhs: bool,
_conj_rhs: bool,
next_lhs: *const f32
)
Available with target feature
fma
only.