Implementation notes: armeabi, novenablue, crypto_aead/drygascon128

Computer: novenablue
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20200702
Operation: crypto_aead
Primitive: drygascon128
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
23369664260 0 017958 420 824le32clang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042420200417
23371594260 0 019654 420 824le32clang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042420200417
23373774260 0 017958 420 824le32clang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042420200417
23890094276 0 019686 420 824le32clang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042420200417
32091903840 0 016464 416 824le32clang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042420200417
45196774176 0 019566 420 824refclang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042420200417
45598074156 0 017838 420 824refclang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042420200417
45605844156 0 017838 420 824refclang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042420200417
46200244256 0 019662 420 824refclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042420200417
100225163616 0 016232 416 824refclang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042420200417

Compiler output

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