This commit is contained in:
ty
2025-04-24 18:20:55 +08:00
committed by wuxianfu
parent cef0644af5
commit ccd0c1b26c
11 changed files with 84 additions and 31 deletions

View File

@@ -59,7 +59,6 @@
#define _STDC_PREDEF_H 1
#define __cpp_nsdmi 200809L
#define __linux 1
#define __OPTIMIZE__ 1
#define __CHAR_UNSIGNED__ 1
#define __UINT32_MAX__ 0xffffffffU
#define __DBL_DENORM_MIN__ double(4.94065645841246544176568792868221372e-324L)
@@ -77,7 +76,6 @@
#define __WCHAR_MIN__ 0U
#define __INT64_C(c) c ## L
#define __GCC_ATOMIC_POINTER_LOCK_FREE 2
#define _FORTIFY_SOURCE 2
#define __SIZEOF_INT__ 4
#define __INT_FAST64_WIDTH__ 64
#define __PRAGMA_REDEFINE_EXTNAME 1
@@ -194,6 +192,7 @@
#define __INTMAX_WIDTH__ 64
#define __LDBL_HAS_INFINITY__ 1
#define __FLT_DIG__ 6
#define __NO_INLINE__ 1
#define __DEC_EVAL_METHOD__ 2
#define __FLT_MANT_DIG__ 24
#define __FLT16_MIN_10_EXP__ (-4)