Implementation notes: amd64, icelake, crypto_kem/rolloi192

Computer: icelake
Architecture: amd64
CPU ID: GenuineIntel-000706e5-bfebfbff
SUPERCOP version: 20200826
Operation: crypto_kem
Primitive: rolloi192
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
140175029892 24 057344 4096 0T:avxclang_-march=icelake-client_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020083120200826
147864532172 24 061440 4096 0T:avxopt-local-bin-gcc_-march=icelake-client_-mtune=icelake-client_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020083120200826
148028021953 24 049152 4096 0T:avxclang_-march=icelake-client_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020083120200826
149733533917 24 065536 4096 0T:avxopt-local-bin-gcc_-march=icelake-client_-mtune=icelake-client_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020083120200826
158060727876 24 057344 4096 0T:avxclang_-march=icelake-client_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020083120200826
163894522688 24 049152 4096 0T:avxopt-local-bin-gcc_-march=icelake-client_-mtune=icelake-client_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020083120200826
191935231252 25 057344 4096 0T:refclang_-march=icelake-client_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020083120200826
197918628772 25 057344 4096 0T:refclang_-march=icelake-client_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020083120200826
495275122588 25 049152 4096 0T:refclang_-march=icelake-client_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020083120200826

Compiler output

Implementation: T:avx
Security model: timingleaks
Compiler: clang -march=icelake-client -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
rbc_elt.c: rbc_elt.c:417:21: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
rbc_elt.c: printf("%lu %lu", e[0], e[1]);
rbc_elt.c: ~~~ ^~~~
rbc_elt.c: %llu
rbc_elt.c: rbc_elt.c:417:27: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
rbc_elt.c: printf("%lu %lu", e[0], e[1]);
rbc_elt.c: ~~~ ^~~~
rbc_elt.c: %llu
rbc_elt.c: rbc_elt.c:518:25: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
rbc_elt.c: printf("%lu %lu %lu", e[0], e[1], e[2]);
rbc_elt.c: ~~~ ^~~~
rbc_elt.c: %llu
rbc_elt.c: rbc_elt.c:518:31: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
rbc_elt.c: printf("%lu %lu %lu", e[0], e[1], e[2]);
rbc_elt.c: ~~~ ^~~~
rbc_elt.c: %llu
rbc_elt.c: rbc_elt.c:518:37: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
rbc_elt.c: printf("%lu %lu %lu", e[0], e[1], e[2]);
rbc_elt.c: ~~~ ^~~~
rbc_elt.c: %llu
rbc_elt.c: 5 warnings generated.
measure.c: ld: warning: could not create compact unwind for _crypto_stream_aes256ctr_dolbeau_aesenc_int_constbranchindex_xor: register 3 saved somewhere other than in frame

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

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: clang -march=icelake-client -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
rbc_elt.c: rbc_elt.c:430:21: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
rbc_elt.c: printf("%lu %lu", e[0], e[1]);
rbc_elt.c: ~~~ ^~~~
rbc_elt.c: %llu
rbc_elt.c: rbc_elt.c:430:27: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
rbc_elt.c: printf("%lu %lu", e[0], e[1]);
rbc_elt.c: ~~~ ^~~~
rbc_elt.c: %llu
rbc_elt.c: rbc_elt.c:557:25: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
rbc_elt.c: printf("%lu %lu %lu", e[0], e[1], e[2]);
rbc_elt.c: ~~~ ^~~~
rbc_elt.c: %llu
rbc_elt.c: rbc_elt.c:557:31: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
rbc_elt.c: printf("%lu %lu %lu", e[0], e[1], e[2]);
rbc_elt.c: ~~~ ^~~~
rbc_elt.c: %llu
rbc_elt.c: rbc_elt.c:557:37: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
rbc_elt.c: printf("%lu %lu %lu", e[0], e[1], e[2]);
rbc_elt.c: ~~~ ^~~~
rbc_elt.c: %llu
rbc_elt.c: 5 warnings generated.
measure.c: ld: warning: could not create compact unwind for _crypto_stream_aes256ctr_dolbeau_aesenc_int_constbranchindex_xor: register 3 saved somewhere other than in frame

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: duplicate symbol '_RBC_SQR_LOOKUP_TABLE' in:
try.c: crypto_kem_rolloi192.a(kem.o)
try.c: crypto_kem_rolloi192.a(lrpc.o)
try.c: duplicate symbol '_RBC_SQR_LOOKUP_TABLE' in:
try.c: crypto_kem_rolloi192.a(kem.o)
try.c: crypto_kem_rolloi192.a(parsing.o)
try.c: duplicate symbol '_RBC_SQR_LOOKUP_TABLE' in:
try.c: crypto_kem_rolloi192.a(kem.o)
try.c: crypto_kem_rolloi192.a(rbc_elt.o)
try.c: duplicate symbol '_RBC_SQR_LOOKUP_TABLE' in:
try.c: crypto_kem_rolloi192.a(kem.o)
try.c: crypto_kem_rolloi192.a(rbc_poly.o)
try.c: duplicate symbol '_RBC_SQR_LOOKUP_TABLE' in:
try.c: crypto_kem_rolloi192.a(kem.o)
try.c: crypto_kem_rolloi192.a(rbc_qre.o)
try.c: duplicate symbol '_RBC_SQR_LOOKUP_TABLE' in:
try.c: crypto_kem_rolloi192.a(kem.o)
try.c: crypto_kem_rolloi192.a(rbc_vec.o)
try.c: duplicate symbol '_RBC_SQR_LOOKUP_TABLE' in:
try.c: crypto_kem_rolloi192.a(kem.o)
try.c: crypto_kem_rolloi192.a(rbc_vspace.o)
try.c: ld: 7 duplicate symbols for architecture x86_64
try.c: collect2: error: ld returned 1 exit status

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