Explorar o código

include: macros STARPU_HAVE_NEARBYINTF and STARPU_HAVE_RINTF are now publicly available

Nathalie Furmento %!s(int64=12) %!d(string=hai) anos
pai
achega
57db11eb82
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  1. 0 1
      examples/basic_examples/vector_scal.c
  2. 2 0
      include/starpu_config.h.in

+ 0 - 1
examples/basic_examples/vector_scal.c

@@ -23,7 +23,6 @@
  *  3- how a kernel can manipulate the data (buffers[0].vector.ptr)
  */
 
-#include <config.h>
 #include <starpu.h>
 #include <stdlib.h>
 #include <stdio.h>

+ 2 - 0
include/starpu_config.h.in

@@ -91,5 +91,7 @@ typedef ssize_t starpu_ssize_t;
 #undef STARPU_QUICK_CHECK
 #undef STARPU_USE_DRAND48
 #undef STARPU_USE_ERAND48_R
+#undef STARPU_HAVE_NEARBYINTF
+#undef STARPU_HAVE_RINTF
 
 #endif