[all-commits] [llvm/llvm-project] 2635d0: [libc][math][c23] Add {nearbyint, rint, lrint, llrint...

OverMighty via All-commits all-commits at lists.llvm.org
Tue Jun 4 07:03:53 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2635d0419e4800c34c7cfea120a12fec8d4878fe
      https://github.com/llvm/llvm-project/commit/2635d0419e4800c34c7cfea120a12fec8d4878fe
  Author: OverMighty <its.overmighty at gmail.com>
  Date:   2024-06-04 (Tue, 04 Jun 2024)

  Changed paths:
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/docs/math/index.rst
    M libc/spec/stdc.td
    M libc/src/math/CMakeLists.txt
    M libc/src/math/generic/CMakeLists.txt
    A libc/src/math/generic/llrintf16.cpp
    A libc/src/math/generic/llroundf16.cpp
    A libc/src/math/generic/lrintf16.cpp
    A libc/src/math/generic/lroundf16.cpp
    A libc/src/math/generic/nearbyintf16.cpp
    A libc/src/math/generic/rintf16.cpp
    A libc/src/math/llrintf16.h
    A libc/src/math/llroundf16.h
    A libc/src/math/lrintf16.h
    A libc/src/math/lroundf16.h
    A libc/src/math/nearbyintf16.h
    A libc/src/math/rintf16.h
    M libc/test/src/math/smoke/CMakeLists.txt
    M libc/test/src/math/smoke/RoundToIntegerTest.h
    A libc/test/src/math/smoke/llrintf16_test.cpp
    A libc/test/src/math/smoke/llroundf16_test.cpp
    A libc/test/src/math/smoke/lrintf16_test.cpp
    A libc/test/src/math/smoke/lroundf16_test.cpp
    A libc/test/src/math/smoke/nearbyintf16_test.cpp
    A libc/test/src/math/smoke/rintf16_test.cpp

  Log Message:
  -----------
  [libc][math][c23] Add {nearbyint,rint,lrint,llrint,lround,llround}f16 C23 math functions (#94218)

https://github.com/llvm/llvm-project/issues/93566



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