-
I have tried to build a package with this crate as a dependency, but it seems to fail due to the following error.
```log
error: failed to run custom build command for `blake3 v1.5.1`
Cause…
-
Hi there,
I have ported IQ-TREE and its many intel intrinsics to run on ARM NEON ISA. Would this be something you are interested in adding to the official repo? Thank you.
-
I'm trying to cross-compile this lib for arm32
The final link stage fails with
```
libtool: link: arm-poky-linux-gnueabi-gcc -shared -fPIC -DPIC .libs/atomic.o .libs/dwarf.o .libs/fileline.o .l…
-
### The problem
Hi,
I tried checking out latest dev version, script/setup also succeeds, but then when homeassistant boots up, it tries to install ha-av==10.1.1 where no arm binaries seem to be avai…
-
Currently this produces:
```
--> /Users/alex_gaynor/.rustup/toolchains/nightly-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/../../stdarch/crates/core_arch/src/arm_shared/crypto.rs…
-
While investigating codegen for ARM I found a few issues.
Let's start with a simple Vector transformation by Matrix:
```
uniform FVector4 VectorTransformVector2(const uniform FVector4 &VecP, const …
-
错误
1 qca-mcs编译错误,对806而言是否缺对应补丁
CC [M] /openwrt/openwrt-6.x-nss-fKing-git-20240708.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-mcs-12.5.2024.02.27~26d6424/…
-
Two test cases fail on ppc64el on Ubuntu 23.04 (mantic) when building from the master branch (as of 2023-08-31):
```
================================== 265/792 ===================================
…
-
It looks like __ARM_NEON__ define sometimes used to distinguish between ARMv8 and ARMv7 builds, for example here:
https://github.com/pytorch/pytorch/blob/0b8a7daa2a7e765270b85234b868b5897a9822bb/aten…
-
I've managed to compile the code on ARM and to make it run for a few frames but after that I get a segmentation error.
The change I've made is in okvis_frontend/src/Frontend.cpp:
I've replaced (line…