From b86c71ea5523ab07063a7ad1cb63272ca45565fe Mon Sep 17 00:00:00 2001 From: Vince Ricci Date: Sun, 21 Feb 2021 00:12:11 +0100 Subject: [PATCH] Add xbyak_aarch64 for arm64 host plateforms --- .gitmodules | 4 ++++ xbyak_aarch64 | 1 + 2 files changed, 5 insertions(+) create mode 160000 xbyak_aarch64 diff --git a/.gitmodules b/.gitmodules index 93ba9b930d..e0fb7da698 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,3 +40,7 @@ [submodule "ffmpeg"] path = externals/ffmpeg url = https://git.ffmpeg.org/ffmpeg.git +[submodule "xbyak_aarch64"] + path = xbyak_aarch64 + url = https://github.com/herumi/xbyak_aarch64.git + branch = master diff --git a/xbyak_aarch64 b/xbyak_aarch64 new file mode 160000 index 0000000000..c0dd2c3e35 --- /dev/null +++ b/xbyak_aarch64 @@ -0,0 +1 @@ +Subproject commit c0dd2c3e35023c5f72e010aedc2ddcaa918fec15