Implementation notes: armeabi, novena, crypto_encrypt/4hfe

Computer: novena
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20220506
Operation: crypto_encrypt
Primitive: 4hfe

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: clang++ -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
HFE-test.cpp: In file included from HFE-test.cpp:18:
HFE-test.cpp: In file included from ./HFE.h:6:
HFE-test.cpp: In file included from ./tower.h:5:
HFE-test.cpp: In file included from ./gfv.h:3:
HFE-test.cpp: In file included from /usr/lib/llvm-11/lib/clang/11.0.1/include/emmintrin.h:13:
HFE-test.cpp: In file included from /usr/lib/llvm-11/lib/clang/11.0.1/include/xmmintrin.h:13:
HFE-test.cpp: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:33:5: error: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
HFE-test.cpp: __builtin_ia32_emms();
HFE-test.cpp: ^
HFE-test.cpp: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:33:5: note: '__builtin_isless' declared here
HFE-test.cpp: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:33:25: error: too few arguments to function call, expected 2, have 0
HFE-test.cpp: __builtin_ia32_emms();
HFE-test.cpp: ^
HFE-test.cpp: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:50:19: error: use of undeclared identifier '__builtin_ia32_vec_init_v2si'
HFE-test.cpp: return (__m64)__builtin_ia32_vec_init_v2si(__i, 0);
HFE-test.cpp: ^
HFE-test.cpp: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:67:12: error: use of undeclared identifier '__builtin_ia32_vec_ext_v2si'
HFE-test.cpp: return __builtin_ia32_vec_ext_v2si((__v2si)__m, 0);
HFE-test.cpp: ^
HFE-test.cpp: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:129:19: error: use of undeclared identifier '__builtin_ia32_packsswb'
HFE-test.cpp: return (__m64)__builtin_ia32_packsswb((__v4hi)__m1, (__v4hi)__m2);
HFE-test.cpp: ^
HFE-test.cpp: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:159:19: error: use of undeclared identifier '__builtin_ia32_packssdw'
HFE-test.cpp: return (__m64)__builtin_ia32_packssdw((__v2si)__m1, (__v2si)__m2);
HFE-test.cpp: ^
HFE-test.cpp: ...

Number of similar (compiler,implementation) pairs: 4, 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

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
HFE-test.cpp: In file included from tower.h:5,
HFE-test.cpp: from HFE.h:6,
HFE-test.cpp: from HFE-test.cpp:18:
HFE-test.cpp: gfv.h:3:10: fatal error: emmintrin.h: No such file or directory
HFE-test.cpp: 3 | #include <emmintrin.h>
HFE-test.cpp: | ^~~~~~~~~~~~~
HFE-test.cpp: compilation terminated.

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