8.3.1 : The reduction_vectorize.h

There is the reduction_vectorize.h file :
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