/*************************************** Auteur : Pierre Aubert Mail : aubertp7@gmail.com Licence : CeCILL-C ****************************************/ #ifndef __SAXPY_INTRINSICS_H__ #define __SAXPY_INTRINSICS_H__ void saxpy(float* tabResult, float scal, const float * tabX, const float* tabY, long unsigned int nbElement); #endif