Implementation notes: armeabi, cubox, crypto_scalarmult/curve25519

Computer: cubox
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_scalarmult
Primitive: curve25519
TimeImplementationCompilerBenchmark dateSUPERCOP version
7715714ref10gcc -funroll-loops -mcpu=marvell-pj4 -Os2016121920161026
8046522ref10gcc -mcpu=marvell-pj4 -Os2016121920161026
8586572ref10gcc -funroll-loops -mcpu=marvell-pj4 -O32016121920161026
8587636ref10gcc -funroll-loops -mcpu=marvell-pj4 -O22016121920161026
8759185ref10gcc -mcpu=marvell-pj4 -O22016121920161026
8785506ref10gcc -mcpu=marvell-pj4 -O32016121920161026
65987866refgcc -funroll-loops -mcpu=marvell-pj4 -O32016121920161026
67561816refgcc -funroll-loops -mcpu=marvell-pj4 -O22016121920161026
84715057refgcc -funroll-loops -mcpu=marvell-pj4 -Os2016121920161026
84746686refgcc -mcpu=marvell-pj4 -Os2016121920161026
84970002refgcc -mcpu=marvell-pj4 -O32016121920161026
85917052refgcc -mcpu=marvell-pj4 -O22016121920161026

Test failure

Implementation: crypto_scalarmult/curve25519/neon2
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -O2
error 111

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -mcpu=marvell-pj4 -O2 neon2
gcc -funroll-loops -mcpu=marvell-pj4 -O3 neon2
gcc -funroll-loops -mcpu=marvell-pj4 -Os neon2
gcc -mcpu=marvell-pj4 -O2 neon2
gcc -mcpu=marvell-pj4 -O3 neon2
gcc -mcpu=marvell-pj4 -Os neon2

Compiler output

Implementation: crypto_scalarmult/curve25519/donna_c64
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -O2
smult.c: smult.c:34:1: error: unable to emulate 'TI'
smult.c: typedef unsigned uint128_t __attribute__((mode(TI)));
smult.c: ^~~~~~~
smult.c: smult.c: In function 'fscalar_product':
smult.c: smult.c:76:49: warning: right shift count >gt;= width of type [-Wshift-count-overflow]
smult.c: a = ((uint128_t) in[1]) * scalar + ((limb) (a >gt;>gt; 51));
smult.c: ^~
smult.c: smult.c:79:49: warning: right shift count >gt;= width of type [-Wshift-count-overflow]
smult.c: a = ((uint128_t) in[2]) * scalar + ((limb) (a >gt;>gt; 51));
smult.c: ^~
smult.c: ...
smult.c: ^~~~
smult.c: smult.c:70:1: warning: always_inline function might not be inlinable [-Wattributes]
smult.c: fscalar_product(felem output, const felem in, const limb scalar) {
smult.c: ^~~~~~~~~~~~~~~
smult.c: smult.c:56:1: warning: always_inline function might not be inlinable [-Wattributes]
smult.c: fdifference_backwards(felem out, const felem in) {
smult.c: ^~~~~~~~~~~~~~~~~~~~~
smult.c: smult.c:41:1: warning: always_inline function might not be inlinable [-Wattributes]
smult.c: fsum(limb *output, const limb *in) {
smult.c: ^~~~

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -mcpu=marvell-pj4 -O2 donna_c64
gcc -funroll-loops -mcpu=marvell-pj4 -O3 donna_c64
gcc -funroll-loops -mcpu=marvell-pj4 -Os donna_c64
gcc -mcpu=marvell-pj4 -O2 donna_c64
gcc -mcpu=marvell-pj4 -O3 donna_c64
gcc -mcpu=marvell-pj4 -Os donna_c64