Sse scaling (#52)
* Add CPUID functions for runtime dispatch * Add SSE2 scaling
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
|
||||
#include <network/GetAPI.h>
|
||||
|
||||
#include <rfb/cpuid.h>
|
||||
#include <rfb/ComparingUpdateTracker.h>
|
||||
#include <rfb/KeyRemapper.h>
|
||||
#include <rfb/ListConnInfo.h>
|
||||
@@ -134,6 +135,9 @@ VNCServerST::VNCServerST(const char* name_, SDesktop* desktop_)
|
||||
{
|
||||
lastUserInputTime = lastDisconnectTime = time(0);
|
||||
slog.debug("creating single-threaded server %s", name.buf);
|
||||
slog.info("CPU capability: SSE2 %s, AVX512f %s",
|
||||
supportsSSE2() ? "yes" : "no",
|
||||
supportsAVX512f() ? "yes" : "no");
|
||||
|
||||
DLPRegion.enabled = DLPRegion.percents = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user