/*************************************** Auteur : Pierre Aubert Mail : aubertp7@gmail.com Licence : CeCILL-C ****************************************/ #ifndef __function_VECTORIZE_H__ #define __function_VECTORIZE_H__ #include void function_vectorize(float* __restrict__ ptabResult, const float* __restrict__ ptabX, size_t nbElement); #endif