From 1d461611bac782c272d0e082d5da74b4fe353ae6 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 9 Nov 2025 18:42:16 -0500 Subject: Rename Num -> Float64, Num32 -> Float32 --- src/stdlib/float32.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/stdlib/float32.c (limited to 'src/stdlib/float32.c') 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" -- cgit v1.2.3