Searched refs:fletcher_4_fastest_impl (Results 1 – 1 of 1) sorted by relevance
187 static fletcher_4_ops_t fletcher_4_fastest_impl = { variable432 ops = &fletcher_4_fastest_impl; in fletcher_4_impl_get()621 fletcher_4_fastest_impl.init_ ## type = src->init_ ## type; \622 fletcher_4_fastest_impl.fini_ ## type = src->fini_ ## type; \623 fletcher_4_fastest_impl.compute_ ## type = src->compute_ ## type; \624 fletcher_4_fastest_impl.uses_fpu_ ## type = src->uses_fpu_ ## type; \727 memcpy(&fletcher_4_fastest_impl, in fletcher_4_benchmark()729 sizeof (fletcher_4_fastest_impl)); in fletcher_4_benchmark()730 fletcher_4_fastest_impl.name = "fastest"; in fletcher_4_benchmark()