[all-commits] [llvm/llvm-project] 3b487d: [libc] Add implementation of hypot.

lntue via All-commits all-commits at lists.llvm.org
Thu Dec 3 08:09:28 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3b487d51e2ec699c27387fc30374f0d035b2a482
      https://github.com/llvm/llvm-project/commit/3b487d51e2ec699c27387fc30374f0d035b2a482
  Author: Tue Ly <lntue at google.com>
  Date:   2020-12-03 (Thu, 03 Dec 2020)

  Changed paths:
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/spec/stdc.td
    M libc/src/math/CMakeLists.txt
    A libc/src/math/hypot.cpp
    A libc/src/math/hypot.h
    M libc/src/math/hypotf.cpp
    M libc/test/src/math/CMakeLists.txt
    A libc/test/src/math/HypotTest.h
    A libc/test/src/math/hypot_test.cpp
    M libc/test/src/math/hypotf_test.cpp
    A libc/utils/FPUtil/Hypot.h

  Log Message:
  -----------
  [libc] Add implementation of hypot.

Refactor src/math/hypotf.cpp and test/src/math/hypotf_test.cpp and reuse them for hypot and hypot_test

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




More information about the All-commits mailing list