mailing list of musl libc
 help / color / mirror / code / Atom feed
0dc52b25dfeae3e29c3f43c9cedacc1ccd0af4cf blob 142 bytes (raw)

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

float fmaxf(float x, float y)
{
	__asm__ ("%[x]=sfmax(%[x], %[y])"
                : [x]"+r"(x) : [y]"r"(y));
	return x;
}
debug log:

solving 0dc52b25 ...
found 0dc52b25 in https://inbox.vuxu.org/musl/073501d68d42$4a8c6080$dfa52180$@codeaurora.org/ ||
	https://inbox.vuxu.org/musl/142401d71522$64665b60$2d331220$@codeaurora.org/ ||
	https://inbox.vuxu.org/musl/110801d68c6a$dfe3f950$9fabebf0$@codeaurora.org/ ||
	https://inbox.vuxu.org/musl/078f01d65edc$80e892f0$82b9b8d0$@codeaurora.org/

applying [1/4] https://inbox.vuxu.org/musl/073501d68d42$4a8c6080$dfa52180$@codeaurora.org/
diff --git a/src/math/hexagon/fmaxf.c b/src/math/hexagon/fmaxf.c
new file mode 100644
index 00000000..0dc52b25

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

skipping https://inbox.vuxu.org/musl/142401d71522$64665b60$2d331220$@codeaurora.org/ for 0dc52b25
skipping https://inbox.vuxu.org/musl/110801d68c6a$dfe3f950$9fabebf0$@codeaurora.org/ for 0dc52b25
skipping https://inbox.vuxu.org/musl/078f01d65edc$80e892f0$82b9b8d0$@codeaurora.org/ for 0dc52b25
index at:
100644 0dc52b25dfeae3e29c3f43c9cedacc1ccd0af4cf	src/math/hexagon/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).