**Channel** C++Weekly **Topics** `std::simd` have been introduced in C++26 offering potential order of magnitude speedup on selected algorithms and hardware. Of note is that the API have changed pretty dramatically between the [experimental](https://en.cppreference.com/cpp/experimental/simd/simd) and what was [added](https://en.cppreference.com/cpp/numeric/simd). **Length** 5-10 minutes if this is just an introduction to the viewer. 10-20 minutes if this is to show how to use it for a project like [mandelbrot](https://github.com/lefticus/cpp_weekly/blob/master/mandelbrot/mandelbrot.cpp) or similar.
Channel
C++Weekly
Topics
std::simdhave been introduced in C++26 offering potential order of magnitude speedup on selected algorithms and hardware.Of note is that the API have changed pretty dramatically between the experimental and what was added.
Length
5-10 minutes if this is just an introduction to the viewer.
10-20 minutes if this is to show how to use it for a project like mandelbrot or similar.