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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
#include "libm.h"

#ifdef LONG_DOUBLE_IS_BINARY64
long double cabsl(long double complex z)
{
	return cabs(z);
}
#else
long double cabsl(long double complex z)
{
	return hypotl(creall(z), cimagl(z));
}
#endif
debug log:

solving fd1e967 ...
found fd1e967 in https://inbox.vuxu.org/musl/1457404695-17281-1-git-send-email-masanori.ogino@gmail.com/
found 40a067c in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 40a067c1c59f182d7d96957a3286e4dace5e5449	src/complex/cabsl.c

applying [1/1] https://inbox.vuxu.org/musl/1457404695-17281-1-git-send-email-masanori.ogino@gmail.com/
diff --git a/src/complex/cabsl.c b/src/complex/cabsl.c
index 40a067c..fd1e967 100644

Checking patch src/complex/cabsl.c...
Applied patch src/complex/cabsl.c cleanly.

index at:
100644 fd1e96797fc7fbcf93d8073e00b0bbeff1d7391b	src/complex/cabsl.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).