Implementation notes: amd64, luft, crypto_aead/aes128poetv2aes128ni

Computer: luft
Architecture: amd64
CPU ID: GenuineIntel-000306d4-bfebfbff
SUPERCOP version: 20200702
Operation: crypto_aead
Primitive: aes128poetv2aes128ni
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
2172014367 0 028672 4096 0refclang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020070920200702
2427214367 0 028672 4096 0refclang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020070920200702
2429214367 0 028672 4096 0refclang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020070920200702
2862810430 0 024576 4096 0refclang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020070920200702
3908811225 0 024576 4096 0refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020070920200702
3949211418 0 028672 4096 0refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020070920200702
492847877 0 020480 4096 0refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020070920200702
505329043 0 024576 4096 0refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020070920200702

Compiler output

Implementation: ref
Security model: unknown
Compiler: clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
poet.c: poet.c:608:5: error: always_inline function '_mm_aesenc_si128' requires target feature 'aes', but would be inlined into function 'keysetup_encrypt_only' that is compiled without support for 'aes'
poet.c: aes_encrypt_3blocks_single_key(k, ctx->l, k_axu, expanded_key);
poet.c: ^
poet.c: poet.c:586:5: note: expanded from macro 'aes_encrypt_3blocks_single_key'
poet.c: aes_encrypt_round_3blocks(x, y, z, k[1], k[1], k[1]); \
poet.c: ^
poet.c: poet.c:537:9: note: expanded from macro 'aes_encrypt_round_3blocks'
poet.c: x = _mm_aesenc_si128(x, kx); \
poet.c: ^
poet.c: poet.c:608:5: error: always_inline function '_mm_aesenc_si128' requires target feature 'aes', but would be inlined into function 'keysetup_encrypt_only' that is compiled without support for 'aes'
poet.c: poet.c:586:5: note: expanded from macro 'aes_encrypt_3blocks_single_key'
poet.c: aes_encrypt_round_3blocks(x, y, z, k[1], k[1], k[1]); \
poet.c: ^
poet.c: poet.c:538:9: note: expanded from macro 'aes_encrypt_round_3blocks'
poet.c: y = _mm_aesenc_si128(y, ky); \
poet.c: ^
poet.c: poet.c:608:5: error: always_inline function '_mm_aesenc_si128' requires target feature 'aes', but would be inlined into function 'keysetup_encrypt_only' that is compiled without support for 'aes'
poet.c: poet.c:586:5: note: expanded from macro 'aes_encrypt_3blocks_single_key'
poet.c: aes_encrypt_round_3blocks(x, y, z, k[1], k[1], k[1]); \
poet.c: ^
poet.c: poet.c:539:9: note: expanded from macro 'aes_encrypt_round_3blocks'
poet.c: z = _mm_aesenc_si128(z, kz)
poet.c: ^
poet.c: poet.c:608:5: error: always_inline function '_mm_aesenc_si128' requires target feature 'aes', but would be inlined into function 'keysetup_encrypt_only' that is compiled without support for 'aes'
poet.c: poet.c:587:5: note: expanded from macro 'aes_encrypt_3blocks_single_key'
poet.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref