Merge branch 'origin/release-2020' into merge-2020-into-2021
[alexxy/gromacs.git] / src / gromacs / hardware / prepare_detection.cpp
index 885afdc3b2ae64c0c2dad6461f4cbc795ddc057b..853192f52a70c810c54d8f5ee6ab502fedc727b1 100644 (file)
@@ -78,8 +78,8 @@ namespace gmx
  *  declared noexcept, but at least icc 19.1 and 21-beta08 with the
  *  libstdc++-7.5 has difficulty implementing a std::vector of
  *  std::thread started with this function when declared noexcept. It
- *  is not clear whether the problem is the compiler or the standard
- *  library. Fortunately, this function is not performance sensitive,
+ *  is a known compiler bug that should be fixed after 19.1.
+ *  Fortunately, this function is not performance sensitive,
  *  and only runs on platforms other than x86 and POWER (ie ARM),
  *  so the possible overhead introduced by omitting noexcept is not
  *  important.