Do not always add -msse2 to release flags for icc
authorErik Lindahl <erik@kth.se>
Thu, 27 Dec 2012 15:04:33 +0000 (16:04 +0100)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Tue, 8 Jan 2013 15:43:23 +0000 (16:43 +0100)
commit63187de2afca80edc5d81aa2eac8be33b6b59047
treeb862ce7600ffe53b9cbc9cc55d496cffc5140aec
parent850e20a04ccf6af7fc7ce2bcc6463f6b1fd09ed7
Do not always add -msse2 to release flags for icc

At least on Windows, this flag will override the -msse4.1 or -mavx
flags added to the main C flags. Since we already add -msse2 in
the same place when using SSE2, I see no reason why it should be
added to the release flags separately.

Change-Id: I933f5b1d5e4e4ead1635ec47b5272a0f6f69da67
cmake/gmxCFlags.cmake