-
In https://github.com/tomojitakasu/PocketSDR/blob/master/src/sdr_func.c the dot_IQ_code function (called by corr_std) contains some NEON/AVX2 optimised code but it does not seems to do anything are t…
-
## Feature request
**Is your feature request related to a problem? Please describe.**
I'd rather use AWS Graviton3 / Graviton4 instances than x86_64 instances because it's a more efficient use of …
-
Error building the firmware image
Server response: Error: Impossible package selection
[Please report the error message and request](https://github.com/openwrt/asu/issues)
Request Data:
{
…
-
### Description
These two structs make use of `__uint128_t` which seems to only recently have been implemented in Swift.
Technically, they use `__uint128_t` arrays, but I don't think that distin…
-
I'd appreciate any tip on moving the code around to avoid this.
[bench-82d8ec.sh.txt](https://github.com/user-attachments/files/16925916/bench-82d8ec.sh.txt)
[bench-82d8ec.cpp.txt](https://github.…
-
What do you think about using the Neon GEMM kernels as default for Neoverse V2 (Grace), they are almost always faster than the SVE128 implementation because unrolling on the k dimension is possible. T…
-
Currently running: 22.03.0 - r19685-512e76967f
[Powered by LuCI openwrt-22.03 branch (git-22.245.77528-487e58a)](https://github.com/openwrt/luci) / OpenWrt 22.03.0 r19685-512e76967f
Error building t…
-
**Describe the bug**
@diehlpk and I are working on a build of a Kokkos application that will use both NEON and CUDA. When attempting to build Kokkos with both enabled, we see errors like the follo…
-
When executing a command:
```
https://raw.githubusercontent.com/openlumi/homeassistant_on
_openwrt/21.02-2022.12/ha_install.sh
```
Errors occur:
Collected errors:
```
* opkg_download: Faile…
-
**Describe the bug**
From https://arm-software.github.io/acle/neon_intrinsics/advsimd.html#vector-shift-left-and-widen, each neon vector shift left and widen intrinsic has a variant with `n =…