aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/float64.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/float64.c')
-rw-r--r--src/stdlib/float64.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stdlib/float64.c b/src/stdlib/float64.c
new file mode 100644
index 00000000..e41c01f5
--- /dev/null
+++ b/src/stdlib/float64.c
@@ -0,0 +1,4 @@
+// Type infos and methods for Float64 (64-bit floating point) using a template file
+
+#define FLOATX_C_H__BITS 64
+#include "floatX.c.h"