/reco

Primary LanguageC++

Recombinant

Demo to automatically detect and replace intrinsics with highest supported level in OS

Requirements

python -m pip install -r requirements.txt

Run Recombinant Tool

python recombinant.py -i source.cpp -o recombinant.cpp --target=[sse|avx|avx512]

Run Benchmark (Test SSE, AVX, AVX512)

./run_benchmark.sh