Implementation notes: armeabi, novenablue, crypto_aead/yarara128v1

Computer: novenablue
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20200702
Operation: crypto_aead
Primitive: yarara128v1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
99112259432 0 072056 412 824opt64clang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042720200417
99190559640 0 073310 416 824opt64clang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042720200417
99198159640 0 073310 416 824opt64clang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042720200417
99209959640 0 075006 416 824opt64clang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042720200417
12718595544 0 020826 416 824refclang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042720200417
12719325480 0 019066 416 824refclang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042720200417
12720605480 0 019066 416 824refclang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042720200417
148627759636 0 075014 416 824opt64clang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042720200417
15674053312 0 015852 412 824refclang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042720200417
16387245592 0 020890 416 824refclang_-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 'crypto_aead_yarara128v1_opt64_encrypt':
encrypt.c: encrypt.c:128:9: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for (unsigned long long i = 0; i < full_blocks; i += RATE) {\
encrypt.c: ^
encrypt.c: encrypt.c:222:5: note: in expansion of macro 'process_ad'
encrypt.c: process_ad(ad, adlen);
encrypt.c: ^
encrypt.c: encrypt.c:128:9: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
encrypt.c: for (unsigned long long i = 0; i < full_blocks; i += RATE) {\
encrypt.c: ^
encrypt.c: encrypt.c:222:5: note: in expansion of macro 'process_ad'
encrypt.c: process_ad(ad, adlen);
encrypt.c: ^
encrypt.c: encrypt.c:134:18: error: conflicting types for 'i'
encrypt.c: for (int i = 0; i < remaining; i++) {\
encrypt.c: ^
encrypt.c: encrypt.c:222:5: note: in expansion of macro 'process_ad'
encrypt.c: process_ad(ad, adlen);
encrypt.c: ^
encrypt.c: encrypt.c:128:33: note: previous definition of 'i' was here
encrypt.c: for (unsigned long long i = 0; i < full_blocks; i += RATE) {\
encrypt.c: ^
encrypt.c: encrypt.c:222:5: note: in expansion of macro 'process_ad'
encrypt.c: process_ad(ad, adlen);
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 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 'load64':
encrypt.c: encrypt.c:26:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for (int i = 1; i < 8; ++i) {
encrypt.c: ^
encrypt.c: encrypt.c:26:5: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
encrypt.c: encrypt.c: In function 'store64':
encrypt.c: encrypt.c:34:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for (int i = 6; i >= 0; --i) {
encrypt.c: ^
encrypt.c: encrypt.c: In function 'permutation':
encrypt.c: encrypt.c:74:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for (int i = 0, j = 0; i < rounds; i++, j+=15) {
encrypt.c: ^
encrypt.c: encrypt.c: In function 'initialize':
encrypt.c: encrypt.c:93:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for (int i = 0; i < CRYPTO_KEYBYTES; i++) {
encrypt.c: ^
encrypt.c: encrypt.c:96:14: error: redefinition of 'i'
encrypt.c: for (int i = 0; i < CRYPTO_NPUBBYTES; i++) {
encrypt.c: ^
encrypt.c: encrypt.c:93:14: note: previous definition of 'i' was here
encrypt.c: for (int i = 0; i < CRYPTO_KEYBYTES; i++) {
encrypt.c: ^
encrypt.c: encrypt.c:96:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for (int i = 0; i < CRYPTO_NPUBBYTES; i++) {
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: ref
Security model: unknown
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
encrypt.o decrypt T
encrypt.o diffusion T
encrypt.o encrypt T
encrypt.o finalize T
encrypt.o initialize T
encrypt.o load64 T
encrypt.o permutation T
encrypt.o process_ad T
encrypt.o sbox T
encrypt.o store64 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