comparison src/m/alpha.h @ 88123:375f2633d815

New directory
author Kenichi Handa <handa@m17n.org>
date Mon, 08 Sep 2003 11:56:09 +0000
parents 695cf19ef79e
children 68c22ea6027c
comparison
equal deleted inserted replaced
52428:27bc8b966642 88123:375f2633d815
147 /* Many Alpha implementations (e.g. gas 2.8) can't handle DBL_MIN: 147 /* Many Alpha implementations (e.g. gas 2.8) can't handle DBL_MIN:
148 they generate code that uses a signaling NaN instead of DBL_MIN. 148 they generate code that uses a signaling NaN instead of DBL_MIN.
149 Define DBL_MIN_REPLACEMENT to be the next value larger than DBL_MIN: 149 Define DBL_MIN_REPLACEMENT to be the next value larger than DBL_MIN:
150 this avoids the assembler bug. */ 150 this avoids the assembler bug. */
151 #define DBL_MIN_REPLACEMENT 2.2250738585072019e-308 151 #define DBL_MIN_REPLACEMENT 2.2250738585072019e-308
152
153 /* arch-tag: 978cb578-1e25-4a60-819b-adae0972aa78
154 (do not change this comment) */