Implementation notes: armeabi, bblack, crypto_sign/bluegemss192

Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240425
Operation: crypto_sign
Primitive: bluegemss192

Compiler output


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 (implementation,compiler) pairs: 10, namely:
ImplementationCompiler
T:optclang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:optclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:optclang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:optclang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:optclang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:skylakeclang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:skylakeclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:skylakeclang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:skylakeclang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:skylakeclang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Compiler output


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 (implementation,compiler) pairs: 8, namely:
ImplementationCompiler
T:optgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE (8.3.0)
T:optgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE (8.3.0)
T:optgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE (8.3.0)
T:optgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE (8.3.0)
T:skylakegcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE (8.3.0)
T:skylakegcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE (8.3.0)
T:skylakegcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE (8.3.0)
T:skylakegcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE (8.3.0)

Compiler output


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 (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:refclang++ -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:refclang++ -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:refclang++ -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:refclang++ -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE

Compiler output


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 (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:refg++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE (8.3.0)
T:refg++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE (8.3.0)
T:refg++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE (8.3.0)
T:refg++ -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE