[compiler-rt] [builtins] Convert more int to fp functions to use common implementation (PR #67540)
Rainer Orth via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 24 06:24:48 PDT 2023
================
@@ -16,6 +16,10 @@
#include "fp_lib.h"
#include "int_lib.h"
+#define SRC_U128
----------------
rorth wrote:
This works indeed. `floattitf.c` needs the same patch. It's unfortunate, however, that `int_to_fp.h`isn't more robust, unconditionally using types whose existance isn't guaranteed everywhere.
https://github.com/llvm/llvm-project/pull/67540
More information about the llvm-commits
mailing list