-
-
Notifications
You must be signed in to change notification settings - Fork 271
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 | |
+1 −0 | include/Jitter_CodeGen_Wasm.h | |
+3 −0 | include/Jitter_CodeGen_x86.h | |
+3 −0 | include/X86Assembler.h | |
+7 −0 | src/Jitter_CodeGen_Wasm_Fpu.cpp | |
+2 −0 | src/Jitter_CodeGen_x86_Fpu.cpp | |
+3 −25 | src/Jitter_CodeGen_x86_Fpu_Avx.cpp | |
+24 −0 | src/Jitter_CodeGen_x86_Fpu_Sse.cpp | |
+10 −0 | src/X86Assembler_Avx.cpp | |
+29 −0 | tests/FpRoundModeTest.cpp | |
+19 −0 | tests/FpRoundModeTest.h | |
+2 −0 | tests/Main.cpp |