Implementation notes: amd64, temp, crypto_hash/drygascon128

Computer: temp
Architecture: amd64
CPU ID: AuthenticAMD-00800f12-178bfbff
SUPERCOP version: 20191017
Operation: crypto_hash
Primitive: drygascon128

Compiler output

Implementation: le32
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
hash.c: In file included from drygascon_le32.h:14:0,
hash.c: from drygascon128_le32.h:23,
hash.c: from drysponge.h:1,
hash.c: from hash.c:16:
hash.c: drysponge_common.h: In function 'DRYSPONGE_xor':
hash.c: drysponge_common.h:97:5: error: 'for' loop initial declarations are only allowed in C99 mode
hash.c: for(unsigned int i=0;i<DRYSPONGE_BLOCKSIZE;i++){
hash.c: ^
hash.c: drysponge_common.h:97:5: note: use option -std=c99 or -std=gnu99 to compile your code
hash.c: drysponge_common.h: In function 'DRYSPONGE_load16':
hash.c: ...
hash.c: ^
hash.c: drygascon_le32.h:148:22: error: redefinition of 'i'
hash.c: for(unsigned int i=0;i<mid+1;i++){
hash.c: ^
hash.c: drygascon_le32.h:145:22: note: previous definition of 'i' was here
hash.c: for(unsigned int i=0;i<nw;i++){
hash.c: ^
hash.c: drygascon_le32.h:148:5: error: 'for' loop initial declarations are only allowed in C99 mode
hash.c: for(unsigned int i=0;i<mid+1;i++){
hash.c: ^

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

Compiler output

Implementation: ref
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
hash.c: In file included from drygascon_ref.h:14:0,
hash.c: from drygascon128_ref.h:23,
hash.c: from drysponge.h:1,
hash.c: from hash.c:16:
hash.c: drysponge_common.h: In function 'DRYSPONGE_xor':
hash.c: drysponge_common.h:97:5: error: 'for' loop initial declarations are only allowed in C99 mode
hash.c: for(unsigned int i=0;i<DRYSPONGE_BLOCKSIZE;i++){
hash.c: ^
hash.c: drysponge_common.h:97:5: note: use option -std=c99 or -std=gnu99 to compile your code
hash.c: drysponge_common.h: In function 'DRYSPONGE_load16':
hash.c: ...
hash.c: ^
hash.c: drygascon_ref.h:183:22: error: redefinition of 'i'
hash.c: for(unsigned int i=0;i<DRYSPONGE_CAPACITYSIZE64;i++){
hash.c: ^
hash.c: drygascon_ref.h:161:22: note: previous definition of 'i' was here
hash.c: for(unsigned int i=0;i<DRYSPONGE_CAPACITYSIZE64;i++){
hash.c: ^
hash.c: drygascon_ref.h:183:5: error: 'for' loop initial declarations are only allowed in C99 mode
hash.c: for(unsigned int i=0;i<DRYSPONGE_CAPACITYSIZE64;i++){
hash.c: ^

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