[all-commits] [llvm/llvm-project] 0b0cce: [libc] Add fminf128 and fmaxf128 implementations f...

felixh5678 via All-commits all-commits at lists.llvm.org
Thu Jan 25 12:04:30 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0b0cce8978eefce4b9b4eb1727f1f210a6b2a2d9
      https://github.com/llvm/llvm-project/commit/0b0cce8978eefce4b9b4eb1727f1f210a6b2a2d9
  Author: felixh5678 <157516335+felixh5678 at users.noreply.github.com>
  Date:   2024-01-25 (Thu, 25 Jan 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/fmaxf128.h
    A libc/src/math/fminf128.h
    M libc/src/math/generic/CMakeLists.txt
    A libc/src/math/generic/fmaxf128.cpp
    A libc/src/math/generic/fminf128.cpp
    M libc/test/src/math/smoke/CMakeLists.txt
    M libc/test/src/math/smoke/FMaxTest.h
    M libc/test/src/math/smoke/FMinTest.h
    A libc/test/src/math/smoke/fmaxf128_test.cpp
    A libc/test/src/math/smoke/fminf128_test.cpp

  Log Message:
  -----------
  [libc] Add fminf128 and fmaxf128 implementations for Linux x86_64. (#79307)

Co-authored-by: Felix <felix at Dirks-MacBook-Pro.local>




More information about the All-commits mailing list