[all-commits] [llvm/llvm-project] 814627: [libc][math] Refactor fmin family to header-only (...
Anonmiraj via All-commits
all-commits at lists.llvm.org
Mon Apr 27 23:29:06 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 81462759088828bf095c779dce2af7c4ce7b6d8b
https://github.com/llvm/llvm-project/commit/81462759088828bf095c779dce2af7c4ce7b6d8b
Author: Anonmiraj <ezzibrahimx at gmail.com>
Date: 2026-04-28 (Tue, 28 Apr 2026)
Changed paths:
M libc/shared/math.h
A libc/shared/math/fmin.h
A libc/shared/math/fminbf16.h
A libc/shared/math/fminf.h
A libc/shared/math/fminf128.h
A libc/shared/math/fminf16.h
A libc/shared/math/fminl.h
M libc/src/__support/FPUtil/BasicOperations.h
M libc/src/__support/math/CMakeLists.txt
A libc/src/__support/math/fmin.h
A libc/src/__support/math/fminbf16.h
A libc/src/__support/math/fminf.h
A libc/src/__support/math/fminf128.h
A libc/src/__support/math/fminf16.h
A libc/src/__support/math/fminl.h
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/fmin.cpp
M libc/src/math/generic/fminbf16.cpp
M libc/src/math/generic/fminf.cpp
M libc/src/math/generic/fminf128.cpp
M libc/src/math/generic/fminf16.cpp
M libc/src/math/generic/fminl.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 fmin family to header-only (#194549)
Refactors the fmin math family to be header-only.
part of: #147386
Target Functions:
- fmin
- fminbf16
- fminf
- fminf128
- fminf16
- fminl
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