Type Definition blis_sys::saxpyv_ft

source · []
pub type saxpyv_ft = Option<unsafe extern "C" fn(conjx: conj_t, n: dim_t, alpha: *const f32, x: *const f32, incx: inc_t, y: *mut f32, incy: inc_t)>;