[compiler-rt] [builtins] Generate __multc3 for z/OS (PR #77554)

Alexander Richardson via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 9 23:25:28 PST 2024


================
@@ -15,8 +15,6 @@
 #include "int_lib.h"
 #include "int_math.h"
 
-#if defined(CRT_HAS_TF_MODE)
----------------
arichardson wrote:

Is this diff still needed? The macro should be defined with the change to int_types.h. Or is the problem here that int128 is not supported?

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


More information about the llvm-commits mailing list