diff options
Diffstat (limited to 'contrib/llvm-project/compiler-rt/lib/builtins/floatditf.c')
-rw-r--r-- | contrib/llvm-project/compiler-rt/lib/builtins/floatditf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/compiler-rt/lib/builtins/floatditf.c b/contrib/llvm-project/compiler-rt/lib/builtins/floatditf.c index 9b07b65825b8..c6e326a1923a 100644 --- a/contrib/llvm-project/compiler-rt/lib/builtins/floatditf.c +++ b/contrib/llvm-project/compiler-rt/lib/builtins/floatditf.c @@ -15,7 +15,7 @@ #define QUAD_PRECISION #include "fp_lib.h" -#if defined(CRT_HAS_128BIT) && defined(CRT_LDBL_128BIT) +#if defined(CRT_HAS_TF_MODE) COMPILER_RT_ABI fp_t __floatditf(di_int a) { const int aWidth = sizeof a * CHAR_BIT; |