Home
last modified time | relevance | path

Searched refs:g_hasSSE41 (Results 1 – 8 of 8) sorted by relevance

/dports/security/cryptopp/cryptopp-8.6.0/
H A Dcpu.h86 extern CRYPTOPP_DLL bool g_hasSSE41;
153 return g_hasSSE41; in HasSSE41()
H A Dcpu.cpp363 bool CRYPTOPP_SECTION_INIT g_hasSSE41 = false; variable
611 g_hasSSE41 = (cpuid1[ECX_REG] & SSE41_FLAG) != 0; in DetectX86Features()
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dcpu.h86 extern CRYPTOPP_DLL bool g_hasSSE41;
153 return g_hasSSE41; in HasSSE41()
H A Dcpu.cpp350 bool CRYPTOPP_SECTION_INIT g_hasSSE41 = false; variable
597 g_hasSSE41 = (cpuid1[ECX_REG] & SSE41_FLAG) != 0; in DetectX86Features()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dcpu.h86 extern CRYPTOPP_DLL bool g_hasSSE41;
153 return g_hasSSE41; in HasSSE41()
H A Dcpu.cpp350 bool CRYPTOPP_SECTION_INIT g_hasSSE41 = false; variable
597 g_hasSSE41 = (cpuid1[ECX_REG] & SSE41_FLAG) != 0; in DetectX86Features()
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dcpu.h86 extern CRYPTOPP_DLL bool g_hasSSE41;
153 return g_hasSSE41; in HasSSE41()
H A Dcpu.cpp350 bool CRYPTOPP_SECTION_INIT g_hasSSE41 = false; variable
597 g_hasSSE41 = (cpuid1[ECX_REG] & SSE41_FLAG) != 0; in DetectX86Features()