-
-
Notifications
You must be signed in to change notification settings - Fork 268
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
8 files
+4 −2 | include/Jitter.h | |
+3 −0 | include/Jitter_CodeGen_x86.h | |
+18 −2 | src/Jitter.cpp | |
+1 −0 | src/Jitter_CodeGen_x86.cpp | |
+56 −0 | src/Jitter_CodeGen_x86_Md_Avx.cpp | |
+50 −0 | src/Jitter_Optimize.cpp | |
+9 −0 | tests/MdManipTest.cpp | |
+1 −0 | tests/MdManipTest.h |