You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-11Lines changed: 3 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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*.
2
4
3
5
# Vc: portable, zero-overhead C++ types for explicitly data-parallel programming
4
6
@@ -157,16 +159,6 @@ Alternatively, you can find nightly builds of the documentation at:
157
159
[Work on integrating the functionality of Vc in the C++ standard library.](
0 commit comments