diff options
| author | David Schultz <das@FreeBSD.org> | 2007-01-03 05:00:03 +0000 |
|---|---|---|
| committer | David Schultz <das@FreeBSD.org> | 2007-01-03 05:00:03 +0000 |
| commit | 266cb5ad57633806f4f7c2e88b185770cb9a3628 (patch) | |
| tree | a2767fe5e0c5b129e7e99506a3c74760a874e46a /lib/libc/amd64 | |
| parent | 273147031fe41d5f1269b2c5903d97dba9178d38 (diff) | |
Notes
Diffstat (limited to 'lib/libc/amd64')
| -rw-r--r-- | lib/libc/amd64/gd_qnan.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/libc/amd64/gd_qnan.h b/lib/libc/amd64/gd_qnan.h new file mode 100644 index 000000000000..17b439f131cc --- /dev/null +++ b/lib/libc/amd64/gd_qnan.h @@ -0,0 +1,21 @@ +/* + * MD header for contrib/gdtoa + * + * This file can be generated by compiling and running contrib/gdtoa/qnan.c + * on the target architecture after arith.h has been generated. + * + * $FreeBSD$ + */ + +#define f_QNAN 0xffc00000 +#define d_QNAN0 0x0 +#define d_QNAN1 0xfff80000 +#define ld_QNAN0 0x0 +#define ld_QNAN1 0xc0000000 +#define ld_QNAN2 0xffff +#define ld_QNAN3 0x0 +#define ldus_QNAN0 0x0 +#define ldus_QNAN1 0x0 +#define ldus_QNAN2 0x0 +#define ldus_QNAN3 0xc000 +#define ldus_QNAN4 0xffff |
