mailing list of musl libc
 help / color / mirror / code / Atom feed
97d69c79ef5563c82c5ea50f2e02b8045e882bce blob 100 bytes (raw)

1
2
3
4
5
6
7
 
#include <math.h>

float ceilf(float x)
{
	__asm__ ("frip %0, %1" : "=f"(x) : "f"(x));
	return x;
}
debug log:

solving 97d69c7 ...
found 97d69c7 in https://inbox.vuxu.org/musl/CAGWvnymr=J9hFw2CLi6MKAMwWdYbQEjz+oQJ1MrexAaygPoSNA@mail.gmail.com/

applying [1/1] https://inbox.vuxu.org/musl/CAGWvnymr=J9hFw2CLi6MKAMwWdYbQEjz+oQJ1MrexAaygPoSNA@mail.gmail.com/
diff --git a/src/math/powerpc64/ceilf.c b/src/math/powerpc64/ceilf.c
new file mode 100644
index 0000000..97d69c7

Checking patch src/math/powerpc64/ceilf.c...
Applied patch src/math/powerpc64/ceilf.c cleanly.

index at:
100644 97d69c79ef5563c82c5ea50f2e02b8045e882bce	src/math/powerpc64/ceilf.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).