Merge release-5-0 into master
[alexxy/gromacs.git] / src / config.h.cmakein
index 3b48fc0342934f9ea7a43fbdc8d5a45e925e7aaf..f7304583407f95e5a19a0867f2b09566749072fa 100644 (file)
 /* String for SIMD instruction choice (for writing to log files and stdout) */
 #define GMX_SIMD_STRING "@GMX_SIMD@"
 
+/* Calling convention string (if any) for routines with SIMD variable args */
+#define gmx_simdcall @GMX_SIMD_CALLING_CONVENTION@
+
 /* Integer byte order is big endian. */
 #cmakedefine GMX_INTEGER_BIG_ENDIAN