Working on optimisation but I'm still losing to std::to_string()
This commit is contained in:
parent
420257f578
commit
9dbabcb5c4
6 changed files with 52 additions and 20 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue