mailing list of musl libc
 help / color / mirror / code / Atom feed
0caed666697c81f34218b9d4d6a0f164b6f08ade blob 439 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
 
#define FE_INEXACT    0x010000
#define FE_UNDERFLOW  0x020000
#define FE_OVERFLOW   0x040000
#define FE_DIVBYZERO  0x080000
#define FE_INVALID    0x100000

#define FE_ALL_EXCEPT 0x1F0000

#define FE_TONEAREST  0x000
#define FE_TOWARDZERO 0x100
#define FE_UPWARD     0x200
#define FE_DOWNWARD   0x300

typedef unsigned fexcept_t;

typedef struct {
	unsigned int __cw;
} fenv_t;

#define FE_DFL_ENV ((const fenv_t *) -1)
debug log:

solving 99e916e1 ...
found 99e916e1 in https://inbox.vuxu.org/musl/4cb6e3a.2f0.18b0d3f81eb.Coremail.huajingyun@loongson.cn/ ||
	https://inbox.vuxu.org/musl/3838b2d6-8330-33b5-fd87-8af3404a29dc@loongson.cn/ ||
	https://inbox.vuxu.org/musl/20240125174353.GW22081@brightrain.aerifal.cx/ ||
	https://inbox.vuxu.org/musl/a5e11238-0da1-7ce2-c61b-11980a430f1d@loongson.cn/ ||
	https://inbox.vuxu.org/musl/fde95bef-50c7-8723-3905-df834723b0cc@loongson.cn/ ||
	https://inbox.vuxu.org/musl/7aad7a07-9762-3d62-a8c2-4cdf860a7dcb@loongson.cn/

applying [1/6] https://inbox.vuxu.org/musl/4cb6e3a.2f0.18b0d3f81eb.Coremail.huajingyun@loongson.cn/
diff --git a/arch/loongarch64/bits/fenv.h b/arch/loongarch64/bits/fenv.h\r
new file mode 100644\r
index 00000000..99e916e1\r

1:7: trailing whitespace.
#define FE_INEXACT    0x010000\r
1:8: trailing whitespace.
#define FE_UNDERFLOW  0x020000\r
1:9: trailing whitespace.
#define FE_OVERFLOW   0x040000\r
1:10: trailing whitespace.
#define FE_DIVBYZERO  0x080000\r
1:11: trailing whitespace.
#define FE_INVALID    0x100000\r
Checking patch arch/loongarch64/bits/fenv.h...
Applied patch arch/loongarch64/bits/fenv.h cleanly.
warning: squelched 15 whitespace errors
warning: 20 lines add whitespace errors.

skipping https://inbox.vuxu.org/musl/3838b2d6-8330-33b5-fd87-8af3404a29dc@loongson.cn/ for 99e916e1
skipping https://inbox.vuxu.org/musl/20240125174353.GW22081@brightrain.aerifal.cx/ for 99e916e1
skipping https://inbox.vuxu.org/musl/a5e11238-0da1-7ce2-c61b-11980a430f1d@loongson.cn/ for 99e916e1
skipping https://inbox.vuxu.org/musl/fde95bef-50c7-8723-3905-df834723b0cc@loongson.cn/ for 99e916e1
skipping https://inbox.vuxu.org/musl/7aad7a07-9762-3d62-a8c2-4cdf860a7dcb@loongson.cn/ for 99e916e1
index at:
100644 0caed666697c81f34218b9d4d6a0f164b6f08ade	arch/loongarch64/bits/fenv.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).