From 8969718e98e231eb9df472133a67c828e422599e Mon Sep 17 00:00:00 2001 From: "Matthias J. Kannwischer" Date: Tue, 30 Jul 2024 13:56:28 +0800 Subject: [PATCH] include no_symbolic_opt_a55 --- .../keccak_f1600/keccak_f1600_x1_scalar_no_symbolic_opt_a55.s | 1 + slothy | 2 +- tests/keccak-neon/keccak-neon.mk | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 120000 asm/manual/keccak_f1600/keccak_f1600_x1_scalar_no_symbolic_opt_a55.s diff --git a/asm/manual/keccak_f1600/keccak_f1600_x1_scalar_no_symbolic_opt_a55.s b/asm/manual/keccak_f1600/keccak_f1600_x1_scalar_no_symbolic_opt_a55.s new file mode 120000 index 0000000..e6ce00b --- /dev/null +++ b/asm/manual/keccak_f1600/keccak_f1600_x1_scalar_no_symbolic_opt_a55.s @@ -0,0 +1 @@ +../../../slothy/examples/opt/aarch64/keccak_f1600_x1_scalar_no_symbolic_opt_a55.s \ No newline at end of file diff --git a/slothy b/slothy index d5f8e45..bb93811 160000 --- a/slothy +++ b/slothy @@ -1 +1 @@ -Subproject commit d5f8e45c621eea122cf558c366054951261fd356 +Subproject commit bb938113f45efbc922eb2dd4c55cf90b3f0cd2ce diff --git a/tests/keccak-neon/keccak-neon.mk b/tests/keccak-neon/keccak-neon.mk index fa5a90b..6367cff 100644 --- a/tests/keccak-neon/keccak-neon.mk +++ b/tests/keccak-neon/keccak-neon.mk @@ -75,4 +75,4 @@ KECCAK_NEON_ASMS += $(KECCAK_NEON_ASM_DIR)/keccak_f1600_x5_hybrid_asm_v8.s KECCAK_NEON_ASMS += $(KECCAK_NEON_ASM_DIR)/keccak_f1600_x5_hybrid_asm_v8p.s KECCAK_NEON_ASMS += $(KECCAK_NEON_ASM_DIR)/keccak_f1600_x4_hybrid_slothy.s KECCAK_NEON_ASMS += $(KECCAK_NEON_ASM_DIR)/keccak_f1600_x4_hybrid_slothy_a55_opt_a55.s -KECCAK_NEON_ASMS += $(KECCAK_NEON_ASM_DIR)/keccak_f1600_x1_scalar_slothy_a55_opt_a55.s \ No newline at end of file +KECCAK_NEON_ASMS += $(KECCAK_NEON_ASM_DIR)/keccak_f1600_x1_scalar_no_symbolic_opt_a55.s \ No newline at end of file