C++ simd-programming

Open-source C++ projects categorized as simd-programming

Top 4 C++ simd-programming Projects

simd-programming
  1. highway

    Performance-portable, length-agnostic SIMD with runtime dispatch

    Project mention: SIMD Perlin Noise: Beating the Compiler with SSE | news.ycombinator.com | 2025-07-23

    Yes indeed, it's about 500 LOC in https://github.com/google/highway/blob/master/hwy/ops/generi....

  2. JetBrains

    Tell us how you use coding tools. You may win a prize! Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!

    JetBrains logo
  3. Vc

    SIMD Vector Classes for C++

    Project mention: Understanding SIMD: Infinite Complexity of Trivial Problems | news.ycombinator.com | 2024-11-30

    I'm surprised no one has mentioned Vc. I found ispc clunky and not as performant, and std::simd didn't support some useful math ops like rsqrt. Vc has been around for years, I have no trouble including it in my codes, it has masking and many of the most useful math ops, and I can get over 1 TF/s on a consumer-grade Ryzen and at least 3 TF/s on the big Epyc CPUs.

    https://github.com/VcDevel/Vc

  4. eve

    Expressive Vector Engine - SIMD in C++ Goes Brrrr (by jfalcou)

    Project mention: Expressive Vector Engine – SIMD in C++ | news.ycombinator.com | 2025-01-05

    Here is a bunch of simple examples: https://github.com/jfalcou/eve/blob/fb093a0553d25bb8114f1396...

    I personally think we have the following strenghs:

    * Algorithms. Writing SIMD loops is very hard. We give you a lot of ready to go loops. (find, search, remove, set_intersection to name a few).

  5. volk

    The Vector Optimized Library of Kernels (by gnuradio)

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C++ simd-programming discussion

Log in or Post with

C++ simd-programming related posts

  • Three Fundamental Flaws of SIMD

    1 project | news.ycombinator.com | 26 Apr 2025
  • Why those particular integer multiplies?

    2 projects | news.ycombinator.com | 26 Oct 2024
  • Highway – Portable SIMD Library

    1 project | news.ycombinator.com | 22 Aug 2024
  • VOLK: Vector-Optimized Library of Kernels for GNU Radio

    1 project | news.ycombinator.com | 2 Aug 2024
  • Highway: C++ library that provides portable SIMD/vector intrinsics

    1 project | news.ycombinator.com | 8 Jun 2024
  • Llamafile 0.7 Brings AVX-512 Support: 10x Faster Prompt Eval Times for AMD Zen 4

    3 projects | news.ycombinator.com | 31 Mar 2024
  • Gemma.cpp: lightweight, standalone C++ inference engine for Gemma models

    7 projects | news.ycombinator.com | 23 Feb 2024
  • A note from our sponsor - Sevalla
    sevalla.com | 2 Sep 2025
    Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more! Learn more →

Index

What are some of the best open-source simd-programming projects in C++? This list will help you:

# Project Stars
1 highway 4,983
2 Vc 1,491
3 eve 1,241
4 volk 606

Sponsored
Tell us how you use coding tools. You may win a prize!
Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!
surveys.jetbrains.com

Did you know that C++ is
the 7th most popular programming language
based on number of references?