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

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