diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-05-18 00:41:26 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-05-18 01:27:25 +0300 |
commit | ed74d15246ded84ded3a096046d79e95352b444e (patch) | |
tree | 5058d05c2eb763fadfbbed8460512f05e25fb5d9 /indra/llcommon/llprocessor.h | |
parent | 9bec9afb4d9a8cefc504031fb09f74ddf0d18006 (diff) |
SL-17388 Add SSE version info to ViewerStats
Diffstat (limited to 'indra/llcommon/llprocessor.h')
-rw-r--r-- | indra/llcommon/llprocessor.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llcommon/llprocessor.h b/indra/llcommon/llprocessor.h index 90e5bc59ee..8156dd12e6 100644 --- a/indra/llcommon/llprocessor.h +++ b/indra/llcommon/llprocessor.h @@ -40,6 +40,11 @@ public: F64MegahertzImplicit getCPUFrequency() const; bool hasSSE() const; bool hasSSE2() const; + bool hasSSE3() const; + bool hasSSE3S() const; + bool hasSSE41() const; + bool hasSSE42() const; + bool hasSSE4a() const; bool hasAltivec() const; std::string getCPUFamilyName() const; std::string getCPUBrandName() const; |