From c9f5da1d19e6ace5d6a7c650fe996f359e11d1a5 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Mon, 8 Jun 2026 10:24:03 +1000 Subject: docs(headers): Clean up comments across public headers --- include/tinyff/math/core.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/tinyff/math') diff --git a/include/tinyff/math/core.h b/include/tinyff/math/core.h index 1db7a40..946cbe7 100644 --- a/include/tinyff/math/core.h +++ b/include/tinyff/math/core.h @@ -1,9 +1,7 @@ #ifndef FF_MATH_H #define FF_MATH_H -// NOTE: I'm not going to use macros until I feel like my trash code -// might actually be used in prod. For now im using my beloved -// static inline functions. Oh god dennis richie, i love you so bad <3 +// Static inline functions for type safety over macros -- cgit v1.2.3