Previous The vectorization of reduction |
Parent The vectorization of reduction |
Outline | Next The reduction_vectorize.cpp |
1 2 3 4 5 6 |
#ifndef __REDUCTION_VECTORIZE_H__ #define __REDUCTION_VECTORIZE_H__ float reduction(const float * __restrict__ ptabValue, long unsigned int nbElement); #endif |
Previous The vectorization of reduction |
Parent The vectorization of reduction |
Outline | Next The reduction_vectorize.cpp |