simd-everywhere/simde
Implementations of SIMD instruction sets for systems which don't natively support them. observed · 2026-08-28
Health v2 · maintenance only
78/100
- Activity 99
- Release rhythm 39
- Longevity 100
Flags: prerelease_only
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 192.5
- age_days: 3445
- days_rel: 192
- days_push: 7
- n_releases_24m: 3
Adoption not part of the score
3092 stars · 320 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
SIMDe is a header-only C/C++ library providing portable implementations of SIMD intrinsics (SSE, AVX, NEON, AltiVec, etc.) on hardware that doesn't natively support them. It enables porting SIMD-optimized code across architectures with no performance penalty when native support exists.
Use cases
- port SSE/AVX code to ARM without rewriting
- run NEON code on x86 for development without an emulator
- get a cross-architecture port working quickly before optimizing
- write code against ISA extensions not available on local hardware
- keep SIMD code portable across x86, ARM, and PowerPC
When to choose
- you need to port existing SIMD intrinsics code to another architecture
- you want a gradual migration path rather than a full rewrite
- you need to develop/test SIMD code for hardware you don't have access to
When to avoid
- you only target a single architecture and can use native intrinsics directly
- you want a higher-level abstraction like a portable vector library rather than intrinsic-level compatibility
- maximum performance on unsupported hardware is critical, since emulated paths are slower
Facets
library · maturity active
graphics simulation developer-tools cross-platform developer-tools performance cross-platform cpp c windows simd intrinsics header-only sse avx neon altivec portability vectorization algorithms linux macos
2 sources
- readme: https://github.com/simd-everywhere/simde · fetched 2026-08-28 · bcb5e98ef362
- homepage: https://simd-everywhere.github.io/blog/ · fetched 2026-08-29 · 92f517a68497
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| simd-everywhere/simde | main | 78 |
For agents
markdown · JSON · MCP: product_card(name="simd-everywhere/simde")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem