diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2023-12-21 22:30:02 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2024-04-06 20:12:49 +0000 |
commit | 3d68ee6cbdb244de9fab1df8a2525d2fa592571e (patch) | |
tree | 01e0660321ecbbbfe2d1f2c73c216b0de7438085 /contrib | |
parent | 5f757f3ff9144b609b3c433dfd370cc6bdc191ad (diff) |
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/llvm-project/compiler-rt/lib/builtins/int_types.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/llvm-project/compiler-rt/lib/builtins/int_types.h b/contrib/llvm-project/compiler-rt/lib/builtins/int_types.h index 18bf0a7f3bf9..0d4ed224fa72 100644 --- a/contrib/llvm-project/compiler-rt/lib/builtins/int_types.h +++ b/contrib/llvm-project/compiler-rt/lib/builtins/int_types.h @@ -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; |