/avxtest

Primary LanguageCBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

avxtest

gcc -O2 avx.c -o avx
./avx
## OR to launch multiple threads:
for i in $(seq 1 5); do ./avx & done
## Kill with:
killall avx