Implementation notes: armeabi, rpi4, crypto_sign/gemss192

Computer: rpi4
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20191221
Operation: crypto_sign
Primitive: gemss192

Compiler output

Implementation: opt
Security model: unknown
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
arith_gf2n.c: In file included from arith_gf2n.c:1:
arith_gf2n.c: In file included from ./arith_gf2n.h:9:
arith_gf2n.c: In file included from ./tools_gf2n.h:162:
arith_gf2n.c: ./mul_gf2x.h:17:14: fatal error: 'gf2x/gf2x_mul1.h' file not found
arith_gf2n.c: #include <gf2x/gf2x_mul1.h>
arith_gf2n.c: ^~~~~~~~~~~~~~~~~~
arith_gf2n.c: 1 error generated.

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

Compiler output

Implementation: opt
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
arith_gf2n.c: In file included from tools_gf2n.h:162,
arith_gf2n.c: from arith_gf2n.h:9,
arith_gf2n.c: from arith_gf2n.c:1:
arith_gf2n.c: mul_gf2x.h:17:14: fatal error: gf2x/gf2x_mul1.h: No such file or directory
arith_gf2n.c: #include <gf2x/gf2x_mul1.h>
arith_gf2n.c: ^~~~~~~~~~~~~~~~~~
arith_gf2n.c: compilation terminated.

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

Compiler output

Implementation: ref
Security model: unknown
Compiler: clang++ -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
KAT_int.c: clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
bit.c: clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
convMQS_gf2.c: clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
evalMQnocst_gf2.c: clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
printgf2x.c: clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
sign.c: clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
sign_openHFE.c: clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
sign_openHFE.c: sign_openHFE.c:205:55: warning: shift count >= width of type [-Wshift-count-overflow]
sign_openHFE.c: D[SIZE_DIGEST_UINT*(i-1)+NB_WORD_GFqm-1]&=HFE_MASKm;
sign_openHFE.c: ^~~~~~~~~
sign_openHFE.c: ./config_HFE.h:613:19: note: expanded from macro 'HFE_MASKm'
sign_openHFE.c: #define HFE_MASKm mask64(HFEmr)
sign_openHFE.c: ^~~~~~~~~~~~~
sign_openHFE.c: ./bit.h:44:28: note: expanded from macro 'mask64'
sign_openHFE.c: #define mask64(k) ((k)?(1UL<<(k))-1UL:-1UL)
sign_openHFE.c: ^ ~~~
sign_openHFE.c: sign_openHFE.c:210:51: warning: shift count >= width of type [-Wshift-count-overflow]
sign_openHFE.c: D[SIZE_DIGEST_UINT*(i-1)+NB_WORD_GFqm-1]&=HFE_MASKm;
sign_openHFE.c: ^~~~~~~~~
sign_openHFE.c: ./config_HFE.h:613:19: note: expanded from macro 'HFE_MASKm'
sign_openHFE.c: #define HFE_MASKm mask64(HFEmr)
sign_openHFE.c: ^~~~~~~~~~~~~
sign_openHFE.c: ./bit.h:44:28: note: expanded from macro 'mask64'
sign_openHFE.c: #define mask64(k) ((k)?(1UL<<(k))-1UL:-1UL)
sign_openHFE.c: ^ ~~~
sign_openHFE.c: sign_openHFE.c:232:37: warning: shift count >= width of type [-Wshift-count-overflow]
sign_openHFE.c: Si[NB_WORD_GFqm-1]&=HFE_MASKm;
sign_openHFE.c: ^~~~~~~~~
sign_openHFE.c: ./config_HFE.h:613:19: note: expanded from macro 'HFE_MASKm'
sign_openHFE.c: #define HFE_MASKm mask64(HFEmr)
sign_openHFE.c: ^~~~~~~~~~~~~
sign_openHFE.c: ...
chooseRootHFE.cpp: In file included from chooseRootHFE.cpp:4:
chooseRootHFE.cpp: ./convNTL.hpp:5:10: fatal error: 'NTL/GF2EX.h' file not found
chooseRootHFE.cpp: #include <NTL/GF2EX.h>
chooseRootHFE.cpp: ^~~~~~~~~~~~~
chooseRootHFE.cpp: 1 error generated.

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

Compiler output

Implementation: ref
Security model: unknown
Compiler: g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
sign_openHFE.c: In file included from config_HFE.h:5,
sign_openHFE.c: from sign_openHFE.h:4,
sign_openHFE.c: from sign_openHFE.c:1:
sign_openHFE.c: sign_openHFE.c: In function 'int sign_openHFE(const unsigned char*, size_t, const unsigned char*, const uint64_t*)':
sign_openHFE.c: bit.h:44:32: warning: left shift count >= width of type [-Wshift-count-overflow]
sign_openHFE.c: #define mask64(k) ((k)?(1UL<<(k))-1UL:-1UL)
sign_openHFE.c: ^
sign_openHFE.c: config_HFE.h:613:19: note: in expansion of macro 'mask64'
sign_openHFE.c: #define HFE_MASKm mask64(HFEmr)
sign_openHFE.c: ^~~~~~
sign_openHFE.c: sign_openHFE.c:205:55: note: in expansion of macro 'HFE_MASKm'
sign_openHFE.c: D[SIZE_DIGEST_UINT*(i-1)+NB_WORD_GFqm-1]&=HFE_MASKm;
sign_openHFE.c: ^~~~~~~~~
sign_openHFE.c: bit.h:44:32: warning: left shift count >= width of type [-Wshift-count-overflow]
sign_openHFE.c: #define mask64(k) ((k)?(1UL<<(k))-1UL:-1UL)
sign_openHFE.c: ^
sign_openHFE.c: config_HFE.h:613:19: note: in expansion of macro 'mask64'
sign_openHFE.c: #define HFE_MASKm mask64(HFEmr)
sign_openHFE.c: ^~~~~~
sign_openHFE.c: sign_openHFE.c:210:51: note: in expansion of macro 'HFE_MASKm'
sign_openHFE.c: D[SIZE_DIGEST_UINT*(i-1)+NB_WORD_GFqm-1]&=HFE_MASKm;
sign_openHFE.c: ^~~~~~~~~
sign_openHFE.c: bit.h:44:32: warning: left shift count >= width of type [-Wshift-count-overflow]
sign_openHFE.c: #define mask64(k) ((k)?(1UL<<(k))-1UL:-1UL)
sign_openHFE.c: ^
sign_openHFE.c: ...
chooseRootHFE.cpp: In file included from chooseRootHFE.cpp:4:
chooseRootHFE.cpp: convNTL.hpp:5:10: fatal error: NTL/GF2EX.h: No such file or directory
chooseRootHFE.cpp: #include <NTL/GF2EX.h>
chooseRootHFE.cpp: ^~~~~~~~~~~~~
chooseRootHFE.cpp: compilation terminated.

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