/* { dg-require-effective-target size32plus } */ #define NMAX 3000 #define MEASURE_TIME 1 static double a[NMAX][NMAX], c[NMAX][NMAX]; typedef __INT32_TYPE__ int32_t; typedef __INT64_TYPE__ int64_t; void dsyrk(int64_t N) { int32_t i,j,k; #pragma scop for (i=0; i