Ver código fonte

include: macros STARPU_HAVE_NEARBYINTF and STARPU_HAVE_RINTF are now publicly available

Nathalie Furmento 12 anos atrás
pai
commit
57db11eb82

+ 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