Conference | Live Schedule | Talks | Get your ticket | Slides | Set your timezone
The data-parallel types (SIMD) library in C++26
Rainer Grimm
On Day 1 at 13:15 (CET/Berlin) in Track D online
SIMD stands for Single Instruction Multiple Data. This means that an operation can be performed on multiple data simultaneously. Which allows for significant improvements in application performance. Unfortunately, SIMD instructions and registers are architecture-dependent.
The data-parallel types (SIMD) library in C++26 offers a solution: this library provides data-parallel types and operations on these data types in a portable manner.
In my talk, I will take a closer look at the powerful data-parallel types (SIMD) library.
Please login to comment