Skip to content

helloguo/intrinsictests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

intrinsictests

micro benchmarks to test SSE, SSE2, SSE3, SSSE3, SSE4.1 intrinsic functions on x86 machines.

  • cpptests includes tests calling c++ intrinsic functions. It may not work if compiling with advanced optimization flags because the redundant code could be optimized away.

  • asmtests includes tests calling assembly languages. These tests need you to write a main function or driver to call them.

  • simpletests is a sample which calls the asm tests.

About

micro benchmarks to test intrinsic functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages