mailing list of musl libc
 help / color / mirror / code / Atom feed
d31e8335a276bb18d22ef510995085a77b200add blob 194 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
 
#include <math.h>

#if defined (__HTM__) || __ARCH__ >= 9

long double rintl(long double x)
{
	__asm__ ("fixbr %0, 0, %1" : "=f"(x) : "f"(x));
	return x;
}

#else

#include "../rintl.c"

#endif
debug log:

solving d31e833 ...
found d31e833 in https://inbox.vuxu.org/musl/CAGWvnykYbN-OyJOkn8=eKFvuxAnMXQM01Us9iWOHy6w86_JM8w@mail.gmail.com/
found 4856825 in https://inbox.vuxu.org/musl/CAGWvnykYbN-OyJOkn8=eKFvuxAnMXQM01Us9iWOHy6w86_JM8w@mail.gmail.com/ ||
	https://inbox.vuxu.org/musl/CAGWvnynPNVY6Xgz8+S=wOtQuXFis=4eH1-523d=PvtnRbSGCUg@mail.gmail.com/

applying [1/3] https://inbox.vuxu.org/musl/CAGWvnykYbN-OyJOkn8=eKFvuxAnMXQM01Us9iWOHy6w86_JM8w@mail.gmail.com/
diff --git a/src/math/s390x/rintl.c b/src/math/s390x/rintl.c
new file mode 100644
index 0000000..4856825

Checking patch src/math/s390x/rintl.c...
Applied patch src/math/s390x/rintl.c cleanly.

skipping https://inbox.vuxu.org/musl/CAGWvnynPNVY6Xgz8+S=wOtQuXFis=4eH1-523d=PvtnRbSGCUg@mail.gmail.com/ for 4856825
index at:
100644 485682546d9d41f577a53c60c583f39f08cae5cc	src/math/s390x/rintl.c

applying [2/3] https://inbox.vuxu.org/musl/CAGWvnykYbN-OyJOkn8=eKFvuxAnMXQM01Us9iWOHy6w86_JM8w@mail.gmail.com/
diff --git a/src/math/s390x/rintl.c b/src/math/s390x/rintl.c
index 4856825..d31e833 100644

Checking patch src/math/s390x/rintl.c...
Applied patch src/math/s390x/rintl.c cleanly.

index at:
100644 d31e8335a276bb18d22ef510995085a77b200add	src/math/s390x/rintl.c

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).