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.
-
Notifications
You must be signed in to change notification settings - Fork 1
usamadar/SIMD
About
Sample Code demonstrate the usage of SIMD instruction set using SSE and AVX
Resources
Stars
Watchers
Forks
Releases
No releases published