Implementation notes: armeabi, novenaimx6, crypto_stream/speck64128ctr

Computer: novenaimx6
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20191221
Operation: crypto_stream
Primitive: speck64128ctr
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
1659925236 0 038814 432 880neonclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020010420191221
1660125436 0 038038 432 848neonclang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020010420191221
1661025436 0 036960 428 848neonclang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020010420191221
1662425436 0 038038 432 848neonclang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020010420191221
1681125436 0 039014 432 880neonclang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020010420191221

Compiler output

Implementation: neon
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
stream.c: In file included from Speck64128NEON.h:16:0,
stream.c: from stream.c:20:
stream.c: Intrinsics_NEON_64block.h:26:18: warning: 'vld1q_u32' is static but used in inline function 'Encrypt_Xor' which is not static
stream.c: #define LD16(ip) vld1q_u32((u32 *)(ip))
stream.c: ^
stream.c: Intrinsics_NEON_64block.h:25:42: note: in definition of macro 'ST16'
stream.c: #define ST16(ip,X) vst1q_u32((u32 *)(ip),X)
stream.c: ^
stream.c: Intrinsics_NEON_64block.h:29:105: note: in expansion of macro 'LD16'
stream.c: #define XOR_STORE(in,out,X,Y) (ST16(out,XOR(Tps(Y,X).val[0],LD16(in))), ST16(out+16,XOR(Tps(Y,X).val[1],LD16(in+16))))
stream.c: ^~~~
stream.c: stream.c:276:22: note: in expansion of macro 'XOR_STORE'
stream.c: if (numbytes>=128) XOR_STORE(in+96,out+96,X[3],Y[3]);
stream.c: ^~~~~~~~~
stream.c: Intrinsics_NEON_64block.h:27:13: warning: 'vtrnq_u32' is static but used in inline function 'Encrypt_Xor' which is not static
stream.c: #define Tps vtrnq_u32
stream.c: ^
stream.c: Intrinsics_NEON_64block.h:25:42: note: in definition of macro 'ST16'
stream.c: #define ST16(ip,X) vst1q_u32((u32 *)(ip),X)
stream.c: ^
stream.c: Intrinsics_NEON_64block.h:29:89: note: in expansion of macro 'Tps'
stream.c: #define XOR_STORE(in,out,X,Y) (ST16(out,XOR(Tps(Y,X).val[0],LD16(in))), ST16(out+16,XOR(Tps(Y,X).val[1],LD16(in+16))))
stream.c: ^~~
stream.c: stream.c:276:22: note: in expansion of macro 'XOR_STORE'
stream.c: if (numbytes>=128) XOR_STORE(in+96,out+96,X[3],Y[3]);
stream.c: ...

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

Namespace violations

Implementation: neon
Security model: unknown
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
stream.o ExpandKey T

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