Make AVX-512 CMake detction work
commit5c453f8c99344dbab63b89edd5ab823b9851f0ec
authorMark Abraham <mark.j.abraham@gmail.com>
Tue, 12 Dec 2017 19:41:16 +0000 (12 20:41 +0100)
committerErik Lindahl <erik.lindahl@gmail.com>
Thu, 14 Dec 2017 09:12:46 +0000 (14 10:12 +0100)
tree3afe3d034ac52117711ecd52786da07a3b20bdb0
parent930725b2cf4bd9634ce411383086a8b9e4790b3e
Make AVX-512 CMake detction work

Both inline assembly and the support flag have to be set for the
timing code to be compiled.

Also fixed tabs and made the warning about the number of FMA units
only a status message - it's not any more important than anything else
we make assumptions about.

Change-Id: I1a430d12bc52cbea2495d2d3837c851761f552d8
cmake/gmxDetectAvx512FmaUnits.cmake
cmake/gmxDetectSimd.cmake