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

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

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

solving aeb20ae0 ...
found aeb20ae0 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/fminf.c b/src/math/hexagon/fminf.c
new file mode 100644
index 00000000..aeb20ae0

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

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