mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
6 lines
184 B
CMake
6 lines
184 B
CMake
enable_language(ASM)
|
|
add_executable (memcpy-bench memcpy-bench.cpp memcpy_jart.S)
|
|
#target_compile_options(memcpy-bench PRIVATE -mavx)
|
|
target_link_libraries(memcpy-bench PRIVATE dbms)
|
|
|