[libc-commits] [libc] [libc][math] Implement fpclassify macro. (PR #109519)

via libc-commits libc-commits at lists.llvm.org
Sat Sep 21 08:08:24 PDT 2024


================
@@ -9,10 +9,14 @@
 #ifndef LLVM_LIBC_MACROS_MATH_FUNCTION_MACROS_H
 #define LLVM_LIBC_MACROS_MATH_FUNCTION_MACROS_H
 
+#include "math-macros.h"
----------------
lntue wrote:

Can you also update the dependency in `CMakeLists.txt`?

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


More information about the libc-commits mailing list