8.5.2.1 : The reduction_intrinsics_interleave4.h file

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

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

#endif