Enable group-scheme SIMD kernels on recent AVX extensions
commitb83e24351c871122d37df345f03d567421d7dae4
authorMark Abraham <mark.j.abraham@gmail.com>
Wed, 6 Sep 2017 10:31:52 +0000 (6 12:31 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Thu, 7 Sep 2017 14:57:50 +0000 (7 16:57 +0200)
tree88f3e5d0aa061b2672acb08edd1df91bc5b1b79a
parent78e651fd319f73cdece5d0bc85668f840b6f45de
Enable group-scheme SIMD kernels on recent AVX extensions

The group-scheme code only runs using the feature set of AVX_256, but
that is supported on the more recent hardware, so we should have the
group scheme run with the maximum suitable SIMD. Otherwise people will
need AVX_256 binaries for the group scheme, and other binaries for the
other support.

Change-Id: I7728e1d97998509368dfc456dc9c33489b6dfee5
src/gromacs/gmxlib/nonbonded/CMakeLists.txt