diff options
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/cpuid.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tools/cpuid.hxx b/include/tools/cpuid.hxx index d7aa07d54258..419d05714ae4 100644 --- a/include/tools/cpuid.hxx +++ b/include/tools/cpuid.hxx @@ -25,6 +25,7 @@ namespace tools namespace cpuid { TOOLS_DLLPUBLIC bool hasSSE2(); + TOOLS_DLLPUBLIC bool hasHyperThreading(); } } |