Skip to content

Commit

Permalink
README: add N-vortex example Compiler Explorer link
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Kretz <kretz@kde.org>
  • Loading branch information
mattkretz committed Nov 20, 2018
1 parent 9311e87 commit 19cafa3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ After Intel dropped MIC support with ICC 18, Vc 1.4 also removes support for it.
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.
* [N-vortex solver](https://godbolt.org/z/4o1cg_) showing `simdize`d iteration
over many `std::vector<float>`. Note how [important the `-march` flag is, compared
to plain `-mavx2 -mfma`](https://godbolt.org/z/hKiOjr).

### Scalar Product

Expand Down

0 comments on commit 19cafa3

Please sign in to comment.