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

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