Implementation notes: amd64, temp, crypto_sign/mqdss64

Computer: temp
Architecture: amd64
CPU ID: AuthenticAMD-00800f12-178bfbff
SUPERCOP version: 20191017
Operation: crypto_sign
Primitive: mqdss64
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
34246636210391 0 031088 816 1600refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122120191017
34479223016483 0 039792 816 1696refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122120191017
37461289710001 0 030456 816 1600refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122120191017
4136812678573 0 027652 800 1600refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019122120191017

Compiler output

Implementation: avx2
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
mq.c: mq.c: In function 'MQ':
mq.c: mq.c:126:5: error: 'for' loop initial declarations are only allowed in C99 mode
mq.c: for (int i = 0; i < 8; i++) { ^
mq.c: mq.c:212:5: note: in expansion of macro 'EVAL_YMM_0'
mq.c: EVAL_YMM_0(x1)
mq.c: ^
mq.c: mq.c:126:5: note: use option -std=c99 or -std=gnu99 to compile your code
mq.c: for (int i = 0; i < 8; i++) { ^
mq.c: ...
mq.c: ^
mq.c: mq.c:347:5: note: in expansion of macro 'EVAL_YMM_1'
mq.c: EVAL_YMM_1(xixj[64])
mq.c: ^
mq.c: mq.c:142:9: error: 'for' loop initial declarations are only allowed in C99 mode
mq.c: for (int j = 0; j < (N/16); j++) { ^
mq.c: mq.c:347:5: note: in expansion of macro 'EVAL_YMM_1'
mq.c: EVAL_YMM_1(xixj[64])
mq.c: ^

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