Skip to content

Commit

Permalink
external: add xbyak submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
scribam committed Jul 29, 2024
1 parent ca4cd7d commit e40cc97
Show file tree
Hide file tree
Showing 87 changed files with 5 additions and 24,508 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,6 @@
[submodule "external/vixl"]
path = external/vixl
url = https://github.com/Linaro/vixl.git
[submodule "external/xbyak"]
path = external/xbyak
url = https://github.com/herumi/xbyak.git
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1532,7 +1532,7 @@ if("arm64" IN_LIST ARCHITECTURE)
target_link_libraries(${PROJECT_NAME} PRIVATE libvixl)
endif()
if("x86" IN_LIST ARCHITECTURE OR "x86_64" IN_LIST ARCHITECTURE)
add_subdirectory(core/deps/xbyak EXCLUDE_FROM_ALL)
add_subdirectory(external/xbyak EXCLUDE_FROM_ALL)
target_link_libraries(${PROJECT_NAME} PRIVATE xbyak::xbyak)
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
target_sources(${PROJECT_NAME} PRIVATE
Expand Down
11 changes: 0 additions & 11 deletions core/deps/xbyak/.github/workflows/main.yml

This file was deleted.

1 change: 0 additions & 1 deletion core/deps/xbyak/.gitignore

This file was deleted.

46 changes: 0 additions & 46 deletions core/deps/xbyak/CMakeLists.txt

This file was deleted.

47 changes: 0 additions & 47 deletions core/deps/xbyak/COPYRIGHT

This file was deleted.

24 changes: 0 additions & 24 deletions core/deps/xbyak/Makefile

This file was deleted.

1 change: 0 additions & 1 deletion core/deps/xbyak/cmake/config.cmake.in

This file was deleted.

26 changes: 0 additions & 26 deletions core/deps/xbyak/gen/Makefile

This file was deleted.

170 changes: 0 additions & 170 deletions core/deps/xbyak/gen/avx_type.hpp

This file was deleted.

17 changes: 0 additions & 17 deletions core/deps/xbyak/gen/b2hex.cpp

This file was deleted.

Loading

0 comments on commit e40cc97

Please sign in to comment.