forked from monero-project/monero
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update randomx: fix Mac linking error
Also silence randomx malloc exceptions
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule randomx
updated
8 files
+1 −1 | CMakeLists.txt | |
+6 −3 | src/allocator.cpp | |
+1 −1 | src/dataset.cpp | |
+3 −1 | src/jit_compiler_a64.cpp | |
+3 −1 | src/jit_compiler_x86.cpp | |
+8 −0 | src/randomx.cpp | |
+89 −55 | src/virtual_memory.c | |
+16 −10 | src/virtual_memory.h |