- Refactored fennec::format to use to_chars for ints. floats TODO but will also use to_chars.

This commit is contained in:
2025-12-06 02:19:52 -05:00
parent a2abb58705
commit 9645856554
10 changed files with 378 additions and 112 deletions

View File

@@ -27,4 +27,5 @@ fennec_add_definitions(
FENNEC_COMPILER_GCC=1
FENNEC_NO_INLINE=[[gnu::noinline]]
FENNEC_FUNCTION_NAME=__PRETTY_FUNCTION__
RYU_ONLY_64_BIT_OPS
)