Skip to content

Commit c8c2dc9

Browse files
mention std::experimental::simd in and remove mailing list/irc from README.md (#279)
1 parent 83e99cd commit c8c2dc9

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
**You may be interested in switching to [std-simd](https://github.com/VcDevel/std-simd).** Features present in Vc 1.4 and not present in *std-simd* will eventually turn into Vc 2.0, which then depends on *std-simd*.
1+
**You may be interested in switching to [std-simd](https://github.com/VcDevel/std-simd).**
2+
GCC 11 includes an experimental version of `std::simd` as part of libstdc++, which also works with clang.
3+
Features present in Vc 1.4 and not present in *std-simd* will eventually turn into Vc 2.0,which then depends on *std-simd*.
24

35
# Vc: portable, zero-overhead C++ types for explicitly data-parallel programming
46

@@ -157,16 +159,6 @@ Alternatively, you can find nightly builds of the documentation at:
157159
[Work on integrating the functionality of Vc in the C++ standard library.](
158160
https://github.com/VcDevel/Vc/wiki/ISO-Standardization-of-the-Vector-classes)
159161

160-
## Communication
161-
162-
A channel on the freenode IRC network is reserved for discussions on Vc:
163-
[##vc on freenode](irc://chat.freenode.net:6667/##vc)
164-
([via SSL](ircs://chat.freenode.net:6697/##vc))
165-
166-
Feel free to use the GitHub issue tracker for questions.
167-
Alternatively, there's a [mailinglist for users of
168-
Vc](https://compeng.uni-frankfurt.de/mailman/listinfo/vc)
169-
170162
## License
171163

172164
Vc is released under the terms of the [3-clause BSD license](http://opensource.org/licenses/BSD-3-Clause).

0 commit comments

Comments
 (0)