summaryrefslogtreecommitdiff
path: root/include/tinyff/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tinyff/common.h')
-rw-r--r--include/tinyff/common.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/tinyff/common.h b/include/tinyff/common.h
index 678bda9..838caa3 100644
--- a/include/tinyff/common.h
+++ b/include/tinyff/common.h
@@ -64,10 +64,4 @@ typedef struct {
ff_ctx* ff_init(ff_allocator* allocator);
void ff_cleanup(ff_ctx* ctx);
-
-// Small math functions
-// TODO: Implement a full math library for tinyff
-
-#define FF_ABS(a) (((a) < 0) ? -(a) : (a))
-
#endif \ No newline at end of file