Narrow-down Intel-specific #ifdef's
authorAndrey Alekseenko <al42and@gmail.com>
Thu, 29 Oct 2020 13:25:44 +0000 (13:25 +0000)
committerAndrey Alekseenko <al42and@gmail.com>
Thu, 29 Oct 2020 13:25:44 +0000 (13:25 +0000)
commit33711580378dba0a1050f90b9563328dc4588982
treeea693df7f14dadd11b4bd23b8014e0b2179e0be6
parentb6460d51b09e58108c8e8859f8db137dfa496407
Narrow-down Intel-specific #ifdef's

Some of the things hidden by `#ifdef __INTEL_COMPILER` does not seem to be relevant as of 2021.1-beta09/10 (ICC 2021.1 Beta 20200827).

Also, was getting a false-positive "warning: result of comparison of 0-bit unsigned value != 0 is always false" for line `if (grid_base[g_baseNR - 1] % 4 != 0)`. Replaced it with `static_assert`, because why not.
src/gromacs/fft/calcgrid.cpp
src/gromacs/listed_forces/tests/bonded.cpp
src/gromacs/pulling/pullutil.cpp
src/gromacs/simd/tests/simd_floatingpoint_util.cpp