Skip to content

Wheest/vectorclass_mwe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

SIMD MWE

A minimum2 working example using the Vector class SIMD library, and the CMake build system.

This repository uses git submodules, thus to build the repo, and run the example:

git clone --recurse-submodules https://github.com/Wheest/vectorclass_mwe
mkdir -p vectorclass_mwe/_build
cd vectorclass_mwe/_build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
./simd_mwe

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages