forked from pytorch/FBGEMM
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Update asmjit for OSS Reviewed By: zlateski, jianyuh Differential Revision: D17696488 fbshipit-source-id: dfe33982f43bd15040d52054170e69dba78e1233
- Loading branch information
1 parent
c8b8540
commit 8786c08
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule asmjit
updated
8 files
+2 −2 | src/asmjit/core/support.h | |
+4 −0 | src/asmjit/core/type.h | |
+4 −4 | src/asmjit/x86/x86assembler.cpp | |
+263 −264 | src/asmjit/x86/x86instdb.cpp | |
+116 −5 | test/asmjit_test_x86_cc.cpp | |
+21 −4 | test/broken.cpp | |
+34 −21 | test/broken.h | |
+1 −0 | tools/tablegen-x86.js |