//#define SEUILLAGE_H //#ifndef SEUILLAGE_H // includes, system #include #include #include #include #define BLOCK_SIZE 16 // Prototype void runTest( int argc, char** argv); extern "C" void saxpy_C(float *vector_SAXPY, float A, float *vector_X, float *vector_Y, int N); //#endif