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 218 simde issues
Sort by recently updated
recently updated
newest added

The diff below is from a current test branch, but I'm not merging it as it the list is long and noisy; it shouldn't be on all the time ```...

Vectorscan uses SIMDe, but it does not switch between native SIMD instructions and SIMDe at runtime. Is it possible to implement a mechanism that allows switching between native SIMD (e.g.,...

I've found a few issues in some of the floating point conversion functions that only occur in non-standard rounding modes (round to positive infinity, negative infinity, or zero - not...

Hi, first of all thanks for this great project. It's working like a charm! I use the library in this way for simulating arm intrinsics on Intel/SSE machines. ``` #define...

I'm attempting to use the Docker development environment on Ubuntu 24.04, and it does not properly update the environment. The issue seems to be a change in a path for...

I'm using Clang and getting a lot of warnings, like: ``` otfftpp/include/otfftpp/detail/otfft_avxdit16.h:1197:17: warning: AVX vector argument of type 'const ymm' (aka 'const simde__m256') without 'avx' enabled changes the ABI [-Wpsabi]...

Background: The Qt framework (in qnumeric.h) includes when compiling with MSVC. This header is included if any code uses any Qt classes. Unfortunately this breaks simde with lots of errors...

This is related to [bug #279971 in WebKit](https://bugs.webkit.org/show_bug.cgi?id=279971). I am not 100% sure how things work when building the [uClibc](https://uclibc.org/) C library, but my understanding is that the only a...

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist...

dependencies
github_actions

Previously, we applied this workaround to support CPUs that lack segment load/store instructions. To align with the current standard and because we no longer support simde on those CPUs, I...