Implementation notes: amd64, icelake, crypto_aead/morus1280256v2

Computer: icelake
Architecture: amd64
CPU ID: GenuineIntel-000706e5-bfebfbff
SUPERCOP version: 20200826
Operation: crypto_aead
Primitive: morus1280256v2
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
40295965 0 024576 4096 0T:avx2clang_-march=icelake-client_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020082620200826
40415917 0 024576 4096 0T:avx2clang_-march=icelake-client_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020082620200826
42013520 0 016384 4096 0T:avx2clang_-march=icelake-client_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020082620200826
44745720 0 024576 4096 0T:avx2opt-local-bin-gcc_-march=icelake-client_-mtune=icelake-client_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020082620200826
44863502 0 020480 4096 0T:avx2opt-local-bin-gcc_-march=icelake-client_-mtune=icelake-client_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020082620200826
502810095 0 028672 4096 0T:sse2clang_-march=icelake-client_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020082620200826
503010111 0 028672 4096 0T:sse2clang_-march=icelake-client_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020082620200826
62223430 0 016384 4096 0T:sse2clang_-march=icelake-client_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020082620200826
89307132 0 024576 4096 0T:sse2opt-local-bin-gcc_-march=icelake-client_-mtune=icelake-client_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020082620200826
91103583 0 020480 4096 0T:sse2opt-local-bin-gcc_-march=icelake-client_-mtune=icelake-client_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020082620200826
944612095 0 028672 4096 0T:refopt-local-bin-gcc_-march=icelake-client_-mtune=icelake-client_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020082620200826
945015449 0 032768 4096 0T:ref64opt-local-bin-gcc_-march=icelake-client_-mtune=icelake-client_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020082620200826
135816070 0 020480 4096 0T:ref64opt-local-bin-gcc_-march=icelake-client_-mtune=icelake-client_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020082620200826
138145731 0 020480 4096 0T:ref64opt-local-bin-gcc_-march=icelake-client_-mtune=icelake-client_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020082620200826
139336012 0 024576 4096 0T:ref64clang_-march=icelake-client_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020082620200826
140546246 0 024576 4096 0T:ref64clang_-march=icelake-client_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020082620200826
141835063 0 020480 4096 0T:ref64clang_-march=icelake-client_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020082620200826

Compiler output

Implementation: T:avx2
Security model: timingleaks
Compiler: opt-local-bin-gcc -march=icelake-client -mtune=icelake-client -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE
try.c: Undefined symbols for architecture x86_64:
try.c: "_morus_dec_aut_step", referenced from:
try.c: _crypto_aead_morus1280256v2_avx2_timingleaks_decrypt in crypto_aead_morus1280256v2.a(encrypt.o)
try.c: "_morus_enc_aut_step", referenced from:
try.c: _crypto_aead_morus1280256v2_avx2_timingleaks_encrypt in crypto_aead_morus1280256v2.a(encrypt.o)
try.c: _crypto_aead_morus1280256v2_avx2_timingleaks_decrypt in crypto_aead_morus1280256v2.a(encrypt.o)
try.c: ld: symbol(s) not found for architecture x86_64
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
opt-local-bin-gcc -march=icelake-client -mtune=icelake-client -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:avx2

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: clang -march=icelake-client -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
try.c: Undefined symbols for architecture x86_64:
try.c: "_morus_stateupdate", referenced from:
try.c: _morus_initialization in crypto_aead_morus1280256v2.a(encrypt.o)
try.c: _morus_tag_generation in crypto_aead_morus1280256v2.a(encrypt.o)
try.c: _morus_tag_verification in crypto_aead_morus1280256v2.a(encrypt.o)
try.c: _morus_enc_aut_partialblock in crypto_aead_morus1280256v2.a(encrypt.o)
try.c: _morus_dec_aut_partialblock in crypto_aead_morus1280256v2.a(encrypt.o)
try.c: _crypto_aead_morus1280256v2_ref_timingleaks_encrypt in crypto_aead_morus1280256v2.a(encrypt.o)
try.c: _crypto_aead_morus1280256v2_ref_timingleaks_decrypt in crypto_aead_morus1280256v2.a(encrypt.o)
try.c: ...
try.c: ld: symbol(s) not found for architecture x86_64
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (compiler,implementation) pairs: 3, namely:
CompilerImplementations
clang -march=icelake-client -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref
clang -march=icelake-client -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref
clang -march=icelake-client -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: opt-local-bin-gcc -march=icelake-client -mtune=icelake-client -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
try.c: Undefined symbols for architecture x86_64:
try.c: "_morus_stateupdate", referenced from:
try.c: _morus_initialization in crypto_aead_morus1280256v2.a(encrypt.o)
try.c: _morus_tag_generation in crypto_aead_morus1280256v2.a(encrypt.o)
try.c: _morus_tag_verification in crypto_aead_morus1280256v2.a(encrypt.o)
try.c: _morus_enc_aut_partialblock in crypto_aead_morus1280256v2.a(encrypt.o)
try.c: _morus_dec_aut_partialblock in crypto_aead_morus1280256v2.a(encrypt.o)
try.c: _crypto_aead_morus1280256v2_ref_timingleaks_encrypt in crypto_aead_morus1280256v2.a(encrypt.o)
try.c: _crypto_aead_morus1280256v2_ref_timingleaks_decrypt in crypto_aead_morus1280256v2.a(encrypt.o)
try.c: ...
try.c: ld: symbol(s) not found for architecture x86_64
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
opt-local-bin-gcc -march=icelake-client -mtune=icelake-client -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: opt-local-bin-gcc -march=icelake-client -mtune=icelake-client -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE
try.c: Undefined symbols for architecture x86_64:
try.c: "_morus_dec_aut_step", referenced from:
try.c: _crypto_aead_morus1280256v2_ref_timingleaks_decrypt in crypto_aead_morus1280256v2.a(encrypt.o)
try.c: "_morus_enc_aut_step", referenced from:
try.c: _crypto_aead_morus1280256v2_ref_timingleaks_encrypt in crypto_aead_morus1280256v2.a(encrypt.o)
try.c: _crypto_aead_morus1280256v2_ref_timingleaks_decrypt in crypto_aead_morus1280256v2.a(encrypt.o)
try.c: "_morus_stateupdate", referenced from:
try.c: _morus_initialization in crypto_aead_morus1280256v2.a(encrypt.o)
try.c: _morus_tag_generation in crypto_aead_morus1280256v2.a(encrypt.o)
try.c: _morus_tag_verification in crypto_aead_morus1280256v2.a(encrypt.o)
try.c: _morus_enc_aut_partialblock in crypto_aead_morus1280256v2.a(encrypt.o)
try.c: _morus_dec_aut_partialblock in crypto_aead_morus1280256v2.a(encrypt.o)
try.c: ld: symbol(s) not found for architecture x86_64
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
opt-local-bin-gcc -march=icelake-client -mtune=icelake-client -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref

Compiler output

Implementation: T:sse2
Security model: timingleaks
Compiler: opt-local-bin-gcc -march=icelake-client -mtune=icelake-client -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE
try.c: Undefined symbols for architecture x86_64:
try.c: "_morus_dec_aut_step", referenced from:
try.c: _crypto_aead_morus1280256v2_sse2_timingleaks_decrypt in crypto_aead_morus1280256v2.a(encrypt.o)
try.c: "_morus_enc_aut_step", referenced from:
try.c: _crypto_aead_morus1280256v2_sse2_timingleaks_encrypt in crypto_aead_morus1280256v2.a(encrypt.o)
try.c: _crypto_aead_morus1280256v2_sse2_timingleaks_decrypt in crypto_aead_morus1280256v2.a(encrypt.o)
try.c: ld: symbol(s) not found for architecture x86_64
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
opt-local-bin-gcc -march=icelake-client -mtune=icelake-client -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:sse2