mirror of https://github.com/AxioDL/metaforce.git
Update submodules, fix ISA error on windows
This commit is contained in:
parent
8e44f0d757
commit
e86b7c923a
|
@ -54,7 +54,7 @@ set(BUILD_STATIC_LIBS ON CACHE BOOL "Force static libs on" FORCE)
|
|||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/sanitizers-cmake/cmake")
|
||||
find_package(Sanitizers)
|
||||
|
||||
if (CMAKE_SYSTEM_PROCESSOR STREQUAL x86_64)
|
||||
if (CMAKE_SYSTEM_PROCESSOR STREQUAL x86_64 OR CMAKE_SYSTEM_PROCESSOR STREQUAL AMD64)
|
||||
set(URDE_VECTOR_ISA "sse41" CACHE STRING "Vector ISA to build for (sse2, sse3, sse41, avx, avx2)")
|
||||
endif ()
|
||||
|
||||
|
|
2
hecl
2
hecl
|
@ -1 +1 @@
|
|||
Subproject commit d1655d1b3efb1cf06651896f9b71bb02c877caa2
|
||||
Subproject commit 0a94455b7e92925db28fe2d86ab840f14e097ff3
|
2
hecl-gui
2
hecl-gui
|
@ -1 +1 @@
|
|||
Subproject commit 0e697de8ab2b59000d03f80e103ce255d4a86b63
|
||||
Subproject commit 6aa1dc5edadc3aa11d3f82e65c9c49a3cac275ac
|
Loading…
Reference in New Issue