[compiler-rt] [builtins] Convert more int to fp functions to use common implementation (PR #67540)
Alexander Richardson via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 23 16:50:35 PDT 2023
================
@@ -16,6 +16,10 @@
#include "fp_lib.h"
#include "int_lib.h"
+#define SRC_U128
----------------
arichardson wrote:
I think one way to fix the solaris error would be to lift
`#if defined(CRT_HAS_TF_MODE)` before this include since it also requires __int128.
https://github.com/llvm/llvm-project/pull/67540
More information about the llvm-commits
mailing list