[AArch64] Removes ARMv8 as a generic target.
Generic flag disables the ability to have backpatching supporting. Also compiles Dolphin with CRC instructions enabled.
This commit is contained in:
parent
f4ab1443fa
commit
5eb8876bac
|
@ -164,7 +164,7 @@ if(NOT ENABLE_GENERIC)
|
|||
set(_M_ARM 1)
|
||||
set(_M_ARM_64 1)
|
||||
add_definitions(-D_M_ARM=1 -D_M_ARM_64=1)
|
||||
set(ENABLE_GENERIC 1)
|
||||
add_definitions(-march=armv8-a+crc)
|
||||
else()
|
||||
set(ENABLE_GENERIC 1)
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue