Switch to 16bit implementation for Lispworks8 64bit

This avoids an optimization problem in keccak-state-merge-input and is
also slightly faster due to less consing in this variant.
This commit is contained in:
2023-08-21 22:29:49 +02:00
parent 92e0e0b916
commit a4baa05e72
2 changed files with 14 additions and 5 deletions

7
NEWS
View File

@ -1,3 +1,10 @@
Release 1.1.2
=============
* Switch to 16bit implementation for 64bit LispWorks 8, to avoid
compiler optimization problems in keccak-state-merge-input, and
also slightly higher performance due to non-consing.
Release 1.1.1
=============