C++ Sse

Open-source C++ projects categorized as Sse
Simd Avx Neon Avx512 Avx2

Top 16 C++ Sse Projects

  1. ozz-animation

    Open source c++ skeletal animation library and toolset

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. xsimd

    C++ wrappers for SIMD intrinsics and parallelized, optimized mathematical functions (SSE, AVX, AVX512, NEON, SVE))

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

    Thanks, that's an important caveat!

    > Meanwhile xsimd (https://github.com/xtensor-stack/xsimd) has the feature level as a template parameter on its vector objects

    That's pretty cool because you can write function templates and instantiate different versions that you can select at runtime!

  4. Simd

    C++ image processing and machine learning library with using of SIMD: SSE, AVX, AVX-512, AMX for x86/x64, NEON for ARM. (by ermig1979)

  5. DirectXMath

    DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps

    Project mention: C Is Not Suited to SIMD | news.ycombinator.com | 2025-01-27
  6. 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

  7. sse2neon

    A translator from Intel SSE intrinsics to Arm/Aarch64 NEON implementation

  8. libsimdpp

    Portable header-only C++ low level SIMD library

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. hlslpp

    Math library using HLSL syntax with multiplatform SIMD support

  11. std-simd

    std::experimental::simd for GCC [ISO/IEC TS 19570:2018]

  12. MIPP

    Portable wrapper for SIMD and vector instructions written in C++11. Compatible with NEON, SSE, AVX, AVX-512 and SVE (length specific).

  13. toys

    Storage for my snippets, toy programs, etc.

  14. sse-popcount

    SIMD (SSE) population count --- http://0x80.pl/articles/sse-popcount.html

  15. MandelbrotSSE

    Real-time Mandelbrot zoom via SSE, AVX, OpenMP, CUDA, XaoS...

  16. HLML

    Auto-generated maths library for C and C++ based on HLSL/Cg

  17. VectorizedKernel

    Running GPGPU-like kernels on CPU with auto-vectorization for SSE/AVX/AVX512 SIMD Architectures

  18. fpng-java

    Java Wrapper for the fast, native FPNG Encoder

  19. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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++ Sse discussion

Log in or Post with

C++ Sse related posts

  • Planes in 3D Space

    2 projects | news.ycombinator.com | 27 Apr 2024
  • A proposal for the next version of C [pdf]

    1 project | news.ycombinator.com | 20 Jan 2024
  • The Case of the Missing SIMD Code

    7 projects | news.ycombinator.com | 8 Jun 2023
  • Modern Perfect Hashing for Strings

    1 project | news.ycombinator.com | 30 Apr 2023
  • The Bitter Truth: Python 3.11 vs Cython vs C++ Performance for Simulations

    2 projects | /r/cpp | 30 Dec 2022
  • sse2neon - A C/C++ header file that converts Intel SSE intrinsics to Aarch64 NEON intrinsic

    1 project | /r/CKsTechNews | 26 Dec 2022
  • A C/C++ header file that converts Intel SSE intrinsics to Aarch64 NEON intrinsic

    1 project | news.ycombinator.com | 26 Dec 2022
  • A note from our sponsor - InfluxDB
    influxdata.com | 21 Apr 2025
    Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →

Index

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

# Project Stars
1 ozz-animation 2,554
2 xsimd 2,348
3 Simd 2,140
4 DirectXMath 1,637
5 Vc 1,479
6 sse2neon 1,372
7 libsimdpp 1,270
8 hlslpp 841
9 std-simd 606
10 MIPP 499
11 toys 352
12 sse-popcount 337
13 MandelbrotSSE 89
14 HLML 25
15 VectorizedKernel 9
16 fpng-java 2

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

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