Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alfredo Di Napoli
GHC
Commits
f48f5a96
Commit
f48f5a96
authored
Dec 03, 1998
by
simonm
Browse files
[project @ 1998-12-03 15:14:08 by simonm]
bring in correct version
parent
b756483d
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/includes/ieee-flpt.h
View file @
f48f5a96
...
...
@@ -14,11 +14,7 @@
#endif
/* Minimum int x such that FLT_RADIX**(x-1) is a normalised float */
#ifndef FLT_MIN_EXP
# ifdef __GLASGOW_HASKELL__
# define FLT_MIN_EXP (negate 125)
# else
# define FLT_MIN_EXP (-125)
# endif
#endif
/* Maximum int x such that FLT_RADIX**(x-1) is a representable float */
#ifndef FLT_MAX_EXP
...
...
@@ -31,11 +27,7 @@
#endif
/* Minimum int x such that FLT_RADIX**(x-1) is a normalised double */
#ifndef DBL_MIN_EXP
# ifdef __GLASGOW_HASKELL__
# define DBL_MIN_EXP (negate 1021)
# else
# define DBL_MIN_EXP (-1021)
# endif
#endif
/* Maximum int x such that FLT_RADIX**(x-1) is a representable double */
#ifndef DBL_MAX_EXP
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment