[libc-commits] [libc] [libc][math][c23] Add {frexp, ilogb, ldexp, llogb, logb, modf}f16 C23 math functions (PR #94758)

via libc-commits libc-commits at lists.llvm.org
Fri Jun 7 07:27:39 PDT 2024


================
@@ -9,7 +9,7 @@
 #ifndef LLVM_LIBC_TEST_SRC_MATH_ILOGBTEST_H
 #define LLVM_LIBC_TEST_SRC_MATH_ILOGBTEST_H
 
-#include "src/__support/CPP/limits.h" // INT_MAX
----------------
overmighty wrote:

Was unused. I did similar cleanups in test templates that I edited in previous PRs, but I don't think I ever left a comment explaining it.

https://github.com/llvm/llvm-project/pull/94758


More information about the libc-commits mailing list