[all-commits] [llvm/llvm-project] 0f782b: [libc] Add nearest integer instructions to fputil.

lntue via All-commits all-commits at lists.llvm.org
Thu Jul 14 10:20:53 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0f782b84cba50d4e297929e2eab65a8cdb54a113
      https://github.com/llvm/llvm-project/commit/0f782b84cba50d4e297929e2eab65a8cdb54a113
  Author: Tue Ly <lntue at google.com>
  Date:   2022-07-14 (Thu, 14 Jul 2022)

  Changed paths:
    M libc/src/__support/FPUtil/CMakeLists.txt
    A libc/src/__support/FPUtil/aarch64/nearest_integer.h
    A libc/src/__support/FPUtil/nearest_integer.h
    A libc/src/__support/FPUtil/x86_64/nearest_integer.h
    M utils/bazel/llvm-project-overlay/libc/BUILD.bazel

  Log Message:
  -----------
  [libc] Add nearest integer instructions to fputil.

Add round to nearest integer instructions to fputil.  This will be
used in sinf implementation https://reviews.llvm.org/D123154

Reviewed By: michaelrj

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




More information about the All-commits mailing list