This fixes libsa including compiler-rt builtins.

PR:		276104
MFC after:	1 month
This commit is contained in:
Dimitry Andric 2023-12-21 23:30:02 +01:00
parent 5f757f3ff9
commit 3d68ee6cbd

View file

@ -139,7 +139,6 @@ typedef union {
udwords u;
double f;
} double_bits;
#endif
typedef struct {
#if _YUGA_LITTLE_ENDIAN
@ -220,7 +219,6 @@ typedef union {
#define CRT_HAS_TF_MODE
#endif
#if CRT_HAS_FLOATING_POINT
#if __STDC_VERSION__ >= 199901L
typedef float _Complex Fcomplex;
typedef double _Complex Dcomplex;