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

Dimitry Andric via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 2 10:16:33 PST 2024


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

No, `uqwords` is only used in the subsequent declarations of the `xf_bits` union (for 80 bit long doubles) and the `tf_bits` union (for 128 bit quads).  (This is not the case for the earlier `udwords`, btw)


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


More information about the llvm-commits mailing list