fletcher_4_ops_t
static const fletcher_4_ops_t fletcher_4_scalar_ops = {
static fletcher_4_ops_t fletcher_4_fastest_impl = {
static const fletcher_4_ops_t *fletcher_4_impls[] = {
static fletcher_4_ops_t *fletcher_4_supp_impls[ARRAY_SIZE(fletcher_4_impls)];
static inline const fletcher_4_ops_t *
const fletcher_4_ops_t *ops = NULL;
const fletcher_4_ops_t *ops = fletcher_4_impl_get();
const fletcher_4_ops_t *ops = fletcher_4_impl_get();
fletcher_4_ops_t *curr_impl;
curr_impl = (fletcher_4_ops_t *)fletcher_4_impls[i];
const fletcher_4_ops_t *ops = fletcher_4_supp_impls[i];
const fletcher_4_ops_t *ops = fletcher_4_impl_get();
fletcher_4_ops_t *ops = (fletcher_4_ops_t *)cdp->acd_private;
fletcher_4_ops_t *ops = (fletcher_4_ops_t *)cdp->acd_private;
extern const fletcher_4_ops_t fletcher_4_superscalar_ops;
extern const fletcher_4_ops_t fletcher_4_superscalar4_ops;
extern const fletcher_4_ops_t fletcher_4_avx2_ops;
extern const fletcher_4_ops_t fletcher_4_sse2_ops;
extern const fletcher_4_ops_t fletcher_4_ssse3_ops;
extern const fletcher_4_ops_t fletcher_4_avx512f_ops;
extern const fletcher_4_ops_t fletcher_4_avx512bw_ops;
const fletcher_4_ops_t fletcher_4_avx512f_ops = {
const fletcher_4_ops_t fletcher_4_avx512bw_ops = {
const fletcher_4_ops_t fletcher_4_avx2_ops = {
const fletcher_4_ops_t fletcher_4_sse2_ops = {
const fletcher_4_ops_t fletcher_4_ssse3_ops = {
const fletcher_4_ops_t fletcher_4_superscalar_ops = {
const fletcher_4_ops_t fletcher_4_superscalar4_ops = {