mirror of
https://github.com/fluencelabs/musl
synced 2025-04-25 07:12:15 +00:00
This change enables all of the .c sources in musl be built with the clang -target wasm32-unknown-unknown-wasm
17 lines
406 B
C
17 lines
406 B
C
#define FLT_EVAL_METHOD 0
|
|
|
|
#define LDBL_TRUE_MIN 4.94065645841246544177e-324L
|
|
#define LDBL_MIN 2.22507385850720138309e-308L
|
|
#define LDBL_MAX 1.79769313486231570815e+308L
|
|
#define LDBL_EPSILON 2.22044604925031308085e-16L
|
|
|
|
#define LDBL_MANT_DIG 64
|
|
#define LDBL_MIN_EXP (-16381)
|
|
#define LDBL_MAX_EXP 16384
|
|
|
|
#define LDBL_DIG 15
|
|
#define LDBL_MIN_10_EXP (-307)
|
|
#define LDBL_MAX_10_EXP 308
|
|
|
|
#define DECIMAL_DIG 17
|