GitHub / Daksh2060 / vectorized-arrays-demo
This C++ program is a demonstration of array vectorization techniques utilized in the AVX2 SIMD Assembly library, being run with C++ arrays through the vector class library created by Agner Fog. An ASM version of the same process has been implemented for comparison.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daksh2060%2Fvectorized-arrays-demo
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: C++
Size: 654 KB
Dependencies parsed at: Pending
Created at: over 1 year ago
Updated at: over 1 year ago
Pushed at: over 1 year ago
Last synced at: about 1 year ago
Topics: asmx86, avx2, cpp, simd-instructions, vectorization