[all-commits] [llvm/llvm-project] a00fb5: [libc] Add long double flavors of the floating poi...

Siva Chandra via All-commits all-commits at lists.llvm.org
Tue Jun 23 23:53:41 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a00fb593b4ed3e7e6313b9afcd3657d4650e509f
      https://github.com/llvm/llvm-project/commit/a00fb593b4ed3e7e6313b9afcd3657d4650e509f
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2020-06-23 (Tue, 23 Jun 2020)

  Changed paths:
    M libc/config/linux/api.td
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/spec/spec.td
    M libc/spec/stdc.td
    M libc/src/math/CMakeLists.txt
    A libc/src/math/copysignl.cpp
    A libc/src/math/copysignl.h
    A libc/src/math/frexpl.cpp
    A libc/src/math/frexpl.h
    A libc/src/math/logbl.cpp
    A libc/src/math/logbl.h
    A libc/src/math/modfl.cpp
    A libc/src/math/modfl.h
    M libc/test/src/math/CMakeLists.txt
    A libc/test/src/math/copysignl_test.cpp
    A libc/test/src/math/frexpl_test.cpp
    A libc/test/src/math/logbl_test.cpp
    A libc/test/src/math/modfl_test.cpp
    M libc/utils/FPUtil/ManipulationFunctions.h

  Log Message:
  -----------
  [libc] Add long double flavors of the floating point manipulation functions.

Specifically: copysignl, frexpl, logbl and modfl have been added.

Reviewers: asteinhauser

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




More information about the All-commits mailing list