nce: implement instruction emulation for misaligned memory accesses

This commit is contained in:
Liam 2023-11-30 14:05:02 -05:00
parent 11b123ba01
commit bd59934350
9 changed files with 3849 additions and 43 deletions

View file

@ -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")