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

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

float fmaxf(float x, float y)
{
	__asm__ ("xsmaxdp %x0, %x1, %x2" : "=ww"(x) : "ww"(x), "ww"(y));
	return x;
}
debug log:

solving f2dbd4b ...
found f2dbd4b 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/fmaxf.c b/src/math/powerpc64/fmaxf.c
new file mode 100644
index 0000000..f2dbd4b

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

index at:
100644 f2dbd4ba633148a5c307af7ac6cb1a65a86814ae	src/math/powerpc64/fmaxf.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).