Skip to content

Commit

Permalink
Adjustments in config to improve floating point calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes committed Aug 30, 2024
1 parent c38b0b1 commit c0f82e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CLR/Helpers/nanoprintf/nanoprintf.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#define NANOPRINTF_USE_LARGE_FORMAT_SPECIFIERS 1
#define NANOPRINTF_USE_BINARY_FORMAT_SPECIFIERS 1
#define NANOPRINTF_USE_WRITEBACK_FORMAT_SPECIFIERS 1
#define NANOPRINTF_CONVERSION_BUFFER_SIZE 48
#define NANOPRINTF_CONVERSION_FLOAT_TYPE uint64_t
// [END_NF_CHANGE]

// clang-format off
Expand Down

0 comments on commit c0f82e3

Please sign in to comment.