We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2487868 commit 2dd9dbaCopy full SHA for 2dd9dba
CMakeLists.txt
@@ -14,7 +14,8 @@ set(CMAKE_MACOSX_RPATH ON)
14
set(CMAKE_CXX_STANDARD 17)
15
16
# Workaround a JCC bug in Intel CPUs:
17
-# https://www.intel.com/content/dam/support/us/en/documents/processors/mitigations-jump-conditional-code-erratum.pdf
+# https://www.intel.com/content/dam/support/us/en/documents/processors/
18
+# mitigations-jump-conditional-code-erratum.pdf
19
# to get more reliable benchmark results.
20
set(INTEL FALSE)
21
if (APPLE)
@@ -152,3 +153,5 @@ target_link_libraries(concat-benchmark benchmark fmt)
152
153
154
add_executable(find-pow10-benchmark find-pow10-benchmark.cc)
155
target_link_libraries(find-pow10-benchmark benchmark)
156
+
157
+add_subdirectory(src/itoa-benchmark)
0 commit comments