Test results for aarch64, pi3bplus, crypto_dh/ed448goldilocks

[Page version: 20241006 02:07:03]

Measurements for aarch64, pi3bplus, crypto_dh Test results for aarch64, pi3bplus, crypto_dh Test results for crypto_dh/ed448goldilocks
Computer: pi3bplus
Microarchitecture: aarch64; Cortex-A53 (410fd034)
Architecture: aarch64
CPU ID: 410fd034
SUPERCOP version: 20240909
Operation: crypto_dh
Primitive: ed448goldilocks

Checksum failure


e21a908e50081483c253fed14699efd1f77499d42c3c6fcf08607b884bbfaad3

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:64gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
T:64gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
T:64gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
T:64gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

Test failure


error 111
crypto_dh returns nonzero

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:32gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
T:32gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
T:32gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
T:32gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

Compiler output


barrett_field.c: In file included from /usr/include/endian.h:21,
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:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
barrett_field.c:   194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
barrett_field.c:       |   ^~~~~~~
dh.c: dh.c:16:19: warning: argument 1 of type 'unsigned char[144]' with mismatched bound [-Warray-parameter=]
dh.c:    16 |     unsigned char pk[SECRETKEY_BYTES],
dh.c:       |     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
dh.c: In file included from crypto_dh.h:4,
dh.c:                  from dh.c:13:
dh.c: crypto_dh_ed448goldilocks.h:33:61: note: previously declared as 'unsigned char *'
dh.c:    33 | extern int crypto_dh_ed448goldilocks_32_timingleaks_keypair(unsigned char *,unsigned char *);
dh.c:       |                                                             ^~~~~~~~~~~~~~~
dh.c: dh.c:17:19: warning: argument 2 of type 'unsigned char[56]' with mismatched bound [-Warray-parameter=]
dh.c:    17 |     unsigned char sk[PUBLICKEY_BYTES]
dh.c:       |     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
dh.c: crypto_dh_ed448goldilocks.h:33:77: note: previously declared as 'unsigned char *'
dh.c:    33 | extern int crypto_dh_ed448goldilocks_32_timingleaks_keypair(unsigned char *,unsigned char *);
dh.c:       |                                                                             ^~~~~~~~~~~~~~~
dh.c: dh.c:31:19: warning: argument 1 of type 'unsigned char[64]' with mismatched bound [-Warray-parameter=]
dh.c:    31 |     unsigned char s[SHAREDSECRET_BYTES],
dh.c:       |     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
dh.c: crypto_dh_ed448goldilocks.h:32:53: note: previously declared as 'unsigned char *'
dh.c:    32 | extern int crypto_dh_ed448goldilocks_32_timingleaks(unsigned char *,const unsigned char *,const unsigned char *);
dh.c:       |                                                     ^~~~~~~~~~~~~~~
dh.c: dh.c:32:25: warning: argument 2 of type 'const unsigned char[56]' with mismatched bound [-Warray-parameter=]
dh.c:    32 |     const unsigned char pk[PUBLICKEY_BYTES],
dh.c:       |     ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
dh.c: crypto_dh_ed448goldilocks.h:32:69: note: previously declared as 'const unsigned char *'
dh.c:    32 | extern int crypto_dh_ed448goldilocks_32_timingleaks(unsigned char *,const unsigned char *,const unsigned char *);
dh.c: ...
ec_point.c: In file included from /usr/include/endian.h:21,
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:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
ec_point.c:   194 | # 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,
goldilocks.c:                  from word.h:17,
goldilocks.c:                  from goldilocks.c:6:
goldilocks.c: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
goldilocks.c:   194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
goldilocks.c:       |   ^~~~~~~
magic.c: In file included from /usr/include/endian.h:21,
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:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
magic.c:   194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
magic.c:       |   ^~~~~~~
p448.c: In file included from /usr/include/endian.h:21,
p448.c:                  from word.h:17,
p448.c:                  from p448.c:5:
p448.c: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
p448.c:   194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
p448.c:       |   ^~~~~~~
scalarmul.c: In file included from /usr/include/endian.h:21,
scalarmul.c:                  from word.h:17,
scalarmul.c:                  from scalarmul.c:5:
scalarmul.c: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
scalarmul.c:   194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
scalarmul.c:       |   ^~~~~~~
scalarmul.c: scalarmul.c:304:18: warning: argument 2 of type 'const word_t[14]' {aka 'const unsigned int[14]'} with mismatched bound [-Warray-parameter=]
scalarmul.c:   304 |     const word_t scalar[SCALAR_WORDS],
scalarmul.c:       |     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
scalarmul.c: In file included from scalarmul.c:12:
scalarmul.c: scalarmul.h:201:19: note: previously declared as 'const word_t *' {aka 'const unsigned int *'}
scalarmul.c:   201 |     const word_t *scalar,
scalarmul.c:       |     ~~~~~~~~~~~~~~^~~~~~
scalarmul.c: scalarmul.c:776:18: warning: argument 2 of type 'const word_t[14]' {aka 'const unsigned int[14]'} with mismatched bound [-Warray-parameter=]
scalarmul.c:   776 |     const word_t scalar[SCALAR_WORDS],
scalarmul.c:       |     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
scalarmul.c: scalarmul.h:219:19: note: previously declared as 'const word_t *' {aka 'const unsigned int *'}
scalarmul.c:   219 |     const word_t *scalar,
scalarmul.c:       |     ~~~~~~~~~~~~~~^~~~~~
scalarmul.c: scalarmul.c:817:18: warning: argument 2 of type 'const word_t[14]' {aka 'const unsigned int[14]'} with mismatched bound [-Warray-parameter=]
scalarmul.c:   817 |     const word_t scalar[SCALAR_WORDS],
scalarmul.c:       |     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
scalarmul.c: scalarmul.h:260:19: note: previously declared as 'const word_t *' {aka 'const unsigned int *'}
scalarmul.c:   260 |     const word_t *scalar,
scalarmul.c:       |     ~~~~~~~~~~~~~~^~~~~~
sha512.c: In file included from /usr/include/endian.h:21,
sha512.c:                  from word.h:17,
sha512.c:                  from sha512.c:5:
sha512.c: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
sha512.c:   194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
sha512.c:       |   ^~~~~~~

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:32gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
T:32gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
T:32gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
T:32gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

Compiler output


barrett_field.c: In file included from /usr/include/endian.h:21,
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:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
barrett_field.c:   194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
barrett_field.c:       |   ^~~~~~~
dh.c: dh.c:16:19: warning: argument 1 of type 'unsigned char[144]' with mismatched bound [-Warray-parameter=]
dh.c:    16 |     unsigned char pk[SECRETKEY_BYTES],
dh.c:       |     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
dh.c: In file included from crypto_dh.h:4,
dh.c:                  from dh.c:13:
dh.c: crypto_dh_ed448goldilocks.h:33:61: note: previously declared as 'unsigned char *'
dh.c:    33 | extern int crypto_dh_ed448goldilocks_64_timingleaks_keypair(unsigned char *,unsigned char *);
dh.c:       |                                                             ^~~~~~~~~~~~~~~
dh.c: dh.c:17:19: warning: argument 2 of type 'unsigned char[56]' with mismatched bound [-Warray-parameter=]
dh.c:    17 |     unsigned char sk[PUBLICKEY_BYTES]
dh.c:       |     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
dh.c: crypto_dh_ed448goldilocks.h:33:77: note: previously declared as 'unsigned char *'
dh.c:    33 | extern int crypto_dh_ed448goldilocks_64_timingleaks_keypair(unsigned char *,unsigned char *);
dh.c:       |                                                                             ^~~~~~~~~~~~~~~
dh.c: dh.c:31:19: warning: argument 1 of type 'unsigned char[64]' with mismatched bound [-Warray-parameter=]
dh.c:    31 |     unsigned char s[SHAREDSECRET_BYTES],
dh.c:       |     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
dh.c: crypto_dh_ed448goldilocks.h:32:53: note: previously declared as 'unsigned char *'
dh.c:    32 | extern int crypto_dh_ed448goldilocks_64_timingleaks(unsigned char *,const unsigned char *,const unsigned char *);
dh.c:       |                                                     ^~~~~~~~~~~~~~~
dh.c: dh.c:32:25: warning: argument 2 of type 'const unsigned char[56]' with mismatched bound [-Warray-parameter=]
dh.c:    32 |     const unsigned char pk[PUBLICKEY_BYTES],
dh.c:       |     ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
dh.c: crypto_dh_ed448goldilocks.h:32:69: note: previously declared as 'const unsigned char *'
dh.c:    32 | extern int crypto_dh_ed448goldilocks_64_timingleaks(unsigned char *,const unsigned char *,const unsigned char *);
dh.c: ...
goldilocks.c: In file included from /usr/include/endian.h:21,
goldilocks.c:                  from word.h:17,
goldilocks.c:                  from goldilocks.c:6:
goldilocks.c: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
goldilocks.c:   194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
goldilocks.c:       |   ^~~~~~~
magic.c: In file included from /usr/include/endian.h:21,
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:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
magic.c:   194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
magic.c:       |   ^~~~~~~
scalarmul.c: In file included from /usr/include/endian.h:21,
scalarmul.c:                  from word.h:17,
scalarmul.c:                  from scalarmul.c:5:
scalarmul.c: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
scalarmul.c:   194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
scalarmul.c:       |   ^~~~~~~
scalarmul.c: scalarmul.c:304:18: warning: argument 2 of type 'const word_t[7]' {aka 'const long unsigned int[7]'} with mismatched bound [-Warray-parameter=]
scalarmul.c:   304 |     const word_t scalar[SCALAR_WORDS],
scalarmul.c:       |     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
scalarmul.c: In file included from scalarmul.c:12:
scalarmul.c: scalarmul.h:201:19: note: previously declared as 'const word_t *' {aka 'const long unsigned int *'}
scalarmul.c:   201 |     const word_t *scalar,
scalarmul.c:       |     ~~~~~~~~~~~~~~^~~~~~
scalarmul.c: scalarmul.c:776:18: warning: argument 2 of type 'const word_t[7]' {aka 'const long unsigned int[7]'} with mismatched bound [-Warray-parameter=]
scalarmul.c:   776 |     const word_t scalar[SCALAR_WORDS],
scalarmul.c:       |     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
scalarmul.c: scalarmul.h:219:19: note: previously declared as 'const word_t *' {aka 'const long unsigned int *'}
scalarmul.c:   219 |     const word_t *scalar,
scalarmul.c:       |     ~~~~~~~~~~~~~~^~~~~~
scalarmul.c: scalarmul.c:817:18: warning: argument 2 of type 'const word_t[7]' {aka 'const long unsigned int[7]'} with mismatched bound [-Warray-parameter=]
scalarmul.c:   817 |     const word_t scalar[SCALAR_WORDS],
scalarmul.c:       |     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
scalarmul.c: scalarmul.h:260:19: note: previously declared as 'const word_t *' {aka 'const long unsigned int *'}
scalarmul.c:   260 |     const word_t *scalar,
scalarmul.c:       |     ~~~~~~~~~~~~~~^~~~~~
sha512.c: In file included from /usr/include/endian.h:21,
sha512.c:                  from word.h:17,
sha512.c:                  from sha512.c:5:
sha512.c: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
sha512.c:   194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
sha512.c:       |   ^~~~~~~

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:64gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
T:64gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
T:64gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
T:64gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

Compiler output


barrett_field.c: In file included from /usr/include/endian.h:21,
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:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
barrett_field.c:   194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
barrett_field.c:       |   ^~~~~~~
dh.c: dh.c:16:19: warning: argument 1 of type 'unsigned char[144]' with mismatched bound [-Warray-parameter=]
dh.c:    16 |     unsigned char pk[SECRETKEY_BYTES],
dh.c:       |     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
dh.c: In file included from crypto_dh.h:4,
dh.c:                  from dh.c:13:
dh.c: crypto_dh_ed448goldilocks.h:33:64: note: previously declared as 'unsigned char *'
dh.c:    33 | extern int crypto_dh_ed448goldilocks_amd64_timingleaks_keypair(unsigned char *,unsigned char *);
dh.c:       |                                                                ^~~~~~~~~~~~~~~
dh.c: dh.c:17:19: warning: argument 2 of type 'unsigned char[56]' with mismatched bound [-Warray-parameter=]
dh.c:    17 |     unsigned char sk[PUBLICKEY_BYTES]
dh.c:       |     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
dh.c: crypto_dh_ed448goldilocks.h:33:80: note: previously declared as 'unsigned char *'
dh.c:    33 | extern int crypto_dh_ed448goldilocks_amd64_timingleaks_keypair(unsigned char *,unsigned char *);
dh.c:       |                                                                                ^~~~~~~~~~~~~~~
dh.c: dh.c:31:19: warning: argument 1 of type 'unsigned char[64]' with mismatched bound [-Warray-parameter=]
dh.c:    31 |     unsigned char s[SHAREDSECRET_BYTES],
dh.c:       |     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
dh.c: crypto_dh_ed448goldilocks.h:32:56: note: previously declared as 'unsigned char *'
dh.c:    32 | extern int crypto_dh_ed448goldilocks_amd64_timingleaks(unsigned char *,const unsigned char *,const unsigned char *);
dh.c:       |                                                        ^~~~~~~~~~~~~~~
dh.c: dh.c:32:25: warning: argument 2 of type 'const unsigned char[56]' with mismatched bound [-Warray-parameter=]
dh.c:    32 |     const unsigned char pk[PUBLICKEY_BYTES],
dh.c:       |     ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
dh.c: crypto_dh_ed448goldilocks.h:32:72: note: previously declared as 'const unsigned char *'
dh.c:    32 | extern int crypto_dh_ed448goldilocks_amd64_timingleaks(unsigned char *,const unsigned char *,const unsigned char *);
dh.c: ...
goldilocks.c: In file included from /usr/include/endian.h:21,
goldilocks.c:                  from word.h:17,
goldilocks.c:                  from goldilocks.c:6:
goldilocks.c: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
goldilocks.c:   194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
goldilocks.c:       |   ^~~~~~~
magic.c: In file included from /usr/include/endian.h:21,
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:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
magic.c:   194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
magic.c:       |   ^~~~~~~
p448.c: In file included from p448.c:6:
p448.c: In function 'mac',
p448.c:     inlined from 'p448_mul' at p448.c:40:5:
p448.c: x86-64-arith.h:94:3: error: unknown register name 'rdx' in 'asm'
p448.c:    94 |   __asm__ volatile
p448.c:       |   ^~~~~~~
p448.c: x86-64-arith.h:94:3: error: unknown register name 'rax' in 'asm'
p448.c: In function 'mac',
p448.c:     inlined from 'p448_mul' at p448.c:41:5:
p448.c: x86-64-arith.h:94:3: error: unknown register name 'rdx' in 'asm'
p448.c:    94 |   __asm__ volatile
p448.c:       |   ^~~~~~~
p448.c: x86-64-arith.h:94:3: error: unknown register name 'rax' in 'asm'
p448.c: In function 'mac',
p448.c:     inlined from 'p448_mul' at p448.c:42:5:
p448.c: x86-64-arith.h:94:3: error: unknown register name 'rdx' in 'asm'
p448.c:    94 |   __asm__ volatile
p448.c:       |   ^~~~~~~
p448.c: x86-64-arith.h:94:3: error: unknown register name 'rax' in 'asm'
p448.c: In function 'mac',
p448.c:     inlined from 'p448_mul' at p448.c:44:5:
p448.c: x86-64-arith.h:94:3: error: unknown register name 'rdx' in 'asm'
p448.c:    94 |   __asm__ volatile
p448.c:       |   ^~~~~~~
p448.c: x86-64-arith.h:94:3: error: unknown register name 'rax' in 'asm'
p448.c: ...

Number of similar (implementation,compiler) pairs: 3, namely:
ImplementationCompiler
T:amd64gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
T:amd64gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
T:amd64gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

Compiler output


barrett_field.c: In file included from /usr/include/endian.h:21,
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:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
barrett_field.c:   194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
barrett_field.c:       |   ^~~~~~~
dh.c: dh.c:16:19: warning: argument 1 of type 'unsigned char[144]' with mismatched bound [-Warray-parameter=]
dh.c:    16 |     unsigned char pk[SECRETKEY_BYTES],
dh.c:       |     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
dh.c: In file included from crypto_dh.h:4,
dh.c:                  from dh.c:13:
dh.c: crypto_dh_ed448goldilocks.h:33:64: note: previously declared as 'unsigned char *'
dh.c:    33 | extern int crypto_dh_ed448goldilocks_amd64_timingleaks_keypair(unsigned char *,unsigned char *);
dh.c:       |                                                                ^~~~~~~~~~~~~~~
dh.c: dh.c:17:19: warning: argument 2 of type 'unsigned char[56]' with mismatched bound [-Warray-parameter=]
dh.c:    17 |     unsigned char sk[PUBLICKEY_BYTES]
dh.c:       |     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
dh.c: crypto_dh_ed448goldilocks.h:33:80: note: previously declared as 'unsigned char *'
dh.c:    33 | extern int crypto_dh_ed448goldilocks_amd64_timingleaks_keypair(unsigned char *,unsigned char *);
dh.c:       |                                                                                ^~~~~~~~~~~~~~~
dh.c: dh.c:31:19: warning: argument 1 of type 'unsigned char[64]' with mismatched bound [-Warray-parameter=]
dh.c:    31 |     unsigned char s[SHAREDSECRET_BYTES],
dh.c:       |     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
dh.c: crypto_dh_ed448goldilocks.h:32:56: note: previously declared as 'unsigned char *'
dh.c:    32 | extern int crypto_dh_ed448goldilocks_amd64_timingleaks(unsigned char *,const unsigned char *,const unsigned char *);
dh.c:       |                                                        ^~~~~~~~~~~~~~~
dh.c: dh.c:32:25: warning: argument 2 of type 'const unsigned char[56]' with mismatched bound [-Warray-parameter=]
dh.c:    32 |     const unsigned char pk[PUBLICKEY_BYTES],
dh.c:       |     ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
dh.c: crypto_dh_ed448goldilocks.h:32:72: note: previously declared as 'const unsigned char *'
dh.c:    32 | extern int crypto_dh_ed448goldilocks_amd64_timingleaks(unsigned char *,const unsigned char *,const unsigned char *);
dh.c: ...
goldilocks.c: In file included from /usr/include/endian.h:21,
goldilocks.c:                  from word.h:17,
goldilocks.c:                  from goldilocks.c:6:
goldilocks.c: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
goldilocks.c:   194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
goldilocks.c:       |   ^~~~~~~
magic.c: In file included from /usr/include/endian.h:21,
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:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
magic.c:   194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
magic.c:       |   ^~~~~~~
p448.c: In file included from p448.c:6:
p448.c: x86-64-arith.h: In function 'widemul':
p448.c: x86-64-arith.h:17:3: error: impossible constraint in 'asm'
p448.c:    17 |   __asm__ volatile
p448.c:       |   ^~~~~~~
p448.c: x86-64-arith.h: In function 'mac':
p448.c: x86-64-arith.h:94:3: error: unknown register name 'rdx' in 'asm'
p448.c:    94 |   __asm__ volatile
p448.c:       |   ^~~~~~~
p448.c: x86-64-arith.h:94:3: error: unknown register name 'rax' in 'asm'
p448.c: x86-64-arith.h: In function 'mac_rm':
p448.c: x86-64-arith.h:153:3: error: unknown register name 'rdx' in 'asm'
p448.c:   153 |   __asm__ volatile
p448.c:       |   ^~~~~~~
p448.c: x86-64-arith.h:153:3: error: unknown register name 'rax' in 'asm'
p448.c: x86-64-arith.h: In function 'mac2':
p448.c: x86-64-arith.h:181:3: error: unknown register name 'rdx' in 'asm'
p448.c:   181 |   __asm__ volatile
p448.c:       |   ^~~~~~~
p448.c: x86-64-arith.h:181:3: error: unknown register name 'rax' in 'asm'
p448.c: x86-64-arith.h: In function 'msb':
p448.c: x86-64-arith.h:208:3: error: unknown register name 'rdx' in 'asm'
p448.c:   208 |   __asm__ volatile
p448.c:       |   ^~~~~~~
p448.c: x86-64-arith.h:208:3: error: unknown register name 'rax' in 'asm'
p448.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:amd64gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)