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

Interestingly, some of the g++ failures are with different value from the gcc failures ``` Summary of Failures: 496/1502 arm/neon/abd/native/c ERROR 0.05s 498/1502 arm/neon/abd/native/cpp ERROR 0.05s 504/1502 arm/neon/abs/native/c ERROR 0.05s...

Hello, I implement intrinsincs in D and reference simd-everywhere a lot for arm versions of the intrinsics. Thanks @nemequ for that! It is tremendously helpful. I believe the `SIMDE_ARM_NEON_A32V7_NATIVE` versions...

On gcc 11.1.1 s390x with simde the latest master commit `c4aa8b492aea70a3a09852c4e0427e07791bb49f` on Fedora rawhide (= 35), after passing the test without flags by skipping the failures with the command at...

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

The WebAssembly people are working on a [relaxed SIMD](https://github.com/WebAssembly/relaxed-simd) proposal which mostly just provides alternatives for already-implemented functions, but allows for some differences between different implementations (e.g., allowing different results...

enhancement
good first issue

* https://www.mips.com/products/architectures/ase/simd/ * https://gcc.gnu.org/onlinedocs/gcc/MIPS-SIMD-Architecture-_0028MSA_0029-Support.html * https://github.com/llvm/llvm-project/blob/main/clang/lib/Headers/msa.h For progress information, see https://github.com/simd-everywhere/implementation-status/blob/main/msa.md Due to QEMU bugs we can't just use the versions shipped with Debian to test. The latest git works,...

help wanted
instruction-set-support
good first issue
GSoC/Outreachy-ideas

# Progress Tracker Hello! welcome to my progress tracker. This is where I'll be keeping a track of things like what I'm currentlt working on, and the upcoming tasks from...

https://software.intel.com/sites/landingpage/IntrinsicsGuide/#avx512techs=AVX512F For progress, see https://github.com/simd-everywhere/implementation-status/blob/main/x86.md#avx512f

instruction-set-support
GSoC/Outreachy-ideas

https://software.intel.com/sites/landingpage/IntrinsicsGuide/#avx512techs=AVX512BW For progress, see https://github.com/simd-everywhere/implementation-status/blob/main/x86.md#avx512bw

help wanted
instruction-set-support
good first issue
GSoC/Outreachy-ideas

https://software.intel.com/sites/landingpage/IntrinsicsGuide/#avx512techs=AVX512VL For progress, see https://github.com/simd-everywhere/implementation-status/blob/main/avx512.md#summary

instruction-set-support