From ed1cab483e49e29396178a33dea51773aa770855 Mon Sep 17 00:00:00 2001 From: bonmas14 Date: Mon, 4 Aug 2025 13:33:47 +0000 Subject: Math, not tested --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index a4d8a6e..728a637 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,26 @@ Only core features of C99 were used: - long long; - restrict keyword; +# Compile flags + +``` +# clang gcc +-std=c99 -lm -ffast-math + +# cl (i guess right now) + +/std:c99 /fp:fast +``` + # Ungrateful +Note: we need to manipulate register of SSE so we disable subnormals (Flush to zero). + Types, Strings, basic memory allocators (platform specific), and so on. Features: + Memory allocation; + Strings; -- easing; ++ easing; - splines (qubic); - vecs/ivec; - matrix; -- cgit v1.2.3-70-g09d2