This is an archive of the discontinued LLVM Phabricator instance.

[libc] Provide Arm Optimized Routines for the LLVM libc project
Needs ReviewPublic

Authored by kristof.beyls on Feb 28 2020, 8:16 AM.

Details

Reviewers
sivachandra
dxf
Summary

This provides the Arm Optimized Routines (see https://github.com/ARM-software/optimized-routines) source code under the LLVM license.

This patch is not intended to be committed as is.
Instead, the intent is to make it very clear that Arm is offering this source code under the LLVM license, to be picked up by anyone in the LLVM community with an interest to integrate this code well within LLVM libc.

The version of the code provided in this patch is v20.02 of the Arm Optimized Routines project.

Diff Detail