blob: a11ad0208c81b7148b4c3132e8477f9fe50f7d45 (
plain)
1
2
3
4
5
6
7
|
if(ARCH_X86 OR ARCH_X86_64)
fastd_mac_impl(ghash pclmulqdq
ghash_pclmulqdq.c
ghash_pclmulqdq_impl.c
)
fastd_mac_impl_compile_flags(ghash pclmulqdq ghash_pclmulqdq_impl.c "-mssse3 -mpclmul")
endif(ARCH_X86 OR ARCH_X86_64)
|