[libc] Provide Arm Optimized Routines for the LLVM libc project.This adds the Arm Optimized Routines (seehttps://github.com/ARM-software/optimized-routines) source code under thethe LLVM license.
[libc] Provide Arm Optimized Routines for the LLVM libc project.This adds the Arm Optimized Routines (seehttps://github.com/ARM-software/optimized-routines) source code under thethe LLVM license. The version of the code provided in this patch is v20.02of the Arm Optimized Routines project.This entire contribution is being committed as is even though it doesnot currently fit the LLVM libc model and does not follow the LLVMcoding style. In the near future, implementations from this patch will bemoved over to their right place in the LLVM-libc tree. This will be doneover many small patches, all of which will go through the normal LLVM codereview process. See this libc-dev post for the plan:http://lists.llvm.org/pipermail/libc-dev/2020-March/000044.htmlDifferential revision of the original upload: https://reviews.llvm.org/D75355
show more ...