diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2026-07-23 09:51:20 +0200 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2026-08-03 14:53:50 +0200 |
| commit | c765eca1fbbfde6165d5ed5e56276878b3496c77 (patch) | |
| tree | 5b9ef6e90361595b70fb6076d92bc41b7c6b7abc /patches/monero/0004-fix-missing-___clear_cache-when-targetting-iOS.patch | |
| parent | 5952bef2ec01b0b7e57c11613cbdc081dcd727c5 (diff) | |
use FCMP branch, bump simplybs, rebase patchescyjan-fcmp-v2
Diffstat (limited to 'patches/monero/0004-fix-missing-___clear_cache-when-targetting-iOS.patch')
| -rw-r--r-- | patches/monero/0004-fix-missing-___clear_cache-when-targetting-iOS.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/patches/monero/0004-fix-missing-___clear_cache-when-targetting-iOS.patch b/patches/monero/0004-fix-missing-___clear_cache-when-targetting-iOS.patch new file mode 100644 index 0000000..eb53dff --- /dev/null +++ b/patches/monero/0004-fix-missing-___clear_cache-when-targetting-iOS.patch @@ -0,0 +1,33 @@ +From 19864ece62a8a04299ddc9ffd47f108a1cd4dc3c Mon Sep 17 00:00:00 2001 +From: Czarek Nakamoto <cyjan@mrcyjanek.net> +Date: Mon, 27 Jul 2026 13:03:32 +0200 +Subject: [PATCH 04/22] fix missing ___clear_cache when targetting iOS +--- + .gitmodules | 3 ++- + external/randomx | 2 +- + 2 files changed, 3 insertions(+), 2 deletions(-) + +diff --git a/.gitmodules b/.gitmodules +index 691444f97..9dcb71804 100644 +--- a/.gitmodules ++++ b/.gitmodules +@@ -3,7 +3,8 @@ + url = https://github.com/Tencent/rapidjson + [submodule "external/randomx"] + path = external/randomx +- url = https://github.com/tevador/RandomX ++ url = https://github.com/MrCyjaneK/RandomX ++ branch = cyjan-fix-ios + [submodule "external/supercop"] + path = external/supercop + url = https://github.com/monero-project/supercop +diff --git a/external/randomx b/external/randomx +index 6c4340ba4..328bb26fb 160000 +--- a/external/randomx ++++ b/external/randomx +@@ -1 +1 @@ +-Subproject commit 6c4340ba4561aec9a3611c1aedf9931239777fb3 ++Subproject commit 328bb26fb4d3dd2c2d30453719dcc9b9febbd658 +-- +2.54.0 (Apple Git-157) + |
