This project builds some examples used as a demo in my (upcoming) talk at CppCon 2018.
- C++11
- CMake
- Clone the projects (recursive!)
git clone --recursive http://github.com/jeffamstutz/simd_wrappers_cppcon2018- Create a build directory and
cdinto it
cd simd_wrappers_cppcon2018
mkdir build
cd build- Run CMake and build
cmake ..
make- Run benchmark examples
./saxpy...or
./saxpy_trig...or
./mandelbrot