mailing list of musl libc
 help / color / mirror / code / Atom feed
abafa08cb83f2c0c925f559071186ab3ed86fa5d blob 198 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 ceill(long double x)
{
	__asm__ ("fixbra %0, 6, %1, 4" : "=f"(x) : "f"(x));
	return x;
}

#else

#include "../ceill.c"

#endif
debug log:

solving abafa08 ...
found abafa08 in https://inbox.vuxu.org/musl/CAGWvnykYbN-OyJOkn8=eKFvuxAnMXQM01Us9iWOHy6w86_JM8w@mail.gmail.com/
found 2ee4a5b 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/ceill.c b/src/math/s390x/ceill.c
new file mode 100644
index 0000000..2ee4a5b

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

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

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

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

index at:
100644 abafa08cb83f2c0c925f559071186ab3ed86fa5d	src/math/s390x/ceill.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).