supercollider/supercollider
tools/cmake_gen/SuperColliderCompilerConfig.cmake
:23
cmake_host_system_information(RESULT has_sse QUERY HAS_SSE)
cmake_host_system_information(RESULT has_sse QUERY HAS_SSE)
cmake_host_system_information(RESULT HAVE_SSE QUERY HAS_SSE)
cmake_host_system_information(RESULT HAVE_SSE QUERY HAS_SSE)
target_compile_definitions(${TARGET_BUILD_SETUP_TARGET}
PRIVATE
"MI_PLATFORM_UNIX"
"$<$<STREQUAL:${MI_PLATFORM_NAME},linux-aarch64>:AARCH64>"
"$<$<STREQUAL:${MI_PLATFORM_NAME},linux-x86-64>:HAS_SSE>"
"LINUX"
)