diff --git a/README.md b/README.md index 2363e8acc..0e0bae5f6 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 @@ -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 @@ -96,6 +98,8 @@ 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 @@ -103,14 +107,9 @@ 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