mailing list of musl libc
 help / color / mirror / code / Atom feed
7d282f9000927337e4a54c31677ceec1aa75c43f blob 918 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
 
#define FLT_EVAL_METHOD 0

#if __LONG_DOUBLE_128__ && __LDBL_MANT_DIG__ == 113

#define LDBL_TRUE_MIN 6.47517511943802511092443895822764655e-4966L
#define LDBL_MIN 3.36210314311209350626267781732175260e-4932L
#define LDBL_MAX 1.18973149535723176508575932662800702e+4932L
#define LDBL_EPSILON 1.92592994438723585305597794258492732e-34L

#define LDBL_MANT_DIG 113
#define LDBL_MIN_EXP (-16381)
#define LDBL_MAX_EXP 16384

#define LDBL_DIG 33
#define LDBL_MIN_10_EXP (-4931)
#define LDBL_MAX_10_EXP 4932

#define DECIMAL_DIG 36

#else

#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 53
#define LDBL_MIN_EXP (-1021)
#define LDBL_MAX_EXP 1024

#define LDBL_DIG 15
#define LDBL_MIN_10_EXP (-307)
#define LDBL_MAX_10_EXP 308

#define DECIMAL_DIG 17

#endif
debug log:

solving 7d282f90 ...
found 7d282f90 in https://inbox.vuxu.org/musl/20190630193825.65174-1-samuel@sholland.org/
found c4a655e7 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 c4a655e7b58c131274d2d558d3a85b167e14fa04	arch/powerpc64/bits/float.h

applying [1/1] https://inbox.vuxu.org/musl/20190630193825.65174-1-samuel@sholland.org/
diff --git a/arch/powerpc64/bits/float.h b/arch/powerpc64/bits/float.h
index c4a655e7..7d282f90 100644

Checking patch arch/powerpc64/bits/float.h...
Applied patch arch/powerpc64/bits/float.h cleanly.

index at:
100644 7d282f9000927337e4a54c31677ceec1aa75c43f	arch/powerpc64/bits/float.h

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).