9.4.1 : The barycentre_intrinsics.h file

The barycentre_intrinsics.h 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