Skip to content

Commit

Permalink
Update README for 1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Kretz <[email protected]>
  • Loading branch information
mattkretz committed Oct 27, 2016
1 parent 362e5c9 commit dbeb19a
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ sets. Thus an application written with Vc can be compiled for:
* SSE2 up to SSE4.2 or SSE4a
* Scalar
* MIC
* AVX-512 (in development)
* NEON (in development)
* NVIDIA GPUs / CUDA (in development)

Expand All @@ -48,7 +49,7 @@ C++11 Compiler:
* GCC >= 4.8.1
* clang >= 3.4
* ICC >= 15.0.3
* Visual Studio (not ready for Vc 1.0 yet)
* Visual Studio 2015 (64-bit target)


## Building and Installing Vc
Expand Down Expand Up @@ -80,8 +81,9 @@ the documentation by running `doxygen` in the `doc` subdirectory.
Alternatively, you can find nightly builds of the documentation at:

* [master branch](https://web-docs.gsi.de/~mkretz/Vc-master/)
* [1.3.0 release](https://web-docs.gsi.de/~mkretz/Vc-1.3.0/)
* [1.2.0 release](https://web-docs.gsi.de/~mkretz/Vc-1.2.0/)
* [1.1.0 branch](https://web-docs.gsi.de/~mkretz/Vc-1.1.0/)
* [1.1.0 release](https://web-docs.gsi.de/~mkretz/Vc-1.1.0/)
* [0.7 branch](https://web-docs.gsi.de/~mkretz/Vc-0.7/)

## Publications
Expand All @@ -96,21 +98,18 @@ Alternatively, you can find nightly builds of the documentation at:
and Multithreading", University of Heidelberg,
2009.](http://code.compeng.uni-frankfurt.de/attachments/13/Diplomarbeit.pdf)

[Work on integrating the functionality of Vc in the C++ standard library.](
https://github.com/VcDevel/Vc/wiki/ISO-Standardization-of-the-Vector-classes)

## Communication

A channel on the freenode IRC network is reserved for discussions on Vc:
[##vc on freenode](irc://chat.freenode.net:6667/##vc)
([via SSL](ircs://chat.freenode.net:6697/##vc))

There exist two mailinglists:

* [List for users of Vc, i.e. developers that use
Vc](https://compeng.uni-frankfurt.de/mailman/listinfo/vc)
* [List to discuss the development of Vc
itself](https://compeng.uni-frankfurt.de/mailman/listinfo/vc-devel)

Feel free to use the GitHub issue tracker for questions, too.
Feel free to use the GitHub issue tracker for questions.
Alternatively, there's a [mailinglist for users of
Vc](https://compeng.uni-frankfurt.de/mailman/listinfo/vc)

## License

Expand Down

0 comments on commit dbeb19a

Please sign in to comment.