-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
47 additions
and
118 deletions.
There are no files selected for viewing
Submodule plugify
updated
8 files
+6 −6 | CMakeLists.txt | |
+10 −1 | include/plugify/jit/call.hpp | |
+10 −0 | include/plugify/jit/call_arm.cpp | |
+10 −1 | include/plugify/jit/callback.hpp | |
+14 −11 | include/plugify/jit/callback_arm.cpp | |
+32 −18 | include/plugify/jit/callback_x86.cpp | |
+139 −0 | include/plugify/jit/helpers_arm.cpp | |
+2 −78 | include/plugify/jit/helpers_x86.cpp |
Oops, something went wrong.