Implementation notes: armeabi, novenablue, crypto_hash/drygascon128

Computer: novenablue
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20200702
Operation: crypto_hash
Primitive: drygascon128
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
5819622489 0 012933 408 752le32clang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042320200417
5819642489 0 014629 408 752le32clang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042320200417
5820542489 0 012933 408 752le32clang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042320200417
5953282505 0 014661 408 752le32clang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042320200417
8010822433 0 011823 404 752le32clang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042320200417
11228682772 0 014897 408 752refclang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042320200417
11330912740 0 013161 408 752refclang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042320200417
11331082740 0 013161 408 752refclang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042320200417
11480712828 0 014969 408 752refclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042320200417
24988462616 0 011987 404 752refclang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042320200417

Compiler output

Implementation: le32
Security model: unknown
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
hash.c: In file included from hash.c:16:
hash.c: In file included from ./drysponge.h:1:
hash.c: In file included from ./drygascon128_le32.h:23:
hash.c: In file included from ./drygascon_le32.h:92:
hash.c: ./drysponge_le32.h:32:3: warning: redefinition of typedef 'DRYSPONGE_t' is a C11 feature [-Wtypedef-redefinition]
hash.c: } DRYSPONGE_t;
hash.c: ^
hash.c: ./drygascon_le32.h:82:35: note: previous definition is here
hash.c: typedef struct DRYSPONGE_struct_t DRYSPONGE_t ;
hash.c: ^
hash.c: 1 warning generated.

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

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 or C11 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, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
hash.c: drysponge_common.h: In function 'DRYSPONGE_load16':
hash.c: drysponge_common.h:104:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
hash.c: for(unsigned int i = 0;i<2;i++){
hash.c: ^
hash.c: drysponge_common.h: In function 'DRYSPONGE_load32':
hash.c: drysponge_common.h:112:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
hash.c: for(unsigned int i = 0;i<4;i++){
hash.c: ^
hash.c: drysponge_common.h: In function 'DRYSPONGE_store32':
hash.c: drysponge_common.h:119:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
hash.c: for(unsigned int i = 0;i<4;i++){
hash.c: ^
hash.c: drysponge_common.h: In function 'DRYSPONGE_load64':
hash.c: drysponge_common.h:126:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
hash.c: for(unsigned int i = 0;i<8;i++){
hash.c: ^
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: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
hash.c: In file included from hash.c:16:
hash.c: In file included from ./drysponge.h:1:
hash.c: In file included from ./drygascon128_ref.h:23:
hash.c: In file included from ./drygascon_ref.h:91:
hash.c: ./drysponge_ref.h:25:3: warning: redefinition of typedef 'DRYSPONGE_t' is a C11 feature [-Wtypedef-redefinition]
hash.c: } DRYSPONGE_t;
hash.c: ^
hash.c: ./drygascon_ref.h:81:35: note: previous definition is here
hash.c: typedef struct DRYSPONGE_struct_t DRYSPONGE_t ;
hash.c: ^
hash.c: 1 warning generated.

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

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 or C11 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, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
hash.c: drysponge_common.h: In function 'DRYSPONGE_load16':
hash.c: drysponge_common.h:104:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
hash.c: for(unsigned int i = 0;i<2;i++){
hash.c: ^
hash.c: drysponge_common.h: In function 'DRYSPONGE_load32':
hash.c: drysponge_common.h:112:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
hash.c: for(unsigned int i = 0;i<4;i++){
hash.c: ^
hash.c: drysponge_common.h: In function 'DRYSPONGE_store32':
hash.c: drysponge_common.h:119:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
hash.c: for(unsigned int i = 0;i<4;i++){
hash.c: ^
hash.c: drysponge_common.h: In function 'DRYSPONGE_load64':
hash.c: drysponge_common.h:126:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
hash.c: for(unsigned int i = 0;i<8;i++){
hash.c: ^
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