From c4585d7cfd92a295e17500a0d3ddfedf95d92cdd Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 20 Oct 2025 00:36:29 -0400 Subject: Deduplicate Num code using the same templating technique as integers --- src/stdlib/num32.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/stdlib/num32.c (limited to 'src/stdlib/num32.c') diff --git a/src/stdlib/num32.c b/src/stdlib/num32.c new file mode 100644 index 00000000..6d505f37 --- /dev/null +++ b/src/stdlib/num32.c @@ -0,0 +1,4 @@ +// Type infos and methods for Num32 (32-bit floating point) using a template file + +#define NUMX_C_H__BITS 32 +#include "numX.c.h" -- cgit v1.2.3