34#include <visp3/core/vpConfig.h>
35#include "x86/cpu_x86.h"
36#if defined(VISP_HAVE_SIMDLIB)
37#include <Simd/SimdLib.h>
39#include <visp3/core/vpCPUFeatures.h>
61#if defined(VISP_HAVE_SIMDLIB)
68bool checkNeon() {
return SimdCpuInfo(SimdCpuInfoNeon) != 0; }
Check CPU features (hardware capabilities).
VISP_EXPORT bool checkSSE41()
VISP_EXPORT void printCPUInfo()
VISP_EXPORT bool checkSSE2()
VISP_EXPORT bool checkAVX()
VISP_EXPORT bool checkSSSE3()
VISP_EXPORT size_t getCPUCacheL1()
VISP_EXPORT size_t getCPUCacheL2()
VISP_EXPORT bool checkSSE3()
static const FeatureDetector::cpuX86 cpu_features
VISP_EXPORT bool checkNeon()
VISP_EXPORT bool checkAVX2()
VISP_EXPORT size_t getCPUCacheL3()
VISP_EXPORT bool checkSSE42()