[all-commits] [llvm/llvm-project] 930cf1: [libc] Add implementations of ilogb[f|l].
Siva Chandra via All-commits
all-commits at lists.llvm.org
Thu Nov 5 16:28:07 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 930cf1cb9fdb77138dedf5ac4afc2ebfc46d63a3
https://github.com/llvm/llvm-project/commit/930cf1cb9fdb77138dedf5ac4afc2ebfc46d63a3
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2020-11-05 (Thu, 05 Nov 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/ilogb.cpp
A libc/src/math/ilogb.h
A libc/src/math/ilogbf.cpp
A libc/src/math/ilogbf.h
A libc/src/math/ilogbl.cpp
A libc/src/math/ilogbl.h
M libc/test/src/math/CMakeLists.txt
A libc/test/src/math/ILogbTest.h
A libc/test/src/math/ilogb_test.cpp
A libc/test/src/math/ilogbf_test.cpp
A libc/test/src/math/ilogbl_test.cpp
M libc/utils/FPUtil/CMakeLists.txt
M libc/utils/FPUtil/ManipulationFunctions.h
Log Message:
-----------
[libc] Add implementations of ilogb[f|l].
Depends on D90805.
Reviewed By: lntue
Differential Revision: https://reviews.llvm.org/D90806
More information about the All-commits
mailing list