Skip to content

Example code for my CppCon 2018 talk on SIMD wrappers in C++

Notifications You must be signed in to change notification settings

jeffamstutz/simd_wrappers_cppcon2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIMD Wrappers in C++ at CppCon2018

This project builds some examples used as a demo in my (upcoming) talk at CppCon 2018.

Requirements

  • C++11
  • CMake

Build instructions

  1. Clone the projects (recursive!)
git clone --recursive http://github.com/jeffamstutz/simd_wrappers_cppcon2018
  1. Create a build directory and cd into it
cd simd_wrappers_cppcon2018
mkdir build
cd build
  1. Run CMake and build
cmake ..
make
  1. Run benchmark examples
./saxpy

...or

./saxpy_trig

...or

./mandelbrot

About

Example code for my CppCon 2018 talk on SIMD wrappers in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published