Loading…
CppCon 2021 has ended
Wednesday, October 27 • 7:45am - 8:45am
SIMD in C++20: EVE of a new Era

Log in to save this to your schedule, view media, leave feedback and see who's attending!

Feedback form is now closed.
EVE is a new library that exposes SIMD in a uniform way across both ARM (neon) and x86 (from sse2 to avx-512).

It's main advantages over similar libraries include:
* STL like algorithm support, including zip to operate on multiple ranges .
* ARM support (many libraries only support x86)
* A very comprehensive math library.

It is liberally licensed and intended to be production quality. But let's just be direct: vectorized find for x86 and arm on godbolt: https://godbolt.org/z/n6Pds78s6

This talk will include a collection of demos for different library features and benchmarks, how C++20 helped us construct a proper design as well as practical advice on using EVE in your projects.

ALL TALK SESSIONS CAN BE ACCESSED FROM THE MAIN LOBBY: https://cppcon.digital-medium.co.uk/

Speakers
avatar for Denis Yaroshevskiy

Denis Yaroshevskiy

Software Engineer, Meta
Denis Yaroshevskiy is a performance engineer at meta and a semi-active member of the C++ community. He has a number of contributions in the very foundational libraries, such as libc++, folly, Chromium/base. Denis has a keen interest in SIMD and maintains algorithms in eve SIMD li... Read More →
avatar for Joel Falcou

Joel Falcou

Founder, Teaching Advisor, Code Reckons
Joel is an associate professor at the University Paris-Saclay and Researcher at the Laboratoire de Recherche d’Informatique in Orsay, France. His research focuses on studying generative programming idioms and techniques to design tools for parallel software development.The main... Read More →


Wednesday October 27, 2021 7:45am - 8:45am MDT
  • C++20/Future of C++, Online