[libc-commits] [libc] [libc][math][c23] Implement canonicalize functions (PR #85940)

Shourya Goel via libc-commits libc-commits at lists.llvm.org
Sun Mar 24 09:40:28 PDT 2024


================
@@ -82,8 +82,11 @@ add_header_library(
     BasicOperations.h
   DEPENDS
     .fp_bits
+    .fenv_impl
     libc.src.__support.CPP.type_traits
+    libc.src.__support.uint128
     libc.src.__support.common
+    libc.src.__support.macros.optimization.h
----------------
Sh0g0-1758 wrote:

Ah so that was it. I was wondering the same thing since morning when I took a look at the buildkite pre-submit check. Thanks for pointing it out. 

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


More information about the libc-commits mailing list