diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-11-09 18:42:16 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-11-09 18:42:16 -0500 |
| commit | 1d461611bac782c272d0e082d5da74b4fe353ae6 (patch) | |
| tree | 0b1687a3edb507835f9aa3b7666fd590975b73ff /src/stdlib/float64.c | |
| parent | 78fd9141bb7dfcf817158a7a4d098e0e4b3d515b (diff) | |
Rename Num -> Float64, Num32 -> Float32
Diffstat (limited to 'src/stdlib/float64.c')
| -rw-r--r-- | src/stdlib/float64.c | 4 |
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" |
