Type Definition blis_sys::seqv_ft

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