Fix cyclecounters on x32
authorPaul Bauer <paul.bauer.q@gmail.com>
Wed, 25 Nov 2020 10:30:08 +0000 (11:30 +0100)
committerPaul Bauer <paul.bauer.q@gmail.com>
Wed, 25 Nov 2020 10:30:08 +0000 (11:30 +0100)
commitb43085a5d8abb3c7562749c866f13b14bac8f1d7
tree4c4caf176007df9f6f3df8b03f32ca8667b7d9a6
parente320829efb95077f7281c1e17b4a4c92df41368b
Fix cyclecounters on x32

A missing check meant that the code wouldn't compile due to an asm block
that is not compatible with 32 bit datatype ABI and x86_64 registers.

Fix provided by Nicholas Breen.

Fixes #3816
src/gromacs/timing/cyclecounter.cpp