Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 217 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 217 Bytes

simd-benchmarks

Requirements

  • CMake

Build and run instructions

mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build .

Run the benchmark executable simd_benchmarks under build