[compiler-rt] [compiler-rt] Implement __extendxftf2 and __trunctfxf2 for x86_64 (PR #66918)

Alexander Richardson via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 3 14:47:02 PDT 2023


================
@@ -37,71 +37,78 @@
 
 #include "fp_extend.h"
 
+#include <stdio.h>
----------------
arichardson wrote:

Is this include actually required or left over from debugging?

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


More information about the llvm-commits mailing list