Implementation notes: armeabi, novenablue, crypto_aead/spook128mu512v1

Computer: novenablue
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20200702
Operation: crypto_aead
Primitive: spook128mu512v1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
12169056064 0 021358 416 824refclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042720200417
12175106032 0 021310 416 824refclang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042720200417
13324935896 0 019478 416 824refclang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042720200417
13325685896 0 019478 416 824refclang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042720200417
13986534284 0 016808 412 824refclang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042720200417

Compiler output

Implementation: ref
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
primitives.c: primitives.c: In function 'bytes2state':
primitives.c: primitives.c:138:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
primitives.c: for (unsigned int row = 0; row < LS_ROWS; row++) {
primitives.c: ^
primitives.c: primitives.c:138:3: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
primitives.c: primitives.c: In function 'state2bytes':
primitives.c: primitives.c:146:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
primitives.c: for (unsigned int row = 0; row < LS_ROWS; row++) {
primitives.c: ^
primitives.c: primitives.c: In function 'xor_ls_state':
primitives.c: primitives.c:153:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
primitives.c: for (unsigned int i = 0; i < LS_ROWS; i++) {
primitives.c: ^
primitives.c: primitives.c: In function 'add_rc':
primitives.c: primitives.c:162:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
primitives.c: for (unsigned int i = 0; i < LS_ROWS; i++) {
primitives.c: ^
primitives.c: primitives.c: In function 'dbox_mls_layer':
primitives.c: primitives.c:189:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
primitives.c: for (unsigned int row = 0; row < LS_ROWS; row++) {
primitives.c: ^
primitives.c: primitives.c: In function 'clyde128_encrypt':
primitives.c: primitives.c:229:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
primitives.c: for (unsigned int s = 0; s < CLYDE_128_NS; s++) {
primitives.c: ^
primitives.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
primitives.o clyde128_decrypt T
primitives.o clyde128_encrypt T
primitives.o shadow T
s1p.o init_keys T
s1p.o s1p_decrypt T
s1p.o s1p_encrypt T
utils.o le32u_dec T
utils.o le32u_enc T
utils.o rotr T
utils.o xor_bytes 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