Disallow the use of Clang to compile AVX_128_FMA
authorErik Lindahl <erik@kth.se>
Thu, 10 Jan 2013 00:12:41 +0000 (01:12 +0100)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Thu, 10 Jan 2013 20:24:34 +0000 (21:24 +0100)
commit1dd009abfebc87d5507fb276c8de0631cc44314c
treed5e614189f0d83d7c0c46b32439b8cc6013b9dd0
parentc125f2a3e711e688e4af0fcb655bfa95a6f17039
Disallow the use of Clang to compile AVX_128_FMA

Clang apparently produces buggy code both for verlet kernels
and group kernels when the AVX_128_FMA acceleration is enabled.
Since it happens in two places it is unlikely to be a minor
bug, and since it covers versions up to the currently
released one, we don't have much choice but to disallow this
combination for now.
Fixes #1099.

Change-Id: If8346fa0a58f51a0ef6ac16e4801fe98ad1c73c9
CMakeLists.txt