-
-
Notifications
You must be signed in to change notification settings - Fork 274
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
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule CodeGen
updated
7 files
+2 −0 | include/Jitter.h | |
+2 −8 | include/Jitter_CodeGen_x86_64.h | |
+45 −106 | src/Jitter.cpp | |
+15 −45 | src/Jitter_CodeGen_x86_64.cpp | |
+3 −0 | src/Jitter_Optimize.cpp | |
+1 −0 | tests/Main.cpp | |
+34 −12 | tests/MultTest.cpp |