xsimd icon indicating copy to clipboard operation
xsimd copied to clipboard

C++ wrappers for SIMD intrinsics and parallelized, optimized mathematical functions (SSE, AVX, AVX512, NEON, SVE))

Results 111 xsimd issues
Sort by recently updated
recently updated
newest added

I've just checked the xsimd build on MacOS 11 on Azure. There are some errors in the configure step. I think they come from a malformed variable specification in the...

With latest xsimd 9.0.1 I get a failed test on macOS with XCode 13.4.1 (current latest): ``` 1: [ RUN ] xsimd_api_float_types_functions/2.asin 1: /Users/bdaci01/builds/nK4EB_yB/0/BioDataAnalysis/xsimd/test/test_xsimd_api.cpp:357: Failure 1: Expected equality of these...

As someone who has worked with [Vc](https://github.com/VcDevel/Vc) and [`std::experimental::simd`](https://en.cppreference.com/w/cpp/experimental/simd) before, I miss the equivalent of a fixed size SIMD array in xsimd. This would be a version of `xsimd::batch` where...

Hello, I'm packaging xsimd 8.1.0 in Nix package manager (https://github.com/NixOS/nixpkgs/pull/187380), and our CI indicate that both M1 and Intel Mac has 1 test case failed (but they failed on different...

``` -- xsimd v11.0.0 -- Tests build type is Release -- Configuring done -- Generating done -- Build files have been written to: /usr/ports/devel/xsimd/work/.build ninja: no work to do. [...

I'm currently a bit confused about the purpose of `xsimd::generic`. My expectation was that its possible to use this architecture as a fallback or for development purposes. For this I...

xsimd 12 is failing to build tests with clang on ppc64el architecture. It was previously fine with xsimd 10. gcc is still passing. Other "unsupported" architectures like s390x are [passing](https://ci.debian.net/packages/x/xsimd/),...

I tried to introduce xsimd into my project with `FetchContent`, it works well, but all xsimd headers are installed together with my project files, which is not expected. And I...

Apple Silicon M1 > [doctest] doctest version is "2.4.9" [doctest] run with "--help" for options =============================================================================== xsimd/test/test_xsimd_api.cpp:747: TEST CASE: [xsimd api | float types functions] polar > > xsimd/test/test_xsimd_api.cpp:669: ERROR:...