-
I'm hitting these errors when running `bash ./build.sh`
Trying different revisions of LibAFL didn't help.
```
error[E0432]: unresolved import `core::simd::SimdOrd`
--> /home/florian/.cargo/g…
-
### Discussed in https://github.com/oxc-project/backlog/discussions/19
Originally posted by **overlookmotel** February 9, 2024
This came up on thread about SIMD in the Lexer https://github.co…
-
I tried to check the assembly output for loongarch for my sha512 algorithms:
My GCC being here:
https://github.com/trcrsired/gcc-releases/releases
My LLVM builds being here.
https://github.com/trc…
-
I ran into a problem while reading this recently. [https://community.arm.com/arm-community-blogs/b/tools-software-ides-blog/posts/gcc-12]
![image](https://github.com/llvm/llvm-project/assets/121085…
-
### What is the problem this feature will solve?
As I am looking into ways to improve astropy performance, I can see that using the new'ish compiler feature of function multi-versioning should improv…
-
Currently NanoRT does not utilize SIMD/AVX.
Also no quantized BVH support.
It'd be better to start to consider optimization and quantization.
Fortunately, recent CPU architecture(AlderLake, Z…
-
Since we use many of our own types, we might be able to use vector and matrix types from System.Numerics instead of OpenTK types which may result in significant speedups with calculations.
We shoul…
-
We should document the various env vars (`{}ARROW_SIMD_LEVEL{`}, `{}ARROW_RUNTIME_SIMD_LEVEL{`}, `{}ARROW_USER_SIMD_LEVEL{`}, others?).
We should also document what the defaults are (and what that …
-
Not an issue per-se, but a fix I found for older hardware. Loaded up the latest Nightly (10-28-2024) on a Pi Zero W (2017) with the Raspberry Pi Imager and eventually got a pop-error mentioned in the …
-
```
OpenJPEG already uses SIMD code (only SSE) when __SSE__ is defined.
This is the case for x64 code by default (not under Visual Studio though)
because x64 CPUs all have SSE/SSE2. This is also the …