1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 17:25:37 +01:00

strong inline required to force icpc

This commit is contained in:
Peter Boyle 2015-05-15 11:31:41 +01:00
parent 43bdbb5080
commit 2eaf73e8b3

View File

@ -29,13 +29,14 @@
#define MIN(x,y) ((x)>(y)?(y):(x)) #define MIN(x,y) ((x)>(y)?(y):(x))
#endif #endif
#define strong_inline __attribute__((always_inline)) inline
#include <Grid_config.h> #include <Grid_config.h>
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
// Tunable header includes // Tunable header includes
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
#ifdef HAVE_MALLOC_MALLOC_H #ifdef HAVE_MALLOC_MALLOC_H
#include <malloc/malloc.h> #include <malloc/malloc.h>
#endif #endif