-
-
Notifications
You must be signed in to change notification settings - Fork 277
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
12 files
+2 −0 | build_cmake/CMakeLists.txt | |
+9 −5 | include/Jitter_CodeGen_x86.h | |
+1 −1 | include/Jitter_CodeGen_x86_32.h | |
+1 −1 | include/Jitter_CodeGen_x86_64.h | |
+1 −0 | include/X86Assembler.h | |
+12 −0 | include/X86CpuFeatures.h | |
+14 −56 | src/Jitter_CodeGen_x86.cpp | |
+3 −2 | src/Jitter_CodeGen_x86_32.cpp | |
+2 −1 | src/Jitter_CodeGen_x86_64.cpp | |
+64 −3 | src/Jitter_CodeGen_x86_Md_Avx.cpp | |
+5 −0 | src/X86Assembler_Avx.cpp | |
+61 −0 | src/X86CpuFeatures.cpp |