Samuel Thibault %!s(int64=5) %!d(string=hai) anos
pai
achega
6227304973
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/common/blas.h

+ 1 - 1
examples/common/blas.h

@@ -88,7 +88,7 @@ void STARPU_DPOTRF(const char*uplo, const int n, double *a, const int lda);
 
 #if defined(STARPU_GOTO) || defined(STARPU_OPENBLAS) || defined(STARPU_SYSTEM_BLAS) || defined(STARPU_MKL) || defined(STARPU_ARMPL)
 
-#if _STARPU_F2C_COMPATIBILITY
+#ifdef _STARPU_F2C_COMPATIBILITY
 /* for compatibility with F2C, FLOATRET may not be a float but a double in GOTOBLAS */
 /* Don't know how to detect this automatically */
 #define _STARPU_FLOATRET double