[all-commits] [llvm/llvm-project] 369f7d: [LIBC] Add optimized memcpy routine for AArch64

Andre Vieira via All-commits all-commits at lists.llvm.org
Wed Feb 3 01:31:53 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 369f7de3135a517a69c45084d4b175f7b0d5e6f5
      https://github.com/llvm/llvm-project/commit/369f7de3135a517a69c45084d4b175f7b0d5e6f5
  Author: Andre Vieira <andre.simoesdiasvieira at arm.com>
  Date:   2021-02-03 (Wed, 03 Feb 2021)

  Changed paths:
    M libc/src/string/CMakeLists.txt
    A libc/src/string/aarch64/CMakeLists.txt
    A libc/src/string/aarch64/memcpy.cpp

  Log Message:
  -----------
  [LIBC] Add optimized memcpy routine for AArch64

This patch adds an optimized memcpy routine for AArch64 tuned and benchmarked
on Neoverse-N1.

Differential Revision: https://reviews.llvm.org/D92235




More information about the All-commits mailing list