mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -04:00
Tentatively apply https://github.com/llvm/llvm-project/pull/76175
This fixes libsa including compiler-rt builtins. PR: 276104 MFC after: 1 month
This commit is contained in:
parent
5f757f3ff9
commit
3d68ee6cbd
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue