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

strong inline required to force icpc

This commit is contained in:
Peter Boyle 2015-05-15 11:31:41 +01:00
parent f1255197c2
commit c0977dcfaa

View File

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