[all-commits] [llvm/llvm-project] 507882: [libc] Add implementations for sqrt, sqrtf, and sq...

lntue via All-commits all-commits at lists.llvm.org
Wed Aug 26 06:47:03 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5078825aa982905088502f14b5387fc5c96017fe
      https://github.com/llvm/llvm-project/commit/5078825aa982905088502f14b5387fc5c96017fe
  Author: Tue Ly <lntue at google.com>
  Date:   2020-08-26 (Wed, 26 Aug 2020)

  Changed paths:
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/api.td
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/spec/stdc.td
    M libc/src/math/CMakeLists.txt
    A libc/src/math/sqrt.cpp
    A libc/src/math/sqrt.h
    A libc/src/math/sqrtf.cpp
    A libc/src/math/sqrtf.h
    A libc/src/math/sqrtl.cpp
    A libc/src/math/sqrtl.h
    M libc/test/src/math/CMakeLists.txt
    A libc/test/src/math/sqrt_test.cpp
    A libc/test/src/math/sqrtf_test.cpp
    A libc/test/src/math/sqrtl_test.cpp
    A libc/utils/FPUtil/Sqrt.h
    A libc/utils/FPUtil/SqrtLongDoubleX86.h

  Log Message:
  -----------
  [libc] Add implementations for sqrt, sqrtf, and sqrtl.

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




More information about the All-commits mailing list