Previous The vectorization of reduction with intrinsic functions |
Parent The vectorization of reduction with intrinsic functions |
Outline | Next The reduction_intrinsics.cpp 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 |
Previous The vectorization of reduction with intrinsic functions |
Parent The vectorization of reduction with intrinsic functions |
Outline | Next The reduction_intrinsics.cpp file |