]> source.dussan.org Git - rspamd.git/commit
Add AVX implementation generated by clang.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 8 Apr 2015 12:05:55 +0000 (13:05 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 8 Apr 2015 12:05:55 +0000 (13:05 +0100)
commit639c8e49fdf60966c5a75899efbb65084a099998
treeebd4fb9d1f87303ada7856c0a44fd7636f17374d
parent185d17a9f91dda3dbd3cb84a3bfc8dc19143b1c6
Add AVX implementation generated by clang.
src/libcryptobox/CMakeLists.txt
src/libcryptobox/siphash/avx.S [new file with mode: 0644]
src/libcryptobox/siphash/siphash.c
src/libcryptobox/siphash/sse41.S
test/lua/unit/siphash.lua