Implementation notes: armeabi, cubie2, crypto_dh/ed448goldilocks

Computer: cubie2
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_dh
Primitive: ed448goldilocks
TimeImplementationCompilerBenchmark dateSUPERCOP version
6672742neongcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O22016122620161026
6673432neongcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O32016122620161026
6735064neongcc -mcpu=native -mfpu=neon-vfpv4 -O32016122620161026
7456057neongcc -mcpu=native -mfpu=neon-vfpv4 -O22016122620161026
7575084neongcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os2016122620161026
7631285neongcc -mcpu=native -mfpu=neon-vfpv4 -Os2016122620161026
17575731arm32gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O32016122620161026
17621927arm32gcc -mcpu=native -mfpu=neon-vfpv4 -O32016122620161026
17647194arm32gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O22016122620161026
18553814arm32gcc -mcpu=native -mfpu=neon-vfpv4 -O22016122620161026
20557437arm32gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os2016122620161026
2079575032gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O22016122620161026
21320497arm32gcc -mcpu=native -mfpu=neon-vfpv4 -Os2016122620161026
2257330032gcc -mcpu=native -mfpu=neon-vfpv4 -O22016122620161026
2298766832gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O32016122620161026
2348456932gcc -mcpu=native -mfpu=neon-vfpv4 -O32016122620161026
2679879532gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os2016122620161026
2885088032gcc -mcpu=native -mfpu=neon-vfpv4 -Os2016122620161026

Compiler output

Implementation: crypto_dh/ed448goldilocks/64
Compiler: gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2
barrett_field.c: In file included from /usr/include/endian.h:21:0,
barrett_field.c: from word.h:17,
barrett_field.c: from barrett_field.h:15,
barrett_field.c: from barrett_field.c:5:
barrett_field.c: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
barrett_field.c: # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
barrett_field.c: ^~~~~~~
barrett_field.c: In file included from barrett_field.h:15:0,
barrett_field.c: from barrett_field.c:5:
barrett_field.c: word.h:34:9: error: unknown type name '__uint128_t'
barrett_field.c: ...
barrett_field.c: ^~~
barrett_field.c: barrett_field.c:293:15: warning: right shift count >gt;= width of type [-Wshift-count-overflow]
barrett_field.c: carry >gt;>gt;= WORD_BITS;
barrett_field.c: ^~~
barrett_field.c: barrett_field.c:299:12: warning: right shift count >gt;= width of type [-Wshift-count-overflow]
barrett_field.c: scarry >gt;>gt;= WORD_BITS;
barrett_field.c: ^~~
barrett_field.c: barrett_field.c:300:12: warning: right shift count >gt;= width of type [-Wshift-count-overflow]
barrett_field.c: scarry >gt;>gt;= WORD_BITS;
barrett_field.c: ^~~

Number of similar (compiler,implementation) pairs: 12, namely:
CompilerImplementations
gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2 64 amd64
gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O3 64 amd64
gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os 64 amd64
gcc -mcpu=native -mfpu=neon-vfpv4 -O2 64 amd64
gcc -mcpu=native -mfpu=neon-vfpv4 -O3 64 amd64
gcc -mcpu=native -mfpu=neon-vfpv4 -Os 64 amd64

Compiler output

Implementation: crypto_dh/ed448goldilocks/32
Compiler: gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2
barrett_field.c: In file included from /usr/include/endian.h:21:0,
barrett_field.c: from word.h:17,
barrett_field.c: from barrett_field.h:15,
barrett_field.c: from barrett_field.c:5:
barrett_field.c: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
barrett_field.c: # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
barrett_field.c: ^~~~~~~
ec_point.c: In file included from /usr/include/endian.h:21:0,
ec_point.c: from word.h:17,
ec_point.c: from p448.h:7,
ec_point.c: from ec_point.h:13,
ec_point.c: from ec_point.c:12:
ec_point.c: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
ec_point.c: # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
ec_point.c: ^~~~~~~
goldilocks.c: In file included from /usr/include/endian.h:21:0,
goldilocks.c: from word.h:17,
goldilocks.c: from goldilocks.c:6:
goldilocks.c: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
goldilocks.c: # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
goldilocks.c: ^~~~~~~
magic.c: In file included from /usr/include/endian.h:21:0,
magic.c: from word.h:17,
magic.c: from magic.h:14,
magic.c: from field.h:11,
magic.c: from magic.c:5:
magic.c: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
magic.c: # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
magic.c: ^~~~~~~
p448.c: In file included from /usr/include/endian.h:21:0,
p448.c: from word.h:17,
p448.c: from p448.c:5:
p448.c: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
p448.c: # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
p448.c: ^~~~~~~
scalarmul.c: In file included from /usr/include/endian.h:21:0,
scalarmul.c: from word.h:17,
scalarmul.c: from scalarmul.c:5:
scalarmul.c: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
scalarmul.c: # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
scalarmul.c: ^~~~~~~
sha512.c: In file included from /usr/include/endian.h:21:0,
sha512.c: from word.h:17,
sha512.c: from sha512.c:5:
sha512.c: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
sha512.c: # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
sha512.c: ^~~~~~~

Number of similar (compiler,implementation) pairs: 18, namely:
CompilerImplementations
gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2 32 arm32 neon
gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O3 32 arm32 neon
gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os 32 arm32 neon
gcc -mcpu=native -mfpu=neon-vfpv4 -O2 32 arm32 neon
gcc -mcpu=native -mfpu=neon-vfpv4 -O3 32 arm32 neon
gcc -mcpu=native -mfpu=neon-vfpv4 -Os 32 arm32 neon