p12tic / libsimdpp

Portable header-only C++ low level SIMD library
Boost Software License 1.0
1.24k stars 129 forks source link

Example code for gettings started with library #122

Open sahmad98 opened 6 years ago

sahmad98 commented 6 years ago

Added example code for getting started with using types, load and store with libsimdpp.

incognick commented 6 years ago

Thanks for this! I couldn't have figured out this library without your example.