[all-commits] [llvm/llvm-project] 4be1c1: [libc] Add implementations of round and roundf.

Siva Chandra via All-commits all-commits at lists.llvm.org
Tue Jun 9 23:02:00 PDT 2020


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

  Changed paths:
    M libc/config/linux/api.td
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/lib/CMakeLists.txt
    M libc/spec/stdc.td
    M libc/src/math/CMakeLists.txt
    M libc/src/math/round.cpp
    R libc/src/math/round_redirector.cpp
    A libc/src/math/roundf.cpp
    A libc/src/math/roundf.h
    M libc/test/src/math/CMakeLists.txt
    A libc/test/src/math/round_test.cpp
    A libc/test/src/math/roundf_test.cpp
    M libc/utils/FPUtil/FloatOperations.h

  Log Message:
  -----------
  [libc] Add implementations of round and roundf.

Reviewers: asteinhauser

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




More information about the All-commits mailing list