Playground for using SIMD for calculating the Index of the minimum in a array of floats.
git clone https://github.com/google/benchmark.git
The following script from this repo will install the benchmark under ${HOME}/.local
source buildGoogleBenchmark.sh
git clone https://github.com/AnChristos/FindIndexOfMinimum.git
mkdir build; cd build
cmake ../FindIndexOfMinimum
make
./findIndexOfMinimum_bench --benchmark_report_aggregates_only=true --benchmark_repetitions=20