diff options
author | Niels Möller <nisse@lysator.liu.se> | 2014-10-23 14:15:41 +0200 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2014-10-23 14:15:41 +0200 |
commit | dbcea3e4c96fcd884e9cd9ab59ac21e00c359b97 (patch) | |
tree | ac8494b2c7fed43821985a6c0b80f318325561b8 /ChangeLog | |
parent | ad87c2b27e7c0e5ac6ff8ee65aba6eb72d42ca1a (diff) | |
download | nettle-dbcea3e4c96fcd884e9cd9ab59ac21e00c359b97.tar.gz |
Split memxor.c into memxor.c and memxor3.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2014-10-23 Niels Möller <nisse@lysator.liu.se> + * configure.ac (asm_replace_list): Deleted memxor.asm, now + incompatible with the memxor/memxor3 split. + + * memxor3.c: New file, split off from memxor.c. + * memxor-internal.h: New file, declarations shared by memxor.c and + memxor3.c. + * memxor.c: memxor3 fucntions moved out from this file. + * Makefile.in (nettle_SOURCES): Added memxor3.c. + (DISTFILES): Added memxor-internal.h. + * memxor.c (memxor_common_alignment, memxor_different_alignment) (memxor): Change loop order, iterate from the end. (memxor3_common_alignment): Unroll twice. |