[all-commits] [llvm/llvm-project] af68c3: [libc] Add memcmp implementation.

ChennngWang via All-commits all-commits at lists.llvm.org
Mon Dec 14 17:47:57 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: af68c3b8924218596ecee948cc22cbb2c69c7f42
      https://github.com/llvm/llvm-project/commit/af68c3b8924218596ecee948cc22cbb2c69c7f42
  Author: Cheng Wang <chennngwang at gmail.com>
  Date:   2020-12-15 (Tue, 15 Dec 2020)

  Changed paths:
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/src/string/CMakeLists.txt
    A libc/src/string/memcmp.cpp
    A libc/src/string/memcmp.h
    M libc/test/src/string/CMakeLists.txt
    A libc/test/src/string/memcmp_test.cpp

  Log Message:
  -----------
  [libc] Add memcmp implementation.

Reviewed By: gchatelet

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




More information about the All-commits mailing list