Skip to content

Commit 4910698

Browse files
committed
added compilation flags to the bench ip.
1 parent f9bac93 commit 4910698

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

benchmarks/bench_ip.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2+
// #define FASTFLOAT_ONLY_POSITIVE_C_NUMBER_WO_INF_NAN
3+
// #define FASTFLOAT_TABLE_HACK_CHAR_DIGIT_LUT_DISABLED
4+
// #define FASTFLOAT_ONLY_ROUNDS_TO_NEAREST_SUPPORTED
5+
// #define FASTFLOAT_ISNOT_CHECKED_BOUNDS
6+
17
#include "counters/bench.h"
28
#include "fast_float/fast_float.h"
39
#include <charconv>

0 commit comments

Comments
 (0)