We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55710ca commit 6c436e4Copy full SHA for 6c436e4
src/inc/Machine.h
@@ -46,7 +46,7 @@ of the License or (at your option) any later version.
46
#endif
47
#else
48
#define HOT __attribute__((hot))
49
-#if defined(__x86_64)
+#if defined(__x86_64) && !defined(__INTEL_COMPILER)
50
#define REGPARM(n) __attribute__((hot, regparm(n)))
51
52
#define REGPARM(n)
0 commit comments