Minor reformatting of SIMD mismatch message
[alexxy/gromacs.git] / src / gromacs / gmxlib / gmx_cpuid.c
index 8e496ea5e64292651b3c02d98f58f422e89b3347..bcf598d57e1899aef6bd8598379f61f12d8db7a4 100644 (file)
@@ -1335,7 +1335,7 @@ gmx_cpuid_simd_check(enum gmx_cpuid_simd  simd_suggest,
         }
         if (print_to_stderr)
         {
-            fprintf(stderr, "Compiled SIMD instructions: %s (GROMACS could use %s on this machine, which is better)\n",
+            fprintf(stderr, "Compiled SIMD instructions: %s, GROMACS could use %s on this machine, which is better\n\n",
                     gmx_cpuid_simd_string[compiled_simd],
                     gmx_cpuid_simd_string[simd_suggest]);
         }