NetBSD/lib/libc/arch/arm26/gen/nanf.c

14 lines
363 B
C

/* $NetBSD: nanf.c,v 1.1 2000/05/09 21:55:49 bjh21 Exp $ */
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD: nanf.c,v 1.1 2000/05/09 21:55:49 bjh21 Exp $");
#endif /* not lint */
/* nanf.c */
#include <math.h>
/* bytes for quiet NaN on an arm32 (IEEE single precision) */
const char __nanf[] __attribute__((__aligned__(4))) = { 0, 0, (char)0xc0, 0x7f };