Merge branch release-2018
[alexxy/gromacs.git] / src / gromacs / hardware / cpuinfo.h
index 021686e85590a74f97574fa810942ecb6b80fffe..15c709b61691e03afe7b5990724532e66abe9a38 100644 (file)
@@ -116,7 +116,7 @@ class CpuInfo
             X86_Fma,         //!< Fused-multiply add support (mainly for AVX)
             X86_Fma4,        //!< 4-operand FMA, only on AMD for now
             X86_Hle,         //!< Hardware lock elision
-            X86_Htt,         //!< Hyper-Threading supported (but maybe not enabled)
+            X86_Htt,         //!< Hyper-Threading enabled (NOTE: might not match the CPUID HTT support flag)
             X86_Intel,       //!< This is an Intel x86 processor
             X86_Lahf,        //!< LAHF/SAHF support in 64 bits
             X86_MisalignSse, //!< Support for misaligned SSE data instructions