From 700fbd205a1a428677876d322606b9a354221892 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 15:47:08 -0400 Subject: add skeleton of things from C11 --- src/float/FLT_HAS_SUBNORM.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/float/FLT_HAS_SUBNORM.c (limited to 'src/float/FLT_HAS_SUBNORM.c') diff --git a/src/float/FLT_HAS_SUBNORM.c b/src/float/FLT_HAS_SUBNORM.c new file mode 100644 index 00000000..e68672e1 --- /dev/null +++ b/src/float/FLT_HAS_SUBNORM.c @@ -0,0 +1,8 @@ +#define FLT_HAS_SUBNORM (-1) + +/* -1: indeterminable */ +/* 0: subnormal numbers not supported */ +/* 1: subnormal numbers are supported */ +/* +STDC(201112) +*/ -- cgit v1.2.1