[all-commits] [llvm/llvm-project] 6ba9d2: [libc][math] Add float128 rounding functions (ceil...

lntue via All-commits all-commits at lists.llvm.org
Mon Feb 5 04:38:10 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6ba9d2988ba471d3a1620da64d5a08f2edfe91ed
      https://github.com/llvm/llvm-project/commit/6ba9d2988ba471d3a1620da64d5a08f2edfe91ed
  Author: lntue <35648136+lntue at users.noreply.github.com>
  Date:   2024-02-05 (Mon, 05 Feb 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/math/CMakeLists.txt
    A libc/src/math/ceilf128.h
    A libc/src/math/floorf128.h
    M libc/src/math/generic/CMakeLists.txt
    A libc/src/math/generic/ceilf128.cpp
    A libc/src/math/generic/floorf128.cpp
    A libc/src/math/generic/roundf128.cpp
    A libc/src/math/generic/truncf128.cpp
    A libc/src/math/roundf128.h
    A libc/src/math/truncf128.h
    M libc/test/src/math/smoke/CMakeLists.txt
    A libc/test/src/math/smoke/ceilf128_test.cpp
    A libc/test/src/math/smoke/floorf128_test.cpp
    A libc/test/src/math/smoke/roundf128_test.cpp
    A libc/test/src/math/smoke/truncf128_test.cpp

  Log Message:
  -----------
  [libc][math] Add float128 rounding functions (ceilf128, floorf128, roundf128, truncf128). (#80634)




More information about the All-commits mailing list