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

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

float fabs(float x)
{
	__asm__ ("fabs" : "+t"(x));
	return x;
}
debug log:

solving d07be321 ...
found d07be321 in https://inbox.vuxu.org/musl/20200106084030.5259-1-amonakov@ispras.ru/

applying [1/1] https://inbox.vuxu.org/musl/20200106084030.5259-1-amonakov@ispras.ru/
diff --git a/src/math/i386/fabsf.c b/src/math/i386/fabsf.c
new file mode 100644
index 00000000..d07be321

Checking patch src/math/i386/fabsf.c...
Applied patch src/math/i386/fabsf.c cleanly.

index at:
100644 d07be321b453f27109abb7902c6905b77a07f155	src/math/i386/fabsf.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).