-
## Description
Interop and SIMD tests are failing on ios/tvos devices due to missing support for building native libraries as part of tests. It is likely that the interop tests below are failing be…
-
We should add a heterogeneous implementation of [`std::simd`](https://en.cppreference.com/w/cpp/experimental/simd/simd) to libcu++.
High-level goals:
- Works in host/device code
- Replace the ne…
-
Hello,I tried to install and use ddisasm on arm.
**First**, I found the arm64 dockerfile provided by this link:https://github.com/GrammaTech/ddisasm/issues/44 ,However, due to the update of dependenc…
-
Hi
I try to install on ARM Mac but I got an error depending on TBB
```
remotes::install_cran("qs2", type = "source", configure.args = " --with-TBB --with-simd=AVX2", force = T)
Installing 1 p…
-
Add Buffer.addNumber(Number) that appends the bytes of the number based on the varint algorithm.
Some file formats or protocols rely on that feature so it could be helpful to have this function
-
*Enhancement*
Hello, @std-simd
I would like to add SVE2 instructions via intrinsics/inline-assembly into std-simd to process data quicker, optimize the library.
-
Since the basics of SIMD has arrived in Rust 1.27 stable: https://blog.rust-lang.org/2018/06/21/Rust-1.27.html#simd, we should consider to replace our `basic::cell::U64x4` with `std::simd::u64x4`. Alt…
mssun updated
6 years ago
-
Dear x86-simd-sort maintainers,
I am currently working on a high-performance sorting algorithm to handle billions of uint64_t data entries. To optimize the sorting process, I am leveraging parallel…
-
Using SIMD for dealing with json at speed
inspired by postgreSQL (up to 4-fold speedup):
see: https://www.phoronix.com/news/PostgreSQL-Opt-JSON-Esc-SIMD
and since more and more CPUs support AVX…
-
Wondering what is the recommended way to generate library from DDA for DIA-NN search? For example i have MaxQuant msms.txt file but not sure how to present it as speclib for DIA-NN search for correspo…