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/num64.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/stdlib/num64.c (limited to 'src/stdlib/num64.c') diff --git a/src/stdlib/num64.c b/src/stdlib/num64.c new file mode 100644 index 00000000..7fdc8f35 --- /dev/null +++ b/src/stdlib/num64.c @@ -0,0 +1,4 @@ +// Type infos and methods for Num (64-bit floating point) using a template file + +#define NUMX_C_H__BITS 64 +#include "numX.c.h" -- cgit v1.2.3