Implementation notes: amd64, cannon, crypto_sign/sphincs256

Computer: cannon
Architecture: amd64
CPU ID: GenuineIntel-00060663-bfebfbff
SUPERCOP version: 20190910
Operation: crypto_sign
Primitive: sphincs256
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
20736004612621 320 865755 840 1632refclang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2019091520190910
20748903812621 320 865755 840 1632refclang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2019091520190910
2082174688394 320 858185 832 1600refclang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2019091520190910
21150015221559 320 875043 840 1632refclang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2019091520190910
23608076810197 320 863053 816 1664refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019091520190910
3328083748566 320 858669 816 1664refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019091520190910
3423615287740 320 856729 808 1632refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019091520190910
3565864188403 320 858413 816 1664refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019091520190910

Compiler output

Implementation: avx2
Security model: unknown
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
try.c: /usr/bin/ld: crypto_sign_sphincs256.a(genfullchain8x.o): relocation R_X86_64_32S against symbol `_rotate8' can not be used when making a PIE object; recompile with -fPIC
try.c: /usr/bin/ld: crypto_sign_sphincs256.a(hash_2n_n_mask_8x.o): relocation R_X86_64_32S against symbol `_rotate8' can not be used when making a PIE object; recompile with -fPIC
try.c: /usr/bin/ld: crypto_sign_sphincs256.a(hash_n_n_8x.o): relocation R_X86_64_32S against symbol `_rotate8' can not be used when making a PIE object; recompile with -fPIC
try.c: /usr/bin/ld: crypto_sign_sphincs256.a(loop_hash_2n_n_mask_8x.o): relocation R_X86_64_32S against symbol `_rotate8' can not be used when making a PIE object; recompile with -fPIC
try.c: /usr/bin/ld: final link failed: nonrepresentable section on output
try.c: clang-8: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE avx2
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE avx2
clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE avx2
clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE avx2

Compiler output

Implementation: avx2
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
try.c: /usr/bin/ld: crypto_sign_sphincs256.a(genfullchain8x.o): relocation R_X86_64_32S against symbol `_rotate8' can not be used when making a PIE object; recompile with -fPIC
try.c: /usr/bin/ld: crypto_sign_sphincs256.a(hash_2n_n_mask_8x.o): relocation R_X86_64_32S against symbol `_rotate8' can not be used when making a PIE object; recompile with -fPIC
try.c: /usr/bin/ld: crypto_sign_sphincs256.a(hash_n_n_8x.o): relocation R_X86_64_32S against symbol `_rotate8' can not be used when making a PIE object; recompile with -fPIC
try.c: /usr/bin/ld: crypto_sign_sphincs256.a(loop_hash_2n_n_mask_8x.o): relocation R_X86_64_32S against symbol `_rotate8' can not be used when making a PIE object; recompile with -fPIC
try.c: /usr/bin/ld: final link failed: nonrepresentable section on output
try.c: collect2: error: ld returned 1 exit status

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