Skip to content

Commit a005489

Browse files
committed
Announce intent for this repo
ChangeLog: * README.md: Update introduction.
1 parent 3165366 commit a005489

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
# `std::experimental::simd`
22
portable, zero-overhead C++ types for explicitly data-parallel programming
33

4+
**Development here is going to move on to std::simd for C++26. For the TS
5+
implementation reach for
6+
[GCC/libstdc++](https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=libstdc%2B%2B-v3/include/experimental/simd;hb=HEAD).**
7+
`std::experimental::simd` is shipping with GCC since version 11.
8+
49
This package implements ISO/IEC TS 19570:2018 Section 9 "Data-Parallel Types".
5-
Development here has stopped after it has been included in [GCC/libstdc++](https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=libstdc%2B%2B-v3/include/experimental/simd;hb=HEAD) since version 11.
610
The implementation derived from https://github.com/VcDevel/Vc.
711

812
By default, the `install.sh` script places the `std::experimental::simd`
913
headers into the directory where the standard library of your C++ compiler
1014
(identified via `$CXX`) resides.
1115

12-
It is only tested and supported with GCC 11, even though it may (partially) work
16+
It is only tested and supported with GCC trunk, even though it may work
1317
with older GCC versions.
1418

1519
## Target support
@@ -18,7 +22,7 @@ with older GCC versions.
1822
support from SSE-only up to AVX512 on Xeon Phi or Xeon CPUs.
1923
* aarch64, arm, and ppc64le was tested and verified to work. No significant
2024
performance evaluation was done.
21-
* In any case, a fallback to correct execution via builtin arthmetic types is
25+
* In any case, a fallback to correct execution via builtin arithmetic types is
2226
available for all targets.
2327

2428
## Installation Instructions

0 commit comments

Comments
 (0)