[all-commits] [llvm/llvm-project] a2bad7: [libc][math][c23] Add nextupl and nextdownl functi...

OverMighty via All-commits all-commits at lists.llvm.org
Sat Mar 16 14:21:29 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a2bad75879c33c0e6a2834bb0abcd3e1599d377d
      https://github.com/llvm/llvm-project/commit/a2bad75879c33c0e6a2834bb0abcd3e1599d377d
  Author: OverMighty <its.overmighty at gmail.com>
  Date:   2024-03-16 (Sat, 16 Mar 2024)

  Changed paths:
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/docs/math/index.rst
    M libc/spec/stdc.td
    M libc/src/__support/FPUtil/ManipulationFunctions.h
    A libc/src/__support/FPUtil/x86_64/NextUpDownLongDouble.h
    M libc/src/math/CMakeLists.txt
    M libc/src/math/generic/CMakeLists.txt
    A libc/src/math/generic/nextdownl.cpp
    A libc/src/math/generic/nextupl.cpp
    A libc/src/math/nextdownl.h
    A libc/src/math/nextupl.h
    M libc/test/src/math/smoke/CMakeLists.txt
    A libc/test/src/math/smoke/nextdownl_test.cpp
    A libc/test/src/math/smoke/nextupl_test.cpp
    M utils/bazel/llvm-project-overlay/libc/BUILD.bazel

  Log Message:
  -----------
  [libc][math][c23] Add nextupl and nextdownl functions (#85484)

Fixes #85283.

cc @lntue



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list