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

if(ARCH_X86)
  fastd_cipher_impl(salsa2012 xmm
    salsa2012_xmm.c
    salsa2012_x86_xmm5.s
  )
endif(ARCH_X86)