summaryrefslogtreecommitdiff
path: root/lib/libc/arch/hppa/gen/nan.c
blob: aa2200eac9d40971ed5339adf968c42783bcec46 (plain)
1
2
3
4
5
6
7
8
9
/*	$OpenBSD: nan.c,v 1.1 2008/07/24 09:31:06 martynas Exp $	*/

/* Written by Martynas Venckus.  Public Domain. */

#include <math.h>

/* bytes for qNaN on a hppa (IEEE single format) */
char __nan[] __attribute__((__aligned__(sizeof(float)))) =
					{ 0x7f, 0xa0, 0, 0 };