Implementation notes: aarch64, a72, crypto_scalarmult/curve25519

Computer: a72
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_scalarmult
Primitive: curve25519
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
1462581? ? ?? ? ?ref10gcc_-march=native_-mtune=native_-Os2017101020170904
1465570? ? ?? ? ?ref10gcc_-funroll-loops_-march=native_-mtune=native_-O32017101020170904
1471161? ? ?? ? ?ref10gcc_-march=native_-mtune=native_-O22017101020170904
1477238? ? ?? ? ?ref10gcc_-funroll-loops_-march=native_-mtune=native_-O22017101020170904
1484170? ? ?? ? ?ref10gcc_-march=native_-mtune=native_-O32017101020170904
1506896? ? ?? ? ?ref10gcc_-funroll-loops_-march=native_-mtune=native_-Os2017101020170904
1617568? ? ?? ? ?donna_c64gcc_-march=native_-mtune=native_-O32017101020170904
1620481? ? ?? ? ?donna_c64gcc_-funroll-loops_-march=native_-mtune=native_-O32017101020170904
1630466? ? ?? ? ?donna_c64gcc_-funroll-loops_-march=native_-mtune=native_-O22017101020170904
1671189? ? ?? ? ?donna_c64gcc_-march=native_-mtune=native_-O22017101020170904
1786466? ? ?? ? ?donna_c64gcc_-funroll-loops_-march=native_-mtune=native_-Os2017101020170904
1792802? ? ?? ? ?donna_c64gcc_-march=native_-mtune=native_-Os2017101020170904
22024494? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017101020170904
23335058? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017101020170904
24678336? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017101020170904
32031016? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017101020170904
40461121? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017101020170904
40991508? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017101020170904

Compiler output

Implementation: crypto_scalarmult/curve25519/donna_c64
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
smult.c: smult.c:149:1: warning: always_inline function might not be inlinable [-Wattributes]
smult.c: fsquare_times(felem output, const felem in, limb count) {
smult.c: ^~~~~~~~~~~~~
smult.c: smult.c:100:1: warning: always_inline function might not be inlinable [-Wattributes]
smult.c: fmul(felem output, const felem in2, const felem in) {
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 -march=native -mtune=native -O2 donna_c64
gcc -funroll-loops -march=native -mtune=native -O3 donna_c64
gcc -funroll-loops -march=native -mtune=native -Os donna_c64
gcc -march=native -mtune=native -O2 donna_c64
gcc -march=native -mtune=native -O3 donna_c64
gcc -march=native -mtune=native -Os donna_c64