Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →
Top 16 C++ Sse Projects
-
-
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.
-
xsimd
C++ wrappers for SIMD intrinsics and parallelized, optimized mathematical functions (SSE, AVX, AVX512, NEON, SVE))
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!
-
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)
-
DirectXMath
DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps
-
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
-
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
-
MIPP
Portable wrapper for SIMD and vector instructions written in C++11. Compatible with NEON, SSE, AVX, AVX-512 and SVE (length specific).
-
-
-
-
-
VectorizedKernel
Running GPGPU-like kernels on CPU with auto-vectorization for SSE/AVX/AVX512 SIMD Architectures
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
C++ Sse discussion
C++ Sse related posts
-
Planes in 3D Space
-
A proposal for the next version of C [pdf]
-
The Case of the Missing SIMD Code
-
Modern Perfect Hashing for Strings
-
The Bitter Truth: Python 3.11 vs Cython vs C++ Performance for Simulations
-
sse2neon - A C/C++ header file that converts Intel SSE intrinsics to Aarch64 NEON intrinsic
-
A C/C++ header file that converts Intel SSE intrinsics to Aarch64 NEON intrinsic
-
A note from our sponsor - InfluxDB
influxdata.com | 21 Apr 2025
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 |