[libc-commits] [libc] [libc] Add support for string/memory_utils functions for AArch64 without HW FP/SIMD (PR #137592)
via libc-commits
libc-commits at lists.llvm.org
Mon Apr 28 02:56:59 PDT 2025
saturn691 wrote:
You're correct that in standard implementations AArch64 is required to have Neon, but there are valid implementations that don't have NEON. For example:
```
-march=armv8-a+nofp+nosimd -mabi=aapcs-soft
```
I see what you're suggesting, I'll get to work on the patch.
https://github.com/llvm/llvm-project/pull/137592
More information about the libc-commits
mailing list