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
`std::experimental::simd` is shipping with GCC since version 11.
8
+
4
9
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.
6
10
The implementation derived from https://github.com/VcDevel/Vc.
7
11
8
12
By default, the `install.sh` script places the `std::experimental::simd`
9
13
headers into the directory where the standard library of your C++ compiler
10
14
(identified via `$CXX`) resides.
11
15
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
13
17
with older GCC versions.
14
18
15
19
## Target support
@@ -18,7 +22,7 @@ with older GCC versions.
18
22
support from SSE-only up to AVX512 on Xeon Phi or Xeon CPUs.
19
23
* aarch64, arm, and ppc64le was tested and verified to work. No significant
20
24
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
0 commit comments