Skip to content

gustavjohansen98/simd_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of vector addition with normal scalar and SIMD with avx2

Compile

gcc -mavx2 simd.c -o runner

Run

./runner <array size>

Comparison

alt text

About

Example of SIMD vs scalar with vector addition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages