[all-commits] [llvm/llvm-project] 1f20bc: [libc][math] Add C23 math function fdimf128. (#81074)

lntue via All-commits all-commits at lists.llvm.org
Fri Feb 9 08:21:15 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1f20bc2cd273dd21459b9007a10c6aa67e5da1e2
      https://github.com/llvm/llvm-project/commit/1f20bc2cd273dd21459b9007a10c6aa67e5da1e2
  Author: lntue <35648136+lntue at users.noreply.github.com>
  Date:   2024-02-09 (Fri, 09 Feb 2024)

  Changed paths:
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/riscv/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
    A libc/src/math/fdimf128.h
    M libc/src/math/generic/CMakeLists.txt
    A libc/src/math/generic/fdimf128.cpp
    M libc/test/src/math/smoke/CMakeLists.txt
    M libc/test/src/math/smoke/FDimTest.h
    M libc/test/src/math/smoke/fdim_test.cpp
    A libc/test/src/math/smoke/fdimf128_test.cpp
    M libc/test/src/math/smoke/fdimf_test.cpp
    M libc/test/src/math/smoke/fdiml_test.cpp

  Log Message:
  -----------
  [libc][math] Add C23 math function fdimf128. (#81074)




More information about the All-commits mailing list