Lightning Talk: How to Leverage SIMD Intrinsics for Massive Slowdowns - Matthew Kolbe - CppNow 2023
Lightning Talk: Finding My First Compiler Bug - Braden Ganetsky - CppNow 2023
Miguel Raz Guzmán Macedo - Portable SIMD tricks for fun and profit
Refterm Lecture Part 5 - Parsing with SIMD
ATTACK of the KILLER FEATURES - Martin Wickham - Software You Can Love Vancouver 2023
C++ : uint8 to float using SIMD Neon intrinsics
C++ : SIMD optimization of cvtColor using ARM NEON intrinsics
Lightning Talk: operator for - C++ Generator Ranges Without Coroutine Overhead - Jonathan Müller
The Art of SIMD Programming by Sergey Slotin
Parallel C++: SIMD Intrinsics
THIS Is More Important Than Time Complexity??
SIMD and vectorization using AVX intrinsic functions (Tutorial)
Lightning Talk: Source/Sink vs. Ranges in C++ - What's the Difference? - Tony Van Eerd - CppNow 2023
Making use of SIMD Vectorisation to Improve Code Performance
PiMera: 05 Use ARM SIMD intrinsics on RasPi CPUs to speed up motion detection
SIMD algorithms. 00, what are we doing.
C++ : How to use std::experimental::simd?
SIMD Libraries in C++ - Jeff Garland - CppNow 2023
GopherCon 2024: Parquet, Go, and Unreasonable Amounts of SIMD - Achille Roussel
C++ : ARM neon optimization - getting rid of superfluous loads