From 9c88de7269970fa2845e5f1456b8edb129c84baf Mon Sep 17 00:00:00 2001 From: "Matthias J. Kannwischer" Date: Wed, 5 Mar 2025 11:23:51 +0800 Subject: [PATCH 1/2] update MAYO-C --- m4fasm/arithmetic_m4f.c | 2 +- submodules/MAYO-C | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/m4fasm/arithmetic_m4f.c b/m4fasm/arithmetic_m4f.c index 8ed26bc..dd9d64e 100644 --- a/m4fasm/arithmetic_m4f.c +++ b/m4fasm/arithmetic_m4f.c @@ -8,7 +8,7 @@ #define MAYO_MAX(x, y) (((x) > (y)) ? (x) : (y)) #define MAYO_MIN(x, y) (((x) < (y)) ? (x) : (y)) - +volatile unsigned char unsigned_char_blocker = 0; // EF void ef_bitslice_asm(uint32_t *a_bs, unsigned char *a); void ef_unbitslice_asm(unsigned char *a, uint32_t *a_bs); diff --git a/submodules/MAYO-C b/submodules/MAYO-C index 311053b..3fe4994 160000 --- a/submodules/MAYO-C +++ b/submodules/MAYO-C @@ -1 +1 @@ -Subproject commit 311053b1dcf8f6efabdb2372d08ae7e16d4ed3a6 +Subproject commit 3fe499466693ce8b8c4f8e969411bb07e1673e0c From a654a429928f2512eacdf86295fc320e08b550a1 Mon Sep 17 00:00:00 2001 From: "Matthias J. Kannwischer" Date: Wed, 16 Apr 2025 16:08:48 +0800 Subject: [PATCH 2/2] update MAYO-C --- submodules/MAYO-C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/MAYO-C b/submodules/MAYO-C index 3fe4994..4b7cd94 160000 --- a/submodules/MAYO-C +++ b/submodules/MAYO-C @@ -1 +1 @@ -Subproject commit 3fe499466693ce8b8c4f8e969411bb07e1673e0c +Subproject commit 4b7cd94c96b9522864efe40c6ad1fa269584a807