Skip to content

Commit

Permalink
Split into three headers that should be usable on Compiler Explorer
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Kretz <kretz@kde.org>
  • Loading branch information
mattkretz committed Oct 27, 2018
1 parent 06c078c commit 8dfe421
Show file tree
Hide file tree
Showing 5 changed files with 4,168 additions and 2,287 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ After Intel dropped MIC support with ICC 18, Vc 1.4 also removes support for it.

### Usage on Compiler Explorer

* [Simdize Example](https://godbolt.org/z/wd6uT2)
* [Total momentum and time stepping of `std::vector<Particle>`](https://godbolt.org/z/OkejKr)
* [Matrix Example](https://godbolt.org/z/FSWNgr): This uses vertical
* [Simdize Example](https://godbolt.org/z/JVEM2j)
* [Total momentum and time stepping of `std::vector<Particle>`](https://godbolt.org/z/JNdkL9)
* [Matrix Example](https://godbolt.org/z/fFEkuX): This uses vertical
vectorization which does not scale to different vector sizes. However, the
example is instructive to compare it with similar solutions of other languages
or libraries.
Expand Down
Loading

0 comments on commit 8dfe421

Please sign in to comment.