Working on optimisation but I'm still losing to std::to_string()

This commit is contained in:
King_DuckZ 2021-05-29 22:51:49 +02:00
commit 9dbabcb5c4
6 changed files with 52 additions and 20 deletions

View file

@ -41,6 +41,10 @@ target_compile_definitions(${PROJECT_NAME}
INTERFACE SPROUT_USE_TEMPLATE_ALIASES
)
target_compile_options(${PROJECT_NAME}
INTERFACE -mprfchw
)
if (BUILD_TESTING)
add_subdirectory(test/unit)
endif()