X-Git-Url: http://git.rrze.uni-erlangen.de/gitweb/?p=LbmBenchmarkKernelsPublic.git;a=blobdiff_plain;f=src%2FConfig.h;fp=src%2FConfig.h;h=f63741687856af3c127be0fdf084726da7d8ad93;hp=0000000000000000000000000000000000000000;hb=0fde6e45e9be83893afae896cf49a799777f6d7c;hpb=712d0b8fc4a382e1cfe4edef8b0ade11b0a2ce25 diff --git a/src/Config.h b/src/Config.h new file mode 100644 index 0000000..f637416 --- /dev/null +++ b/src/Config.h @@ -0,0 +1,8 @@ +#ifndef __CONFIG_H__ +#define __CONFIG_H__ + +#ifdef __INTEL_COMPILER + #define INTEL_OPT_DIRECTIVES +#endif + +#endif // __CONFIG_H__