[all-commits] [llvm/llvm-project] d4adac: [libc] Add the remaining long double flavors of ne...

Siva Chandra via All-commits all-commits at lists.llvm.org
Thu Jun 25 22:46:20 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d4adac48320eb52eb5e4b01b75ad08e37f196df4
      https://github.com/llvm/llvm-project/commit/d4adac48320eb52eb5e4b01b75ad08e37f196df4
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2020-06-25 (Thu, 25 Jun 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/ceill.cpp
    A libc/src/math/ceill.h
    A libc/src/math/floorl.cpp
    A libc/src/math/floorl.h
    A libc/src/math/roundl.cpp
    A libc/src/math/roundl.h
    M libc/test/src/math/CMakeLists.txt
    A libc/test/src/math/ceill_test.cpp
    A libc/test/src/math/floorl_test.cpp
    A libc/test/src/math/roundl_test.cpp
    M libc/utils/FPUtil/NearestIntegerOperations.h

  Log Message:
  -----------
  [libc] Add the remaining long double flavors of nearest integer functions.

Specifically: ceill, floorl and roundl have been added.

Reviewers: asteinhauser

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




More information about the All-commits mailing list