Skip to content

usamadar/SIMD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

SIMD

Sample Code demonstrating the usage of SIMD instruction set using SSE and AVX. Two arrays are processed using SSE (which uses 128 bit registers) and AVX (which uses 256 bit registers) It shows you the time taken to process the arrays through each method as well as without using SIMD.

About

Sample Code demonstrate the usage of SIMD instruction set using SSE and AVX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published