Avoid using GMX_SIMD macros to detect _mm_pause()
commit13636471f97a9d173500870752f325a089f6d4dd
authorErik Lindahl <erik@kth.se>
Wed, 14 Aug 2019 10:53:06 +0000 (14 12:53 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Tue, 20 Aug 2019 09:00:50 +0000 (20 11:00 +0200)
treeda42bc8dcfedd812222d05cc7151f9bec657293f
parent2cafe3dbdf335f76750d6ab90a03b0d58ab6a3a9
Avoid using GMX_SIMD macros to detect _mm_pause()

This is a first step to start removing all the SIMD
macros and replacing them with C++14 constructs instead.
The change also replaces negative tests for windows
with clearer positive ones, and makes sure we use the
same test for the conditional include and using the
result.

Change-Id: Ie8a2311f88b8704dac135f2ac96ac272dee8695a
CMakeLists.txt
src/gromacs/utility/gmxomp.h