-
I see in your readme you'd be willing to look at an ARM port given the right hardware.
I'd be more than happy to get you a Raspberry Pi 2 & 3 if that would prompt development...
Let me know if you'r…
-
I did a little poking around and didn't find the source of this issue. It *seems* like it should be using the gcc builtins for this, but instead are looking to musl which doesn't implement those at t…
-
Hello Team,
For arm CPUs, any possibilities to support it? nightly rust seems to support any CPU structure for SIMD operations.
Thanks,
Jianshu
-
Trying to build current git master (a37d4836519517bdce6cb9d956092321eca3e73b) as a [Universal Binary](https://en.wikipedia.org/wiki/Universal_binary) (or even just arm64 only) on a Intel Mac fails to …
seanm updated
3 weeks ago
-
Would be nice to replace all those __ARM_NEON__ with HAVE_NEON. From what i understood in gizmo98's fork, it seems like neon is the reason why the core built by this repo won't run properly on rpi2, a…
-
Reminder to self to fix this.
-
**Output of 'strings libarm_compute.so | grep arm_compute_version':**
arm_compute_version=v24.02.1 Build options: {'neon': '1', 'opencl': '0', 'openmp': '0', 'cppthreads': '1', 'arch': 'armv8.6-a', '…
-
Eventually we will want to be able to make use of simd operations for f16 and f128, now that we have primitives to represent them. Possibilities that I know of:
- Aarch64 neon supports `float16x{4,…
-
**Description**
command = ' -ss $startPoint -i "$videoPath" -t ${endPoint - startPoint} -avoid_negative_ts make_zero -c:a aac -crf 15 -c:v libx264 -preset veryfast ' + '-y "$outputPath"';
input…
-
We have a number of portable SIMD intrinsics in [`core::intrinsics::simd`](https://doc.rust-lang.org/nightly/std/intrinsics/simd/index.html). The advantage of using those is that they have to only be …