From aac7fdc1b9cdf98dfedff89af6151f55cbb194ac Mon Sep 17 00:00:00 2001 From: Berk Hess Date: Mon, 22 Jun 2015 09:33:29 +0200 Subject: [PATCH] Minor reformatting of SIMD mismatch message Added extra newline, removed parentheses. Change-Id: I2ec3f6d078dfa3b4587213c5ec421d36443a01af --- src/gromacs/gmxlib/gmx_cpuid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gromacs/gmxlib/gmx_cpuid.c b/src/gromacs/gmxlib/gmx_cpuid.c index 8e496ea5e6..bcf598d57e 100644 --- a/src/gromacs/gmxlib/gmx_cpuid.c +++ b/src/gromacs/gmxlib/gmx_cpuid.c @@ -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]); } -- 2.22.0