Fix unnecessary SIMD warning
commitcffe267729adcd8c53912ed9d3605c88961a9e7d
authorErik Lindahl <erik@kth.se>
Thu, 31 Dec 2015 12:12:52 +0000 (31 13:12 +0100)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Mon, 4 Jan 2016 18:09:18 +0000 (4 19:09 +0100)
tree5f55a72af079914dd7a09efe810bcf46390e3d23
parent8c7138197bc2a56483115b556b0732bd0ff4855b
Fix unnecessary SIMD warning

The change to warn about possible crashes had the
side effect of always warning about SIMD architectures
since the second block caught the matching case too.

Change-Id: I7017df387721d62bef0101f99a8c99522e3dddb7
src/gromacs/simd/support.cpp