summaryrefslogtreecommitdiffstats
path: root/src/crypto/cipher/salsa20/xmm/CMakeLists.txt
blob: b31d94d90e8a463cbdeb8ac5a39d1c736c42e200 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
if(ARCH_X86_64)
  fastd_cipher_impl(salsa20 xmm
    salsa20_xmm.c
    salsa20_amd64_xmm6.s
  )
endif(ARCH_X86_64)

if(ARCH_X86)
  fastd_cipher_impl(salsa20 xmm
    salsa20_xmm.c
    salsa20_x86_xmm5.s
  )
endif(ARCH_X86)