[compiler-rt] [builtins] Avoid using long double in FreeBSD standalone environment (PR #76175)

Alexander Richardson via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 2 09:29:37 PST 2024


================
@@ -139,7 +139,6 @@ typedef union {
   udwords u;
   double f;
 } double_bits;
-#endif
 
 typedef struct {
----------------
arichardson wrote:

Is this struct not needed outside of the no-fp case?

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


More information about the llvm-commits mailing list