11# ![ xsimd] ( docs/source/xsimd.svg )
22
3- [ ![ GHA android] ( https://github.com/xtensor-stack/xsimd/actions/workflows/android.yml/badge.svg )] ( https://github.com/xtensor-stack/xsimd/actions/workflows/android.yml )
4- [ ![ GHA cross-rvv] ( https://github.com/xtensor-stack/xsimd/actions/workflows/cross-rvv.yml/badge.svg )] ( https://github.com/xtensor-stack/xsimd/actions/workflows/cross-rvv.yml )
5- [ ![ GHA cross-sve] ( https://github.com/xtensor-stack/xsimd/actions/workflows/cross-sve.yml/badge.svg )] ( https://github.com/xtensor-stack/xsimd/actions/workflows/cross-sve.yml )
6- [ ![ GHA cross] ( https://github.com/xtensor-stack/xsimd/actions/workflows/cross.yml/badge.svg )] ( https://github.com/xtensor-stack/xsimd/actions/workflows/cross.yml )
7- [ ![ GHA cxx-no-exceptions] ( https://github.com/xtensor-stack/xsimd/actions/workflows/cxx-no-exceptions.yml/badge.svg )] ( https://github.com/xtensor-stack/xsimd/actions/workflows/cxx-no-exceptions.yml )
8- [ ![ GHA cxx-versions] ( https://github.com/xtensor-stack/xsimd/actions/workflows/cxx-versions.yml/badge.svg )] ( https://github.com/xtensor-stack/xsimd/actions/workflows/cxx-versions.yml )
9- [ ![ GHA emscripten] ( https://github.com/xtensor-stack/xsimd/actions/workflows/emscripten.yml/badge.svg )] ( https://github.com/xtensor-stack/xsimd/actions/workflows/emscripten.yml )
10- [ ![ GHA linux] ( https://github.com/xtensor-stack/xsimd/actions/workflows/linux.yml/badge.svg )] ( https://github.com/xtensor-stack/xsimd/actions/workflows/linux.yml )
11- [ ![ GHA macos] ( https://github.com/xtensor-stack/xsimd/actions/workflows/macos.yml/badge.svg )] ( https://github.com/xtensor-stack/xsimd/actions/workflows/macos.yml )
12- [ ![ GHA windows] ( https://github.com/xtensor-stack/xsimd/actions/workflows/windows.yml/badge.svg )] ( https://github.com/xtensor-stack/xsimd/actions/workflows/windows.yml )
13- [ ![ Documentation Status] ( http://readthedocs.org/projects/xsimd/badge/?version=latest )] ( https://xsimd.readthedocs.io/en/latest/?badge=latest )
14- [ ![ Zulip] ( https://img.shields.io/badge/social_chat-zulip-blue.svg )] ( https://xtensor.zulipchat.com/#narrow/channel/539553-Ask-anything )
3+ [ ![ Read the Docs] ( https://img.shields.io/readthedocs/xsimd?logo=readthedocs )] ( https://xsimd.readthedocs.io/en/latest/ )
4+ [ ![ Jupyterlite] ( https://jupyterlite.rtfd.io/en/latest/_static/badge.svg )] ( https://xtensor-stack.github.io/xsimd/lab?path=simple.ipynb )
5+ [ ![ Zulip] ( https://img.shields.iulip-blue.svg?logo=zulip )] ( https://xtensor.zulipchat.com/#narrow/channel/539553-Ask-anything )
156
167C++ wrappers for SIMD intrinsics
178
@@ -23,6 +14,21 @@ vendors and compilers.
2314
2415` xsimd ` provides a unified means for using these features for library authors. Namely, it enables manipulation of batches of numbers with the same arithmetic operators as for single values. It also provides accelerated implementation of common mathematical functions operating on batches.
2516
17+ ## CI status
18+
19+ | Workflow | Status |
20+ | ----------------| --------|
21+ | android | [ ![ GHA android] ( https://github.com/xtensor-stack/xsimd/actions/workflows/android.yml/badge.svg )] ( https://github.com/xtensor-stack/xsimd/actions/workflows/android.yml ) |
22+ | cross-rvv | [ ![ GHA cross-rvv] ( https://github.com/xtensor-stack/xsimd/actions/workflows/cross-rvv.yml/badge.svg )] ( https://github.com/xtensor-stack/xsimd/actions/workflows/cross-rvv.yml ) |
23+ | cross-sve | [ ![ GHA cross-sve] ( https://github.com/xtensor-stack/xsimd/actions/workflows/cross-sve.yml/badge.svg )] ( https://github.com/xtensor-stack/xsimd/actions/workflows/cross-sve.yml ) |
24+ | cross | [ ![ GHA cross] ( https://github.com/xtensor-stack/xsimd/actions/workflows/cross.yml/badge.svg )] ( https://github.com/xtensor-stack/xsimd/actions/workflows/cross.yml ) |
25+ | cxx-no-exceptions | [ ![ GHA cxx-no-exceptions] ( https://github.com/xtensor-stack/xsimd/actions/workflows/cxx-no-exceptions.yml/badge.svg )] ( https://github.com/xtensor-stack/xsimd/actions/workflows/cxx-no-exceptions.yml ) |
26+ | cxx-versions | [ ![ GHA cxx-versions] ( https://github.com/xtensor-stack/xsimd/actions/workflows/cxx-versions.yml/badge.svg )] ( https://github.com/xtensor-stack/xsimd/actions/workflows/cxx-versions.yml ) |
27+ | emscripten | [ ![ GHA emscripten] ( https://github.com/xtensor-stack/xsimd/actions/workflows/emscripten.yml/badge.svg )] ( https://github.com/xtensor-stack/xsimd/actions/workflows/emscripten.yml ) |
28+ | linux | [ ![ GHA linux] ( https://github.com/xtensor-stack/xsimd/actions/workflows/linux.yml/badge.svg )] ( https://github.com/xtensor-stack/xsimd/actions/workflows/linux.yml ) |
29+ | macos | [ ![ GHA macos] ( https://github.com/xtensor-stack/xsimd/actions/workflows/macos.yml/badge.svg )] ( https://github.com/xtensor-stack/xsimd/actions/workflows/macos.yml ) |
30+ | windows | [ ![ GHA windows] ( https://github.com/xtensor-stack/xsimd/actions/workflows/windows.yml/badge.svg )] ( https://github.com/xtensor-stack/xsimd/actions/workflows/windows.yml ) |
31+
2632## Adoption
2733
2834Beyond Xtensor, Xsimd has been adopted by major open-source projects, such as Mozilla Firefox, Apache Arrow, Pythran, and Krita.
0 commit comments