-
[P3275R0](https://wg21.link/p3275r0) Replace simd operator[] with getter and setter functions - or not (Matthias Kretz)
-
LLVM is very far off from properly supporting short-vector floating point math, which basically means that all/most vector math functions get scalarized.
A plan to work around could be:
* crea…
-
Hi there,
I am an experienced C++ programmer but I'm completely lost when it comes to SIMD operations. Currently I'm trying your library for over a week and I still cannot figure out, how to get it t…
-
When writing AArch64 Neon and SVE implementations for some of the MCTF kernels I noticed that it was quite easy to find cases (e.g. tail loops) which do not appear to be covered by the existing encodi…
-
### Review Mojo's priorities
- [X] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities.
###…
-
> Ensure that WASM version of minih264 library is indeed taking advantage of SIMD (lots of NEON code that doesn't compile there)
Really cool work :)
I'm wondering if you tried https://emscripten…
-
Hello! I had some comments during the CG meeting today but I wanted to elaborate on them in an issue here. My concern stems from not knowing how consumers will end up using this proposal in a bit more…
-
SIMD allow revolutionary intra-core parallelism. Actually the fastest Json library on earth is called simdjson for this precise reason.
openjdk 16 release next month and bring SIMD support to the JVM…
-
Right now _basic_dsp_ uses its own SIMD abstractions which are built on _simd_. The only reason for that is that at the time that code was written nothing else was available. But that seems to change.…
-
Has anybody had success building for ARM, apple M1 in particular, and replacing the SSE2 instructions with NEON.
I tried using this library but was not fully successful. https://github.com/DLTcolla…