search for: aarch64v8

Displaying 3 results from an estimated 3 matches for "aarch64v8".

2016 Jun 30
1
Bug fix for configure output for Neon --disable-asm --enable-intrinsics
...t in the --disable-asm --enable-intrinsics case was wrong with my aarch64 patches, producing Run-time CPU detection: ........ no (NEON Intrinsics) I had a patch in my aarch64 patch series that was supposed to fix this, but it looks like it was buggy. The following patch applies over Tim’s aarch64v8 staging branch https://git.xiph.org/?p=users/tterribe/opus.git;a=shortlog;h=refs/heads/aarch64v8 : It should be squashed with the “Clean up formatting of configure output” patch (e59b0f6) for the final commit. -------------- next part -------------- An HTML attachment was scrubbed... URL: <ht...
2019 Mar 25
3
Trying to create a pure LLVM toolchain on musl based distribution
Hello, I'm trying to create a pure LLVM toolchain (that will not depend on GNU and produce GNU-free code too) on a musl based distribution. For now, I use gcc to bootstrap and build all LLVM components. I do it individually because I was running out of space and memory trying to build all using LLVM_ENABLE_PROJECTS. Also, I don't want to create a all-in-one package. Then, once
2016 Jul 01
1
silk_warped_autocorrelation_FIX() NEON optimization
Hi all, I'm sending patch "Optimize silk_warped_autocorrelation_FIX() for ARM NEON" in an separate email. It is based on Tim’s aarch64v8 branch https://git.xiph.org/?p=users/tterribe/opus.git;a=shortlog;h=refs/heads/aarch64v8 Thanks for your comments. Linfeng