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

Shourya Goel via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 25 22:21:55 PDT 2024


================
@@ -9,10 +9,13 @@
 #ifndef LLVM_LIBC_SRC___SUPPORT_FPUTIL_BASICOPERATIONS_H
 #define LLVM_LIBC_SRC___SUPPORT_FPUTIL_BASICOPERATIONS_H
 
+#include "FEnvImpl.h"
 #include "FPBits.h"
 
 #include "src/__support/CPP/type_traits.h"
+#include "src/__support/UInt128.h"
 #include "src/__support/common.h"
+#include "src/__support/macros/optimization.h" // LIBC_UNLIKELY
----------------
Sh0g0-1758 wrote:

done. 

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


More information about the llvm-commits mailing list