/*************************************** Auteur : Pierre Aubert Mail : aubertp7@gmail.com Licence : CeCILL-C ****************************************/ #ifndef __SGEMM_INTRINSICS_H__ #define __SGEMM_INTRINSICS_H__ void sgemm_intrinsics(float* matOut, const float* matX, const float* matY, long unsigned int size); #endif