summaryrefslogtreecommitdiff
path: root/src/float/DBL_HAS_SUBNORM.h
blob: be0608842fc93ae13f9082765ea565f919b1b47a (plain)
1
2
3
4
5
6
7
8
#define DBL_HAS_SUBNORM                                                     (-1)

/* -1: indeterminable */
/* 0: subnormal numbers not supported */
/* 1: subnormal numbers are supported */
/*
STDC(201112)
*/