-
I made [a recipe](https://github.com/procxx/conan-boost-ex-simd) for fork of the removed Boost.SIMD library (I archived it too [here](https://github.com/procxx/boost.simd)) (not planned for conan-cent…
-
The SIMD cannot be disabled anymore. These are the 2 parts we need to fix:
- [x] do not put `-msimd128` to `emcc-default.rsp`, otherwise we compile with SIMD even when `WasmEnableSIMD` is `false`. …
-
Repo: https://codeberg.org/soundtouch/soundtouch
This library is used by Firefox to handle audio time-stretching for `` or `` elements. It is not bottle-necking video playback but some functions fr…
xen0n updated
7 months ago
-
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…
-
I wanted to put together a more technical list of issues to be solved before we can stabilize (see rust-lang/rust#86656).
There are many more important issues like performance on some targets, or i…
-
When compiling arrow2 with the `simd` feature and under `+nightly`, one symbol is not found:
v1.77.0-nightly here.
```text
error[E0432]: unresolved import `std::simd::SimdPartialEq`
--> /User…
-
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…
-
If the server crashes please give log/stacktrace
> Did you change something about xp handling which broke hyperion?
> Huh
> Wtf it works now
> sus
-
## Reason
Opencv use `libjpeg-turbo` as the default option of jpeg library. However, according to the official page of `libjpeg-turbe` project,
> libjpeg-turbo is a JPEG image codec that uses **…
-
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 …