[all-commits] [llvm/llvm-project] 7ce32f: Add implementations for fmin, fminf, and fminl. T...
lntue via All-commits
all-commits at lists.llvm.org
Tue Jul 21 14:28:00 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7ce32f87f96224445a1a54acbfab924b6251d485
https://github.com/llvm/llvm-project/commit/7ce32f87f96224445a1a54acbfab924b6251d485
Author: Tue Ly <lntue at google.com>
Date: 2020-07-21 (Tue, 21 Jul 2020)
Changed paths:
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/api.td
M libc/config/linux/x86_64/entrypoints.txt
M libc/spec/stdc.td
M libc/src/math/CMakeLists.txt
A libc/src/math/fmin.cpp
A libc/src/math/fmin.h
A libc/src/math/fminf.cpp
A libc/src/math/fminf.h
A libc/src/math/fminl.cpp
A libc/src/math/fminl.h
M libc/test/src/math/CMakeLists.txt
A libc/test/src/math/fmin_test.cpp
A libc/test/src/math/fminf_test.cpp
A libc/test/src/math/fminl_test.cpp
M libc/utils/FPUtil/BasicOperations.h
M libc/utils/FPUtil/CMakeLists.txt
Log Message:
-----------
Add implementations for fmin, fminf, and fminl. Testing infrastructure update is splitted to https://reviews.llvm.org/D83931.
More information about the All-commits
mailing list