[all-commits] [llvm/llvm-project] 3f906f: [libc][math] Add initial support for C23 float128 ...

lntue via All-commits all-commits at lists.llvm.org
Fri Nov 10 11:33:13 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3f906f513edea5c21867586d92151c4268230fe4
      https://github.com/llvm/llvm-project/commit/3f906f513edea5c21867586d92151c4268230fe4
  Author: lntue <35648136+lntue at users.noreply.github.com>
  Date:   2023-11-10 (Fri, 10 Nov 2023)

  Changed paths:
    M libc/CMakeLists.txt
    A libc/cmake/modules/CheckCompilerFeatures.cmake
    A libc/cmake/modules/compiler_features/check_float128.cpp
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/docs/math/index.rst
    M libc/spec/spec.td
    M libc/spec/stdc.td
    M libc/src/__support/CPP/type_traits/is_floating_point.h
    M libc/src/__support/FPUtil/FloatProperties.h
    M libc/src/__support/macros/properties/compiler.h
    M libc/src/math/CMakeLists.txt
    A libc/src/math/copysignf128.h
    M libc/src/math/generic/CMakeLists.txt
    A libc/src/math/generic/copysignf128.cpp
    M libc/test/src/__support/FPUtil/fpbits_test.cpp
    M libc/test/src/math/smoke/CMakeLists.txt
    M libc/test/src/math/smoke/CopySignTest.h
    A libc/test/src/math/smoke/copysignf128_test.cpp
    M utils/bazel/llvm-project-overlay/libc/BUILD.bazel

  Log Message:
  -----------
  [libc][math] Add initial support for C23 float128 math functions, starting with copysignf128. (#71731)




More information about the All-commits mailing list