Commit Graph

6 Commits

Author SHA1 Message Date
dependabot[bot] 23606ea3a7 Bump nanors/deps/simde from 595b743 to 1c68d9a
Bumps [nanors/deps/simde](https://github.com/simd-everywhere/simde-no-tests) from `595b743` to `1c68d9a`.
- [Release notes](https://github.com/simd-everywhere/simde-no-tests/releases)
- [Commits](https://github.com/simd-everywhere/simde-no-tests/compare/595b743dcebc05756244a66dcd78e9d64c07b3b7...1c68d9ad60bf63f3fb527c4ee3b2319d828ffcc6)

---
updated-dependencies:
- dependency-name: nanors/deps/simde
  dependency-version: 1c68d9ad60bf63f3fb527c4ee3b2319d828ffcc6
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-29 05:14:06 +00:00
Cameron Gutman b187204769 Restore fallback scalar path for x86 2026-02-19 20:04:31 -06:00
Cameron Gutman 3872285d8c Fix incorrectly enabling SSSE3 on all x64 Windows platforms 2026-02-19 20:03:20 -06:00
Cameron Gutman a063522db4 Use the SIMDe 128-bit path for all non-x86 systems
SIMDe includes support for AltiVec, LSX, NEON, and more. It also includes fallbacks that are optimized for compiler autovectorization for other architectures (like RISC-V RVV)

Since there's no runtime dispatching for these, they will be selected depending on which instructions are enabled by the toolchain at compile-time.
2026-02-19 19:29:11 -06:00
Cameron Gutman 5551d29ba2 Use SIMDe for NEON acceleration 2026-02-19 00:14:42 -06:00
Andy Grundman de364b6ecd Use nanors for optimized Reed-Solomon FEC decoding (#125) 2026-02-18 23:36:52 -06:00