]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/spdk/intel-ipsec-mb/avx/aes_cfb_128_avx.asm
import 15.2.0 Octopus source
[ceph.git] / ceph / src / spdk / intel-ipsec-mb / avx / aes_cfb_128_avx.asm
index c3d7f4a14cf05497e06a4d4e8c767c9e4834ab68..9a0e4233bdeb84cd20d171f441eaca1b547e366f 100644 (file)
@@ -106,8 +106,12 @@ endstruc
 ;; It makes sure not to read more than LEN bytes from IN and
 ;; not to store more than LEN bytes to OUT.
 MKGLOBAL(aes_cfb_128_one_avx,function,)
+MKGLOBAL(aes_cfb_128_one_avx2,function,)
+MKGLOBAL(aes_cfb_128_one_avx512,function,)
 align 32
 aes_cfb_128_one_avx:
+aes_cfb_128_one_avx2:
+aes_cfb_128_one_avx512:
 %ifndef LINUX
        mov             LEN, LEN2
 %endif