diff options
author | jsing <> | 2025-07-27 13:26:24 +0000 |
---|---|---|
committer | jsing <> | 2025-07-27 13:26:24 +0000 |
commit | 74f6d5e90112cc06125b3c0d88b91c6448ef5d90 (patch) | |
tree | b7ee90b2d082264c7abf0b2f61589f17d8cce991 /src/lib/libc | |
parent | 0b679ca6cc6cbe197008159a735cdb15b13d3f8e (diff) | |
download | openbsd-74f6d5e90112cc06125b3c0d88b91c6448ef5d90.tar.gz openbsd-74f6d5e90112cc06125b3c0d88b91c6448ef5d90.tar.bz2 openbsd-74f6d5e90112cc06125b3c0d88b91c6448ef5d90.zip |
Rework DES encryption/decryption loops.
Use a slightly unrolled loop, which gets us half way between DES_UNROLL and
no DES_UNROLL. While we're not terribly concerned by DES performance, this
gets us a small gain on aarch64 and a small loss on arm. But above all, we
end up with simpler code.
ok tb@
Diffstat (limited to 'src/lib/libc')
0 files changed, 0 insertions, 0 deletions