[all-commits] [llvm/llvm-project] 56ef6a: [libc][math][c23] Add f16div{, l, f128} C23 math fun...

OverMighty via All-commits all-commits at lists.llvm.org
Sat Jun 29 15:48:33 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 56ef6a2eb2a25d5960eafdb17eaaaa73cb318e57
      https://github.com/llvm/llvm-project/commit/56ef6a2eb2a25d5960eafdb17eaaaa73cb318e57
  Author: OverMighty <its.overmighty at gmail.com>
  Date:   2024-06-29 (Sat, 29 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/llvm_libc_ext.td
    M libc/spec/stdc.td
    M libc/src/math/CMakeLists.txt
    A libc/src/math/f16div.h
    A libc/src/math/f16divf128.h
    A libc/src/math/f16divl.h
    M libc/src/math/generic/CMakeLists.txt
    A libc/src/math/generic/f16div.cpp
    A libc/src/math/generic/f16divf128.cpp
    A libc/src/math/generic/f16divl.cpp
    M libc/test/src/math/CMakeLists.txt
    A libc/test/src/math/f16div_test.cpp
    A libc/test/src/math/f16divl_test.cpp
    M libc/test/src/math/smoke/CMakeLists.txt
    A libc/test/src/math/smoke/f16div_test.cpp
    A libc/test/src/math/smoke/f16divf128_test.cpp
    A libc/test/src/math/smoke/f16divl_test.cpp
    M libc/utils/MPFRWrapper/MPFRUtils.cpp

  Log Message:
  -----------
  [libc][math][c23] Add f16div{,l,f128} C23 math functions (#97054)

Part of #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