Implementation notes: armeabi, novenablue, crypto_aead/shamashv1

Computer: novenablue
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20200702
Operation: crypto_aead
Primitive: shamashv1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
63531416680 0 030258 416 824refclang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042720200417
63532816680 0 030258 416 824refclang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042720200417
63533216680 0 031954 416 824refclang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042720200417
65000019952 0 033586 416 824opt64clang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042720200417
65000019952 0 033586 416 824opt64clang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042720200417
65003519952 0 035282 416 824opt64clang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042720200417
72552816552 0 031842 416 824refclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042720200417
72947416256 0 028844 412 824opt64clang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042720200417
7383568444 0 020972 412 824refclang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042720200417
78880420016 0 035362 416 824opt64clang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042720200417

Compiler output

Implementation: opt64
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.c: encrypt.c: In function 'LESTOREu64in8bytearray':
encrypt.c: encrypt.c:74:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(u32 i=0;i<8;i++) {
encrypt.c: ^
encrypt.c: encrypt.c:74:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
encrypt.c: encrypt.c: In function 'PartialLESTOREu64inbytearray':
encrypt.c: encrypt.c:82:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(u32 i=0;i<Top;i++) {
encrypt.c: ^
encrypt.c: encrypt.c: In function 'LELOAD8bytearrayinu64':
encrypt.c: encrypt.c:91:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(u32 i=0;i<8;i++) {
encrypt.c: ^
encrypt.c: encrypt.c: In function 'PartialLELOADbytearrayinu64':
encrypt.c: encrypt.c:100:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(u64 i=1;i<Top;i++) {
encrypt.c: ^
encrypt.c: encrypt.c: In function 'crypto_aead_shamashv1_opt64_encrypt':
encrypt.c: encrypt.c:141:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(unsigned int i=0;i<NRINIT;i=i+STEP) Ronda(i^0xff,x,y,z,u,v);
encrypt.c: ^
encrypt.c: encrypt.c:148:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(unsigned int i=0;i<NRMID;i=i+STEP) Ronda(i^0xad,x,y,z,u,v);
encrypt.c: ^
encrypt.c: encrypt.c:163:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: ...

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

Compiler output

Implementation: ref
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.c: encrypt.c: In function 'LESTOREu64in8bytearray':
encrypt.c: encrypt.c:60:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(u32 i=0;i<8;i++) {
encrypt.c: ^
encrypt.c: encrypt.c:60:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
encrypt.c: encrypt.c: In function 'PartialLESTOREu64inbytearray':
encrypt.c: encrypt.c:68:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(u32 i=0;i<Top;i++) {
encrypt.c: ^
encrypt.c: encrypt.c: In function 'LELOAD8bytearrayinu64':
encrypt.c: encrypt.c:77:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(u32 i=0;i<8;i++) {
encrypt.c: ^
encrypt.c: encrypt.c: In function 'PartialLELOADbytearrayinu64':
encrypt.c: encrypt.c:86:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(u64 i=1;i<Top;i++) {
encrypt.c: ^
encrypt.c: encrypt.c: In function 'Initialize':
encrypt.c: encrypt.c:111:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(unsigned int i=0;i<NRINIT;i=i+STEP) Ronda(i^0xff,W);
encrypt.c: ^
encrypt.c: encrypt.c: In function 'ProcessAd':
encrypt.c: encrypt.c:120:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(unsigned int i=0;i<NRMID;i=i+STEP) Ronda(i^0xad,W);
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

Namespace violations

Implementation: opt64
Security model: unknown
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
encrypt.o LELOAD8bytearrayinu64 T
encrypt.o LESTOREu64in8bytearray T
encrypt.o PartialLELOADbytearrayinu64 T
encrypt.o PartialLESTOREu64inbytearray T

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

Namespace violations

Implementation: ref
Security model: unknown
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
encrypt.o Difusion T
encrypt.o Initialize T
encrypt.o LELOAD8bytearrayinu64 T
encrypt.o LESTOREu64in8bytearray T
encrypt.o PartialLELOADbytearrayinu64 T
encrypt.o PartialLESTOREu64inbytearray T
encrypt.o ProcessAd T
encrypt.o Processciphertxt T
encrypt.o Processplaintxt T
encrypt.o Ronda T
encrypt.o Sbox T

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