Implementation notes: amd64, gcc67, crypto_aead/aes128poetv2aes128ni

Computer: gcc67
Architecture: amd64
CPU ID: AuthenticAMD-00810f10-178bfbff
SUPERCOP version: 20210125
Operation: crypto_aead
Primitive: aes128poetv2aes128ni
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
1469813520 0 029307 836 1040T:refclang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2021011520210114
1491413520 0 028403 836 1040T:refclang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2021011520210114
1541113520 0 028403 836 1040T:refclang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2021011520210114
1675710368 0 023693 828 1008T:refclang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2021011520210114
3260010902 0 027606 860 1040T:refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2021011520210114
3377210342 0 025117 852 1040T:refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2021011520210114
359618601 0 023261 852 1040T:refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2021011520210114
360868082 0 021609 836 1040T:refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2021011520210114

Compiler output

Implementation: T:ref
Security model: timingleaks
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 T:ref

Namespace violations

Implementation: T:ref
Security model: timingleaks
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
poet.o decrypt_final T
poet.o encrypt_final T
poet.o keysetup T
poet.o keysetup_encrypt_only T
poet.o process_header T

Number of similar (compiler,implementation) pairs: 8, namely:
CompilerImplementations
clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref
clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref
clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref