Function gemm_f64::microkernel::fma::f64::x3x3

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