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