1 #ifndef _INTEL_COMPILER_H_
2 #define _INTEL_COMPILER_H_
8 # define INLINE __inline__
9 #elif (__STDC_VERSION__ >= 199901L) /* C99 */
10 # define INLINE inline
19 # define DLL_HIDDEN __attribute__((visibility("hidden")))
20 # define DLL_EXPORT __attribute__((visibility("default")))
26 #endif /* _INTEL_COMPILER_H_ */