[libc-commits] [libc] [libc][math] Extend iscanonical macro to _Float16 and float128 (PR #204981)
via libc-commits
libc-commits at lists.llvm.org
Wed Jun 24 14:02:42 PDT 2026
================
@@ -9,6 +9,7 @@
#ifndef LLVM_LIBC_MACROS_MATH_FUNCTION_MACROS_H
#define LLVM_LIBC_MACROS_MATH_FUNCTION_MACROS_H
+#include "float16-macros.h" // LIBC_TYPES_HAS_FLOAT16, LIBC_TYPES_HAS_FLOAT128
----------------
lntue wrote:
Also update the dependency in CMakeLists.txt
https://github.com/llvm/llvm-project/pull/204981
More information about the libc-commits
mailing list