diff options
Diffstat (limited to 'src/float/FLT_HAS_SUBNORM.h')
-rw-r--r-- | src/float/FLT_HAS_SUBNORM.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/float/FLT_HAS_SUBNORM.h b/src/float/FLT_HAS_SUBNORM.h new file mode 100644 index 00000000..e68672e1 --- /dev/null +++ b/src/float/FLT_HAS_SUBNORM.h @@ -0,0 +1,8 @@ +#define FLT_HAS_SUBNORM (-1) + +/* -1: indeterminable */ +/* 0: subnormal numbers not supported */ +/* 1: subnormal numbers are supported */ +/* +STDC(201112) +*/ |