Report and fix from Gisle Vanem.
+2023-02-16 Niels Möller <nisse@lysator.liu.se>
+
+ * x86_64/sha256-compress-n.asm: Fix incorrect w64 setup. Report
+ and fix from Gisle Vanem.
+
2023-02-08 Niels Möller <nisse@lysator.liu.se>
* examples/nettle-benchmark.c (main): Benchmark ocb_aes128.
ALIGN(16)
PROLOGUE(_nettle_sha256_compress_n)
- W64_ENTRY(3, 0)
+ W64_ENTRY(4, 0)
test BLOCKS, BLOCKS
jz .Lend
add $120, %rsp
.Lend:
mov INPUT, %rax
- W64_EXIT(3, 0)
+ W64_EXIT(4, 0)
ret
EPILOGUE(_nettle_sha256_compress_n)