mailing list of musl libc
 help / color / mirror / code / Atom feed
43ea2c2c2c8e238b38788aa7bea1a62e4167c4aa blob 188 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

float roundf(float x)
{
	__asm__ ("fiebra %0, 1, %1, 4" : "=f"(x) : "f"(x));
	return x;
}

#else

#include "../roundf.c"

#endif
debug log:

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

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

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

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

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

index at:
100644 43ea2c2c2c8e238b38788aa7bea1a62e4167c4aa	src/math/s390x/roundf.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).