Implementation notes: armeabi, novenablue, crypto_aead/drygascon256

Computer: novenablue
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20200702
Operation: crypto_aead
Primitive: drygascon256
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
31404385836 0 021262 420 824le32clang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042420200417
32771255772 0 021182 420 824le32clang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042420200417
32772255772 0 019486 420 824le32clang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042420200417
32772285772 0 019486 420 824le32clang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042420200417
44566684548 0 017192 416 824le32clang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042420200417
63588135232 0 020646 420 824refclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042420200417
66675015152 0 020550 420 824refclang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042420200417
66681435344 0 019038 420 824refclang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042420200417
66926545344 0 019038 420 824refclang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042420200417
135598704304 0 016936 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 ./drygascon256_le32.h:21:
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 drygascon256_le32.h:21,
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 ./drygascon256_ref.h:21:
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 drygascon256_ref.h:21,
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