mailing list of musl libc
 help / color / mirror / code / Atom feed
59d2135001ca33e1de10875ca05b361cf455a3ae blob 105 bytes (raw)

1
2
3
4
5
6
 
#include "libm.h"

double __math_divzero(uint32_t sign)
{
	return fp_barrier(sign ? -1.0 : 1.0) / 0.0;
}
debug log:

solving 59d21350 ...
found 59d21350 in https://git.vuxu.org/mirror/musl/

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).