Implementation notes: amd64, pmnod003, crypto_aead/elmd101270v1

Computer: pmnod003
Architecture: amd64
CPU ID: GenuineIntel-00050654-bfebfbff
SUPERCOP version: 20190910
Operation: crypto_aead
Primitive: elmd101270v1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
2841029608 0 028869 888 1944reficc_-xCORE-AVX512_-O2_-fomit-frame-pointer2019091220190910
28520411336 0 030501 888 1944reficc_-xCORE-AVX512_-O3_-fomit-frame-pointer2019091220190910
29080411960 0 030603 888 1880reficc_-xAVX_-O3_-fomit-frame-pointer2019091220190910
29086211416 0 030027 888 1880reficc_-xAVX_-O2_-fomit-frame-pointer2019091220190910
29101211784 0 030781 888 1880reficc_-xCORE-AVX2_-O2_-fomit-frame-pointer2019091220190910
29108011960 0 030603 888 1880reficc_-xCORE-AVX-I_-O3_-fomit-frame-pointer2019091220190910
29139011416 0 030027 888 1880reficc_-xCORE-AVX-I_-O2_-fomit-frame-pointer2019091220190910
29141612312 0 030893 888 1880reficc_-xCORE-AVX2_-O3_-fomit-frame-pointer2019091220190910
29145411800 0 030629 888 1944reficc_-xCOMMON-AVX512_-O3_-fomit-frame-pointer2019091220190910
29145811016 0 028331 888 1880reficc_-xSSE4.2_-O2_-fomit-frame-pointer2019091220190910
29154611784 0 029155 888 1880reficc_-xSSE4.2_-O3_-fomit-frame-pointer2019091220190910
29194011016 0 028455 888 1880reficc_-xSSE4.1_-O2_-fomit-frame-pointer2019091220190910
29231611800 0 029311 888 1880reficc_-xSSE4.1_-O3_-fomit-frame-pointer2019091220190910
29402811048 0 030405 888 1944reficc_-xCOMMON-AVX512_-O2_-fomit-frame-pointer2019091220190910
31097412310 0 028347 864 1912refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019091220190910
3903744973 0 018278 856 1912refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019091220190910
4339565085 0 018350 856 1912refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019091220190910
4419064188 0 016430 840 1912refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019091220190910

Compiler output

Implementation: ref
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.c: In file included from encrypt.c:14:
encrypt.c: module.h: In function 'key_schedule':
encrypt.c: module.h:84:3: warning: implicit declaration of function 'AES_set_encrypt_key_5'; did you mean 'AES_set_encrypt_key'? [-Wimplicit-function-declaration]
encrypt.c: 84 | AES_set_encrypt_key_5(key, 128, &aes_key2);
encrypt.c: | ^~~~~~~~~~~~~~~~~~~~~
encrypt.c: | AES_set_encrypt_key
encrypt.c: module.h:85:3: warning: implicit declaration of function 'AES_set_decrypt_key_5'; did you mean 'AES_set_decrypt_key'? [-Wimplicit-function-declaration]
encrypt.c: 85 | AES_set_decrypt_key_5(key, 128, &aes_key4);
encrypt.c: | ^~~~~~~~~~~~~~~~~~~~~
encrypt.c: | AES_set_decrypt_key
encrypt.c: module.h: In function 'AES':
encrypt.c: module.h:103:4: warning: implicit declaration of function 'AES_encrypt_r5'; did you mean 'AES_encrypt'? [-Wimplicit-function-declaration]
encrypt.c: 103 | AES_encrypt_r5(inp, res, key);
encrypt.c: | ^~~~~~~~~~~~~~
encrypt.c: | AES_encrypt
encrypt.c: module.h:105:4: warning: implicit declaration of function 'AES_decrypt_r5'; did you mean 'AES_decrypt'? [-Wimplicit-function-declaration]
encrypt.c: 105 | AES_decrypt_r5(inp, res, key);
encrypt.c: | ^~~~~~~~~~~~~~
encrypt.c: | AES_decrypt

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

Compiler output

Implementation: ref
Security model: unknown
Compiler: icc -xAVX -O2 -fomit-frame-pointer
encrypt.c: In file included from encrypt.c(14):
encrypt.c: module.h(84): warning #266: function "AES_set_encrypt_key_5" declared implicitly
encrypt.c: AES_set_encrypt_key_5(key, 128, &aes_key2);
encrypt.c: ^
encrypt.c:
encrypt.c: In file included from encrypt.c(14):
encrypt.c: module.h(85): warning #266: function "AES_set_decrypt_key_5" declared implicitly
encrypt.c: AES_set_decrypt_key_5(key, 128, &aes_key4);
encrypt.c: ^
encrypt.c:
encrypt.c: In file included from encrypt.c(14):
encrypt.c: module.h(103): warning #266: function "AES_encrypt_r5" declared implicitly
encrypt.c: AES_encrypt_r5(inp, res, key);
encrypt.c: ^
encrypt.c:
encrypt.c: In file included from encrypt.c(14):
encrypt.c: module.h(105): warning #266: function "AES_decrypt_r5" declared implicitly
encrypt.c: AES_decrypt_r5(inp, res, key);
encrypt.c: ^
encrypt.c:

Number of similar (compiler,implementation) pairs: 14, namely:
CompilerImplementations
icc -xAVX -O2 -fomit-frame-pointer ref
icc -xAVX -O3 -fomit-frame-pointer ref
icc -xCOMMON-AVX512 -O2 -fomit-frame-pointer ref
icc -xCOMMON-AVX512 -O3 -fomit-frame-pointer ref
icc -xCORE-AVX-I -O2 -fomit-frame-pointer ref
icc -xCORE-AVX-I -O3 -fomit-frame-pointer ref
icc -xCORE-AVX2 -O2 -fomit-frame-pointer ref
icc -xCORE-AVX2 -O3 -fomit-frame-pointer ref
icc -xCORE-AVX512 -O2 -fomit-frame-pointer ref
icc -xCORE-AVX512 -O3 -fomit-frame-pointer ref
icc -xSSE4.1 -O2 -fomit-frame-pointer ref
icc -xSSE4.1 -O3 -fomit-frame-pointer ref
icc -xSSE4.2 -O2 -fomit-frame-pointer ref
icc -xSSE4.2 -O3 -fomit-frame-pointer ref