Implementation notes: amd64, pmnod003, crypto_aead/elmd1000v1

Computer: pmnod003
Architecture: amd64
CPU ID: GenuineIntel-00050654-bfebfbff
SUPERCOP version: 20190910
Operation: crypto_aead
Primitive: elmd1000v1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
2834448816 0 028037 888 1944reficc_-xCORE-AVX512_-O2_-fomit-frame-pointer2019091220190910
28383810464 0 029589 888 1944reficc_-xCORE-AVX512_-O3_-fomit-frame-pointer2019091220190910
29008810288 0 028859 888 1880reficc_-xAVX_-O2_-fomit-frame-pointer2019091220190910
2901709832 0 027231 888 1880reficc_-xSSE4.1_-O2_-fomit-frame-pointer2019091220190910
29054810912 0 029515 888 1880reficc_-xAVX_-O3_-fomit-frame-pointer2019091220190910
29063811248 0 029789 888 1880reficc_-xCORE-AVX2_-O3_-fomit-frame-pointer2019091220190910
29064010712 0 028043 888 1880reficc_-xSSE4.2_-O3_-fomit-frame-pointer2019091220190910
29080410712 0 028183 888 1880reficc_-xSSE4.1_-O3_-fomit-frame-pointer2019091220190910
29080810912 0 029515 888 1880reficc_-xCORE-AVX-I_-O3_-fomit-frame-pointer2019091220190910
2908609832 0 027107 888 1880reficc_-xSSE4.2_-O2_-fomit-frame-pointer2019091220190910
29087410688 0 029645 888 1880reficc_-xCORE-AVX2_-O2_-fomit-frame-pointer2019091220190910
29093210816 0 029637 888 1944reficc_-xCOMMON-AVX512_-O3_-fomit-frame-pointer2019091220190910
29293810160 0 029509 888 1944reficc_-xCOMMON-AVX512_-O2_-fomit-frame-pointer2019091220190910
30895010288 0 028859 888 1880reficc_-xCORE-AVX-I_-O2_-fomit-frame-pointer2019091220190910
31087411863 0 027851 864 1912refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019091220190910
3879824533 0 017782 856 1912refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019091220190910
4290624711 0 017942 856 1912refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019091220190910
4418923933 0 016174 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:12:
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(12):
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(12):
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(12):
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(12):
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