8.5.3.1 : The reduction_intrinsics_interleave8.h file

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

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

#endif