58 int main(
int argc,
char **argv)
Support for XOP instructions.
x86 SSE + SSE2 + SSE3 + SSSE3 + SSE4.1 + SSE4.2
void initTest(int argc, char **argv)
int main(int argc, char **argv)
void testExtraInstructions()
Support for FMA4 instructions.
void testCompiledImplementation()
VC_TARGET_NO_SIMD bool isImplementationSupported(Vc::Implementation impl)
Tests whether the given implementation is supported by the system the code is executing on...
x86 SSE + SSE2 + SSE3 + SSSE3 + SSE4.1
Support for float16 conversions in hardware.
void testBestImplementation()
Support for SSE4a instructions.
VC_TARGET_NO_SIMD unsigned int extraInstructionsSupported()
Determines the extra instructions supported by the current CPU.
This class is available for x86 / AMD64 systems to read and interpret information about the CPU's cap...
x86 SSE + SSE2 + SSE3 + SSSE3
Support for the population count instruction.
static VC_TARGET_NO_SIMD bool currentImplementationSupported()
Tests that the CPU and Operating System support the vector unit which was compiled for...