https://github.com/vcdevel/vc-examples-nonfree
Vc examples that cannot be freely redistributed with the rest of Vc
https://github.com/vcdevel/vc-examples-nonfree
cpp examples simd splines vc vectorization
Last synced: 10 months ago
JSON representation
Vc examples that cannot be freely redistributed with the rest of Vc
- Host: GitHub
- URL: https://github.com/vcdevel/vc-examples-nonfree
- Owner: VcDevel
- Created: 2017-03-08T16:16:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T11:50:09.000Z (almost 9 years ago)
- Last Synced: 2025-01-31T03:42:29.993Z (12 months ago)
- Topics: cpp, examples, simd, splines, vc, vectorization
- Language: C++
- Size: 49.8 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Non-free examples for Vc
This repository contains examples that cannot be distributed with the rest of Vc.
If you want to compile the examples, place the clone into the examples directory of Vc:
```sh
cd Vc/examples
git clone https://github.com/VcDevel/Vc-examples-nonfree nonfree
```
Now, if building examples is enabled, the Vc buildsystem will pick up the additional examples on the next run of cmake.