diff -Naur a/Makefile.am b/Makefile.am --- a/Makefile.am 2026-07-14 15:28:06.000000000 +0000 +++ b/Makefile.am 2026-07-14 15:40:56.142260456 +0000 @@ -22,11 +22,11 @@ if HAVE_CELL_SPU -scrypt-cell-spu.o: scrypt-cell-spu.c scrypt-cell-spu-asm.S \ +scrypt-cell-spu.o: scrypt-cell-spu.c \ sha256-helpers.h scrypt-simd-helpers.h \ scrypt-cell-spu.h $(SPU_ELF_GCC) -O3 -fstrict-aliasing -Wall -Wstrict-aliasing \ - -o scrypt-cell-spu.elf scrypt-cell-spu.c scrypt-cell-spu-asm.S + -o scrypt-cell-spu.elf scrypt-cell-spu.c $(EMBEDSPU) scrypt_spu scrypt-cell-spu.elf scrypt-cell-spu.o minerd_LDADD += scrypt-cell-spu.o @SPE2_LIBS@ diff -Naur a/scrypt-cell-spu.c b/scrypt-cell-spu.c --- a/scrypt-cell-spu.c 2026-07-14 15:28:06.000000000 +0000 +++ b/scrypt-cell-spu.c 2026-07-14 15:40:27.431948270 +0000 @@ -239,7 +239,9 @@ } /* Use assembly implementation */ +/* #define scrypt_spu_loop1 scrypt_spu_loop1_asm +*/ static void scrypt_spu_core8(uint32_t *databuf32, uint64_t scratch)