diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 3 insertions, 10 deletions
@@ -13,16 +13,9 @@ Only core features of C99 were used: - long long; - restrict keyword; -# Compile flags +# Compilation. -``` -# clang gcc --std=c99 -lm -ffast-math - -# cl (i guess right now) - -/std:c99 /fp:fast -``` +Check [USAGE.md](USAGE.md). # Ungrateful @@ -45,7 +38,7 @@ Todo: - Random; - Noises; - Compression; -- Wide strings, u16/u32; +- Wide strings (internal); - Sorting; - Memory debugging; |