Implementation notes: aarch64, pi3bplus, crypto_sign/rwb0fuz1024

Computer: pi3bplus
Microarchitecture: aarch64; Cortex-A53 (410fd034)
Architecture: aarch64
CPU ID: 410fd034
SUPERCOP version: 202311020231107
Operation: crypto_sign
Primitive: rwb0fuz1024

Compiler output

Implementation: T:gmp
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
rwb0fuz1024.c: rwb0fuz1024.w: In function 'hash':
rwb0fuz1024.c: rwb0fuz1024.w:370:1: warning: 'SHA512_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
rwb0fuz1024.c: In file included from rwb0fuz1024.w:71:
rwb0fuz1024.c: /usr/include/openssl/sha.h:123:27: note: declared here
rwb0fuz1024.c: 123 | OSSL_DEPRECATEDIN_3_0 int SHA512_Init(SHA512_CTX *c);
rwb0fuz1024.c: | ^~~~~~~~~~~
rwb0fuz1024.c: rwb0fuz1024.w:371:1: warning: 'SHA512_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
rwb0fuz1024.c: /usr/include/openssl/sha.h:124:27: note: declared here
rwb0fuz1024.c: 124 | OSSL_DEPRECATEDIN_3_0 int SHA512_Update(SHA512_CTX *c,
rwb0fuz1024.c: | ^~~~~~~~~~~~~
rwb0fuz1024.c: rwb0fuz1024.w:372:1: warning: 'SHA512_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
rwb0fuz1024.c: /usr/include/openssl/sha.h:124:27: note: declared here
rwb0fuz1024.c: 124 | OSSL_DEPRECATEDIN_3_0 int SHA512_Update(SHA512_CTX *c,
rwb0fuz1024.c: | ^~~~~~~~~~~~~
rwb0fuz1024.c: rwb0fuz1024.w:373:1: warning: 'SHA512_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
rwb0fuz1024.c: /usr/include/openssl/sha.h:126:27: note: declared here
rwb0fuz1024.c: 126 | OSSL_DEPRECATEDIN_3_0 int SHA512_Final(unsigned char *md, SHA512_CTX *c);
rwb0fuz1024.c: | ^~~~~~~~~~~~
rwb0fuz1024.c: rwb0fuz1024.w:376:1: warning: 'SHA512_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
rwb0fuz1024.c: /usr/include/openssl/sha.h:123:27: note: declared here
rwb0fuz1024.c: 123 | OSSL_DEPRECATEDIN_3_0 int SHA512_Init(SHA512_CTX *c);
rwb0fuz1024.c: | ^~~~~~~~~~~
rwb0fuz1024.c: rwb0fuz1024.w:377:1: warning: 'SHA512_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
rwb0fuz1024.c: /usr/include/openssl/sha.h:124:27: note: declared here
rwb0fuz1024.c: 124 | OSSL_DEPRECATEDIN_3_0 int SHA512_Update(SHA512_CTX *c,
rwb0fuz1024.c: ...

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