simde icon indicating copy to clipboard operation
simde copied to clipboard

Implementations of SIMD instruction sets for systems which don't natively support them.

Results 173 simde issues
Sort by recently updated
recently updated
newest added

Hi, thank you very much for this cool library. I noticed that `simde_mm512_load_ps` is missing while `simde_mm512_loadu_ps` is implemented. However, both seem to exist for Intel intrinsics (see screenshot). Maybe...

good first issue

I faced the following test failures on gcc 11.1.1 without flags on i686 with simde the latest master commit `c4aa8b492aea70a3a09852c4e0427e07791bb49f` on Fedora rawhide (= 35). Here is the result from...

On the latest master branch commit: `df63f88a364da6be3963b4924c327b12f88d7748` with gcc 11 with the following flags on Fedora rawhide (= 35), I faced the following failures. This failures do not happen with...

I would like to there to be a new SIMDe release once Debian Bullseye is released > 517 changed files with 219,189 additions and 13,853 deletions. https://github.com/simd-everywhere/simde/compare/v0.7.2...master

On the latest commit: `4b7394fc2609c70540772769092014bf970a0b43`, with clang 12 (`clang version 12.0.0 (Fedora 12.0.0-0.7.rc3.fc35)`) with only -O2 flag + i686 on Fedora rawhide (= 35), I see fhe following failures. Could...

On the latest master commit: `df63f88a364da6be3963b4924c327b12f88d7748`, with clang-12 (`clang version 12.0.0 (Fedora 12.0.0-0.1.rc1.fc35)`) on Fedora rawhide (= 35), I see the following failures. Could you take a look? Thanks. ```...

On simde latest master `48edfa906d835525e2061fbf6062b7c326d66840` on clang 12.0.1 with flags on armv7hl on Fedora rawhide (35), I see the following failures. ``` == 2. tests on clang == + clang...

On clang 12.0.1 with simde the master commit `c4aa8b492aea70a3a09852c4e0427e07791bb49f` on Fedora rawhide (= 35), after passing the test without flags by skipping the failures with the command at https://github.com/simd-everywhere/simde/issues/868#issuecomment-886249301 ,...

I faced the following test failures on clang 12.0.1 without flags on s390x with simde the latest master commit `c4aa8b492aea70a3a09852c4e0427e07791bb49f` on Fedora rawhide (= 35). Here is the result from...

``` 579/846 arm/neon/movl_high/emul/c ERROR 0.03s not ok 2 movl_high/vmovl_high_s16 ../test/arm/neon/movl_high.c:76: assertion failed: r[2] == simde_vld1q_s32(test_vec[i].r)[2] (12215 == 12215) 580/846 arm/neon/movl_high/native/c ERROR 0.02s not ok 2 movl_high/vmovl_high_s16 ../test/arm/neon/movl_high.c:76: assertion failed: r[2]...