Implementation notes: amd64, icelake2, crypto_sign/qtesla256

Computer: icelake2
Architecture: amd64
CPU ID: GenuineIntel-000706e5-bfebfbff
SUPERCOP version: 20221005
Operation: crypto_sign
Primitive: qtesla256
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
9380651104620 0 0128301 820 1792T:refclang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2022100720220506
9487590104844 0 0128597 820 1824T:refclang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2022100720220506
966544491141 0 0114037 820 1760T:refclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2022100720220506
1048427085803 0 0107439 812 1824T:refclang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2022100720220506
1057554589587 0 0110285 820 1760T:refclang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2022100720220506
1139056486517 0 0107349 812 1824T:refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022100720220506
1143856889991 0 0111237 812 1824T:refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022100720220506
1921323084672 0 0104297 804 1792T:refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022100720220506

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
sign.c: sign.c:105:13: warning: absolute value function 'abs' given an argument of type 'int64_t' (aka 'long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
sign.c: ret |= (abs(val) > (PARAM_B-PARAM_U));
sign.c: ^
sign.c: sign.c:105:13: note: use function 'labs' instead
sign.c: ret |= (abs(val) > (PARAM_B-PARAM_U));
sign.c: ^~~
sign.c: labs
sign.c: sign.c:145:13: warning: absolute value function 'abs' given an argument of type 'int64_t' (aka 'long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
sign.c: ret |= (abs(left) > right);
sign.c: ^
sign.c: sign.c:145:13: note: use function 'labs' instead
sign.c: ret |= (abs(left) > right);
sign.c: ^~~
sign.c: labs
sign.c: 2 warnings generated.

Number of similar (compiler,implementation) pairs: 5, 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
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE
try.c: /usr/bin/ld: can not read symbols: file truncated
try.c: /usr/bin/ld: .eh_frame/.stab edit: file truncated
try.c: /usr/bin/ld: try: warning: allocated section `.interp' not in segment
try.c: /usr/bin/ld: try: warning: allocated section `.note.gnu.property' not in segment
try.c: /usr/bin/ld: try: warning: allocated section `.note.gnu.build-id' not in segment
try.c: /usr/bin/ld: try: warning: allocated section `.note.ABI-tag' not in segment
try.c: /usr/bin/ld: try: warning: allocated section `.gnu.hash' not in segment
try.c: /usr/bin/ld: try: warning: allocated section `.dynsym' not in segment
try.c: /usr/bin/ld: try: warning: allocated section `.dynstr' not in segment
try.c: /usr/bin/ld: try: warning: allocated section `.gnu.version' not in segment
try.c: /usr/bin/ld: try: warning: allocated section `.gnu.version_r' not in segment
try.c: /usr/bin/ld: try: warning: allocated section `.rela.dyn' not in segment
try.c: /usr/bin/ld: try: warning: allocated section `.rela.plt' not in segment
try.c: /usr/bin/ld: try: warning: allocated section `.init' not in segment
try.c: /usr/bin/ld: try: warning: allocated section `.plt' not in segment
try.c: /usr/bin/ld: try: warning: allocated section `.text' not in segment
try.c: /usr/bin/ld: try: warning: allocated section `.fini' not in segment
try.c: /usr/bin/ld: try: warning: allocated section `.rodata' not in segment
try.c: /usr/bin/ld: try: warning: allocated section `.eh_frame' not in segment
try.c: /usr/bin/ld: try: warning: allocated section `.init_array' not in segment
try.c: /usr/bin/ld: try: warning: allocated section `.fini_array' not in segment
try.c: /usr/bin/ld: try: warning: allocated section `.dynamic' not in segment
try.c: /usr/bin/ld: try: warning: allocated section `.got' not in segment
try.c: /usr/bin/ld: try: warning: allocated section `.got.plt' not in segment
try.c: /usr/bin/ld: try: warning: allocated section `.data' not in segment
try.c: ...

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