Implementation notes: amd64, beelink, crypto_sign/mqqsig192

Computer: beelink
Microarchitecture: amd64; Zen3 (a50f00)
Architecture: amd64
CPU ID: AuthenticAMD-00a50f00-178bfbff
SUPERCOP version: 20221122
Operation: crypto_sign
Primitive: mqqsig192

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
mqq-sign.c: In file included from mqq-sign.c:55:
mqq-sign.c: In file included from /home/djb/supercop-20221122/supercop-data/beelink/amd64/include/timingleaks/crypto_hash_sha512.h:4:
mqq-sign.c: In file included from /usr/include/openssl/rand.h:23:
mqq-sign.c: In file included from /usr/include/openssl/evp.h:32:
mqq-sign.c: In file included from /usr/include/openssl/params.h:16:
mqq-sign.c: /usr/include/openssl/bn.h:237:33: error: expected ')'
mqq-sign.c: int BN_security_bits(int L, int N);
mqq-sign.c: ^
mqq-sign.c: ./mqqsig.h:40:11: note: expanded from macro 'N'
mqq-sign.c: #define N 192
mqq-sign.c: ^
mqq-sign.c: /usr/include/openssl/bn.h:237:21: note: to match this '('
mqq-sign.c: int BN_security_bits(int L, int N);
mqq-sign.c: ^
mqq-sign.c: In file included from mqq-sign.c:55:
mqq-sign.c: In file included from /home/djb/supercop-20221122/supercop-data/beelink/amd64/include/timingleaks/crypto_hash_sha512.h:4:
mqq-sign.c: In file included from /usr/include/openssl/rand.h:23:
mqq-sign.c: /usr/include/openssl/evp.h:1498:29: error: expected ')'
mqq-sign.c: uint64_t N, uint64_t r, uint64_t p, uint64_t maxmem,
mqq-sign.c: ^
mqq-sign.c: ./mqqsig.h:40:11: note: expanded from macro 'N'
mqq-sign.c: #define N 192
mqq-sign.c: ^
mqq-sign.c: /usr/include/openssl/evp.h:1496:19: note: to match this '('
mqq-sign.c: int EVP_PBE_scrypt(const char *pass, size_t passlen,
mqq-sign.c: ...

Number of similar (compiler,implementation) pairs: 5, namely:
CompilerImplementations
clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref
clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref
clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
mqq-sign.c: In file included from mqq-sign.c:52:
mqq-sign.c: mqqsig.h:40:11: error: expected ';', ',' or ')' before numeric constant
mqq-sign.c: 40 | #define N 192
mqq-sign.c: | ^~~
mqq-sign.c: mqqsig.h:40:11: error: expected ';', ',' or ')' before numeric constant
mqq-sign.c: 40 | #define N 192
mqq-sign.c: | ^~~
mqq-sign.c: mqqsig.h:40:11: error: expected ';', ',' or ')' before numeric constant
mqq-sign.c: 40 | #define N 192
mqq-sign.c: | ^~~

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