diff --git a/benchmarks/event_counter.h b/benchmarks/event_counter.h index 509488b..6b8f4e1 100644 --- a/benchmarks/event_counter.h +++ b/benchmarks/event_counter.h @@ -130,7 +130,8 @@ struct event_collector { LinuxEvents linux_events; event_collector() - : linux_events(std::array{ + : linux_events(std::array{ PERF_COUNT_HW_CPU_CYCLES, PERF_COUNT_HW_INSTRUCTIONS, PERF_COUNT_HW_BRANCH_INSTRUCTIONS, // Retired branch instructions PERF_COUNT_HW_BRANCH_MISSES}) {} diff --git a/include/fast_float/float_common.h b/include/fast_float/float_common.h index ce68bd4..9a56cf3 100644 --- a/include/fast_float/float_common.h +++ b/include/fast_float/float_common.h @@ -180,7 +180,7 @@ using parse_options = parse_options_t; (defined(_M_AMD64) || defined(_M_X64) || \ (defined(_M_IX86_FP) && _M_IX86_FP == 2))) // try to fix error on x86 platform: disable SSE2 code -//#define FASTFLOAT_SSE2 1 +// #define FASTFLOAT_SSE2 1 #endif #if defined(__aarch64__) || defined(_M_ARM64)