mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-25 06:31:02 +00:00
Disable AVX2 for samples
This commit is contained in:
@@ -1,2 +1,12 @@
|
||||
momo_get_all_targets(EXISTING_TARGETS)
|
||||
|
||||
##########################################
|
||||
|
||||
add_subdirectory(bad-sample)
|
||||
add_subdirectory(test-sample)
|
||||
|
||||
##########################################
|
||||
|
||||
momo_get_all_targets(ALL_TARGETS)
|
||||
momo_list_difference("${ALL_TARGETS}" "${EXISTING_TARGETS}" SAMPLE_TARGETS)
|
||||
momo_targets_remove_compile_options("${SAMPLE_TARGETS}" /arch:AVX2 -mavx2)
|
||||
Reference in New Issue
Block a user