[all-commits] [llvm/llvm-project] 7d853a: [libc][math] Refactor totalorder, totalordermag fa...

Anonmiraj via All-commits all-commits at lists.llvm.org
Fri May 1 21:01:55 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7d853a222664cb53df9b2df46c591127f15f0874
      https://github.com/llvm/llvm-project/commit/7d853a222664cb53df9b2df46c591127f15f0874
  Author: Anonmiraj <ezzibrahimx at gmail.com>
  Date:   2026-05-02 (Sat, 02 May 2026)

  Changed paths:
    M libc/shared/math.h
    A libc/shared/math/totalorder.h
    A libc/shared/math/totalorderbf16.h
    A libc/shared/math/totalorderf.h
    A libc/shared/math/totalorderf128.h
    A libc/shared/math/totalorderf16.h
    A libc/shared/math/totalorderl.h
    A libc/shared/math/totalordermag.h
    A libc/shared/math/totalordermagbf16.h
    A libc/shared/math/totalordermagf.h
    A libc/shared/math/totalordermagf128.h
    A libc/shared/math/totalordermagf16.h
    A libc/shared/math/totalordermagl.h
    M libc/src/__support/FPUtil/BasicOperations.h
    M libc/src/__support/math/CMakeLists.txt
    A libc/src/__support/math/totalorder.h
    A libc/src/__support/math/totalorderbf16.h
    A libc/src/__support/math/totalorderf.h
    A libc/src/__support/math/totalorderf128.h
    A libc/src/__support/math/totalorderf16.h
    A libc/src/__support/math/totalorderl.h
    A libc/src/__support/math/totalordermag.h
    A libc/src/__support/math/totalordermagbf16.h
    A libc/src/__support/math/totalordermagf.h
    A libc/src/__support/math/totalordermagf128.h
    A libc/src/__support/math/totalordermagf16.h
    A libc/src/__support/math/totalordermagl.h
    M libc/src/math/generic/CMakeLists.txt
    M libc/src/math/generic/totalorder.cpp
    M libc/src/math/generic/totalorderbf16.cpp
    M libc/src/math/generic/totalorderf.cpp
    M libc/src/math/generic/totalorderf128.cpp
    M libc/src/math/generic/totalorderf16.cpp
    M libc/src/math/generic/totalorderl.cpp
    M libc/src/math/generic/totalordermag.cpp
    M libc/src/math/generic/totalordermagbf16.cpp
    M libc/src/math/generic/totalordermagf.cpp
    M libc/src/math/generic/totalordermagf128.cpp
    M libc/src/math/generic/totalordermagf16.cpp
    M libc/src/math/generic/totalordermagl.cpp
    M libc/test/shared/CMakeLists.txt
    M libc/test/shared/shared_math_constexpr_test.cpp
    M libc/test/shared/shared_math_test.cpp
    M utils/bazel/llvm-project-overlay/libc/BUILD.bazel

  Log Message:
  -----------
  [libc][math] Refactor totalorder, totalordermag family to header-only (#195399)

Refactors the totalorder, totalordermag math family to be header-only.

part of: #147386

Target Functions:
  - totalorder
  - totalorderbf16
  - totalorderf
  - totalorderf128
  - totalorderf16
  - totalorderl
  - totalordermag
  - totalordermagbf16
  - totalordermagf
  - totalordermagf128
  - totalordermagf16
  - totalordermagl

---------

Co-authored-by: bassiounix <muhammad.m.bassiouni at gmail.com>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list