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

I tried to run the tests with the simde v0.7.4-rc1 on Fedora rawhide (38)'s aarch64 (arm64) build environment. The gcc is 13.0.1 (RPM version: 13.0.1-0.2.fc38). Then the `ninja -C build/gcc-O2...

https://dev.azure.com/simd-everywhere/SIMDe/_build/results?buildId=3769&view=logs&j=f23905a3-d756-554c-1480-a4d37e84ca72&t=6965440e-bd96-5772-c855-27ccf10ec8e9&l=3627

help wanted

All tests pass with `-O0` with gcc 12.2.0-9 on Debian armel/armhf , the following fail with `-O1`, `-O2`; With gcc 11.3.0-6 `-O2` all tests pass ``` 111/768 x86/avx512/mulhi/native/c ERROR 0.07s...

help wanted
compiler-bug

Seems like [netlify removed support for Xenial build images](https://answers.netlify.com/t/please-read-end-of-support-for-xenial-build-image-everything-you-need-to-know/68239) example build log: https://app.netlify.com/sites/simde/deploys/6442aeb00c95250007d63111

When using the postincrement operator (i++) in an SIMDE function call, it sometimes gets incremented multiple times because of macro syntax. See [this](https://stackoverflow.com/questions/7432124/macros-and-postincrement) question for reference. In my specific case,...

The logs suggest that the test produced no output, but when a skipped test is run directly, it does produce the expected TAP output... https://mesonbuild.com/Release-notes-for-0-57-0.html

Best to catch bugs early !

help wanted
good first issue

Hello again, I ran the tests with the simde v0.7.4-rc1 on Fedora rawhide (38)'s build environment. The s390x environment. The gcc's RPM version is 13.0.1-0.2.fc38 (`rpm -q gcc`). Here is...

Hello again, I ran the tests with the simde v0.7.4-rc1 on Fedora rawhide (38)'s build environment. The ppc64le environment. The gcc's RPM version is `13.0.1-0.2.fc38` (`rpm -q gcc`). Here is...

We imported all the implementations from [jratcliff63367/sse2neon](https://github.com/jratcliff63367/sse2neon) a long time ago, but [DLTcollab/sse2neon](https://github.com/DLTcollab/sse2neon/) has made a bunch of improvements in their fork that we should steal. It's MIT licensed so...

enhancement
accelerated-implementation