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