Fix AVX-512 SIMD test for C
authorErik Lindahl <erik@kth.se>
Tue, 28 Nov 2017 18:14:23 +0000 (19:14 +0100)
committerErik Lindahl <erik@kth.se>
Tue, 28 Nov 2017 18:14:23 +0000 (19:14 +0100)
commit5c8d7111bee1089dab98a45882406ef598e5555a
treeb595e24393b6b314b860931d796fd1110bca0073
parent9a84255cee1e6ace332d1455bf1476e493292fec
Fix AVX-512 SIMD test for C

Avoid using C++ features in the test, since
it should test both the C and C++ compilers.

Change-Id: Ia85d925faff87f39bc7ae34c8eac813bd45a7e37
cmake/gmxSimdFlags.cmake