Previous Interleaving 2 times |
Parent Interleaving 2 times |
Outline | Next The reduction_intrinsics_interleave2.cpp file |
1 2 3 4 5 6 |
#ifndef __REDUCTION_INTRINSICS_INTERLEAVE_2_H__ #define __REDUCTION_INTRINSICS_INTERLEAVE_2_H__ float reduction(const float * ptabValue, long unsigned int nbElement); #endif |
Previous Interleaving 2 times |
Parent Interleaving 2 times |
Outline | Next The reduction_intrinsics_interleave2.cpp file |