simde
simde copied to clipboard
Implementations of SIMD instruction sets for systems which don't natively support them.
One thing about SIMD implementations is that there is often a direct equivalent of each intrinsic. Basically everything has add, sub, shift right, etc,. Therefore, there could be a "common"...
`-mcpu=cortex-a32`
It has been great to see how useful and popular SIMDe has become over the years! To help keep new contributions at a high level of quality and performance, I...
https://github.com/simd-everywhere/simde/actions/runs/6627841500/job/18003657630#step:10:958
and confirm that we meet the [REUSE](https://reuse.software/) recommendations using [`reuse-tool`](https://github.com/fsfe/reuse-tool)
2intersect: implement AVX512F optimizations proposed by Guille Díez-Cañas arXiv:2112.06342 [cs.DS]
https://doi.org/10.48550/arXiv.2112.06342 Be careful to only use the paper as your reference; I'm told that the compressed source code at the end is not OSS. - [ ] (A) Add strict...
It would be nice if simde implemented support for AES, especially AES round as this particular part of AES is also used in a lot of hash algorithms etc. Many...
I see that the neon implementations (with and without crypto extensions) at https://github.com/DLTcollab/sse2neon/pull/6 are also MIT licensed See also - https://github.com/DLTcollab/sse2neon/pull/63 - https://github.com/DLTcollab/sse2neon/pull/75 - https://github.com/DLTcollab/sse2neon/pull/559 - https://github.com/DLTcollab/sse2neon/pull/573 _Originally posted by...
Helps track progress of #1014
AMX
https://software.intel.com/sites/landingpage/IntrinsicsGuide/#techs=AMX https://en.wikipedia.org/wiki/Advanced_Matrix_Extensions https://software.intel.com/content/dam/develop/public/us/en/documents/architecture-instruction-set-extensions-programming-reference.pdf AMX-INT8 - [ ] _tile_dpbssd - [ ] _tile_dpbsud - [ ] _tile_dpbusd - [ ] _tile_dpbuud - [ ] __tile_dpbssd - [ ] __tile_dpbsud - [...