[all-commits] [llvm/llvm-project] 1048b5: [libc][math] Add C23 math function fabsf128. (#77825)

lntue via All-commits all-commits at lists.llvm.org
Fri Jan 12 12:00:27 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1048b5999b4b1c970f3b454040d4352770e5cf5c
      https://github.com/llvm/llvm-project/commit/1048b5999b4b1c970f3b454040d4352770e5cf5c
  Author: lntue <35648136+lntue at users.noreply.github.com>
  Date:   2024-01-12 (Fri, 12 Jan 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
    A libc/src/math/fabsf128.h
    M libc/src/math/generic/CMakeLists.txt
    A libc/src/math/generic/fabsf128.cpp
    M libc/test/src/math/smoke/CMakeLists.txt
    A libc/test/src/math/smoke/fabsf128_test.cpp

  Log Message:
  -----------
  [libc][math] Add C23 math function fabsf128. (#77825)




More information about the All-commits mailing list