mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 08:36:16 +00:00
Add avx2 support
This commit is contained in:
@@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.26.4)
|
||||
|
||||
##########################################
|
||||
|
||||
option(MOMO_ENABLE_AVX2 "Enable AVX2 support" ON)
|
||||
option(MOMO_ENABLE_SANITIZER "Enable sanitizer" OFF)
|
||||
option(MOMO_ENABLE_CLANG_TIDY "Enable clang-tidy checks" OFF)
|
||||
option(MOMO_ENABLE_RUST_CODE "Enable code parts written in rust" ON)
|
||||
|
||||
Reference in New Issue
Block a user