8.4.1 : The reduction_intrinsics.h file

There is the reduction_intrinsics.h file :
1
2
3
4
5
6
#ifndef __REDUCTION_INTRINSICS_H__
#define __REDUCTION_INTRINSICS_H__

float reduction(const float * ptabValue, long unsigned int nbElement);

#endif