mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 15:55:37 +00:00
strong inline required to force icpc
This commit is contained in:
parent
43bdbb5080
commit
2eaf73e8b3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user