Previous The intrinsics version of barycentre |
Parent The intrinsics version of barycentre |
Outline | Next The barycentre_intrinsics.cpp file |
1 2 3 4 5 6 7 8 9 |
#ifndef __BARYCENTRE_VECTORIZE_INTRINSICS_H__ #define __BARYCENTRE_VECTORIZE_INTRINSICS_H__ void barycentre(float & gx, float & gy, const float * tabX, const float* tabY, const float* tabA, long unsigned int nbElement); #endif |
Previous The intrinsics version of barycentre |
Parent The intrinsics version of barycentre |
Outline | Next The barycentre_intrinsics.cpp file |