Replace automatic rdtscp checks with boolean option
commit13def2872ae5311d30795b9100ad2b2377cecf9b
authorErik Lindahl <erik.lindahl@gmail.com>
Wed, 10 Jun 2020 09:03:04 +0000 (10 11:03 +0200)
committerRoland Schulz <roland.schulz@intel.com>
Wed, 10 Jun 2020 17:45:43 +0000 (10 17:45 +0000)
treee868ebb72340b6a4b55a3ac2859508175b78043f
parent983ff0c43f8e4085014a38243a4b1cb23d44a8a4
Replace automatic rdtscp checks with boolean option

This simplifies the CMake configuration by skipping the
automatic detection based on build host. Virtually all
64-bit x86 machines support this anyway, apart from the
very first AMD 64-bit release that are now 7 years old,
so it should be fine to enable by default. In the rare
case of 7-year-old hardware, gmx will detect missing
support at the start of the run.
CMakeLists.txt