/*************************************** Auteur : Pierre Aubert Mail : aubertp7@gmail.com Licence : CeCILL-C ****************************************/ #ifndef __SQRT_INTRINSICS_H__ #define __SQRT_INTRINSICS_H__ #include void sqrt_intrinsics(float* tabResult, const float* tabX, size_t nbElement); #endif