3 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
5 | 10 | | |
6 | 11 | | |
7 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
- .github/workflows/c-cpp.yml+226
- CMakeLists.txt+37-1
- README.md+3-2
- src/assembly_generator_x86.cpp+1-1
- src/bytecode_machine.cpp+1-1
- src/common.hpp+7
- src/intrin_portable.h+6-6
- src/jit_compiler.hpp+40-2
- src/jit_compiler_a64.cpp+31-41
- src/jit_compiler_a64.hpp+1-1
- src/jit_compiler_a64_static.S+48-50
- src/jit_compiler_rv64.cpp+1.2k
- src/jit_compiler_rv64.hpp+69
- src/jit_compiler_rv64_static.S+1.2k
- src/jit_compiler_rv64_static.hpp+53
- src/jit_compiler_x86.cpp+1-1
- src/randomx.cpp+28
- src/randomx.h+11
- src/reciprocal.c+13-21
- src/reciprocal.h+2-2
- src/tests/benchmark.cpp+25-7
- src/tests/perf-simulation.cpp+1-1
- src/tests/riscv64_zba.s+9
- src/tests/riscv64_zbb.s+9
- src/tests/tests.cpp+24
- vcxproj/randomx-dll.vcxproj+2-2
- vcxproj/randomx-dll.vcxproj.filters+2-2
- vcxproj/randomx.vcxproj+2-2
- vcxproj/randomx.vcxproj.filters+2-2
0 commit comments