Previous Interleaving 8 times |
Parent Interleaving 8 times |
Outline | Next The reduction_intrinsics_interleave8.cpp 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 |
Previous Interleaving 8 times |
Parent Interleaving 8 times |
Outline | Next The reduction_intrinsics_interleave8.cpp file |