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. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. xsimd

    C++ wrappers for SIMD intrinsics and parallelized, optimized mathematical functions (SSE, AVX, AVX512, NEON, SVE, WebAssembly, VSX, RISC-V))

    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++

  7. sse2neon

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

    Project mention: Apple will phase out Rosetta 2 in macOS 28 | news.ycombinator.com | 2025-10-28

    Every port I've done to a new hardware or software platform has shaken loose at least a handful of bugs or assumptions that are well worth ironing out. And in the case of a port to Apple Silicon, you get a very fast development environment at the end of it. This library also helped with 90% of the work:

    https://github.com/DLTcollab/sse2neon

  8. libsimdpp

    Portable header-only C++ low level SIMD library

  9. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  10. hlslpp

    Math library using HLSL syntax with multiplatform SIMD support

    Project mention: Hlslpp: Math library using HLSL syntax with multiplatform SIMD support | news.ycombinator.com | 2025-06-11
  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

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
    www.influxdata.com | 23 Dec 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. 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,733
2 xsimd 2,565
3 Simd 2,223
4 DirectXMath 1,730
5 Vc 1,512
6 sse2neon 1,464
7 libsimdpp 1,292
8 hlslpp 989
9 std-simd 631
10 MIPP 517
11 toys 371
12 sse-popcount 348
13 MandelbrotSSE 88
14 HLML 25
15 VectorizedKernel 9
16 fpng-java 2

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

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