added compilation flags to the bench ip.

This commit is contained in:
IRainman 2025-12-30 01:56:56 +03:00
parent f9bac93deb
commit 49106981a3

View File

@ -1,3 +1,9 @@
// #define FASTFLOAT_ONLY_POSITIVE_C_NUMBER_WO_INF_NAN
// #define FASTFLOAT_TABLE_HACK_CHAR_DIGIT_LUT_DISABLED
// #define FASTFLOAT_ONLY_ROUNDS_TO_NEAREST_SUPPORTED
// #define FASTFLOAT_ISNOT_CHECKED_BOUNDS
#include "counters/bench.h"
#include "fast_float/fast_float.h"
#include <charconv>