nce: implement instruction emulation for misaligned memory accesses
This commit is contained in:
parent
11b123ba01
commit
bd59934350
9 changed files with 3849 additions and 43 deletions
|
@ -174,7 +174,8 @@ android {
|
|||
"-DANDROID_ARM_NEON=true", // cryptopp requires Neon to work
|
||||
"-DYUZU_USE_BUNDLED_VCPKG=ON",
|
||||
"-DYUZU_USE_BUNDLED_FFMPEG=ON",
|
||||
"-DYUZU_ENABLE_LTO=ON"
|
||||
"-DYUZU_ENABLE_LTO=ON",
|
||||
"-DCMAKE_EXPORT_COMPILE_COMMANDS=ON"
|
||||
)
|
||||
|
||||
abiFilters("arm64-v8a", "x86_64")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue