micro benchmarks to test SSE, SSE2, SSE3, SSSE3, SSE4.1 intrinsic functions on x86 machines.
-
cpptestsincludes tests calling c++ intrinsic functions. It may not work if compiling with advanced optimization flags because the redundant code could be optimized away. -
asmtestsincludes tests calling assembly languages. These tests need you to write amainfunction or driver to call them. -
simpletestsis a sample which calls the asm tests.