Implementation notes: armeabi, novenablue, crypto_dh/gls254prot

Computer: novenablue
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20200702
Operation: crypto_dh
Primitive: gls254prot

Compiler output

Implementation: opt
Security model: unknown
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
dh.c: In file included from dh.c:2:
dh.c: In file included from ./lib.h:2:
dh.c: In file included from /usr/include/clang/3.5.0/include/x86intrin.h:27:
dh.c: /usr/include/clang/3.5.0/include/ia32intrin.h:77:26: error: unknown register name 'flags' in asm
dh.c: :"flags"
dh.c: ^
dh.c: In file included from dh.c:6:
dh.c: ./ffa.h:69:14: error: unknown type name '__m128i'
dh.c: void low_mul(__m128i *re_0, __m128i *re_1, __m128i op00, __m128i op01,__m128i op10, __m128i op11) {
dh.c: ^
dh.c: ./ffa.h:69:29: error: unknown type name '__m128i'
dh.c: void low_mul(__m128i *re_0, __m128i *re_1, __m128i op00, __m128i op01,__m128i op10, __m128i op11) {
dh.c: ^
dh.c: ./ffa.h:69:44: error: unknown type name '__m128i'
dh.c: void low_mul(__m128i *re_0, __m128i *re_1, __m128i op00, __m128i op01,__m128i op10, __m128i op11) {
dh.c: ^
dh.c: ./ffa.h:69:58: error: unknown type name '__m128i'
dh.c: void low_mul(__m128i *re_0, __m128i *re_1, __m128i op00, __m128i op01,__m128i op10, __m128i op11) {
dh.c: ^
dh.c: ./ffa.h:69:71: error: unknown type name '__m128i'
dh.c: void low_mul(__m128i *re_0, __m128i *re_1, __m128i op00, __m128i op01,__m128i op10, __m128i op11) {
dh.c: ^
dh.c: ./ffa.h:69:85: error: unknown type name '__m128i'
dh.c: void low_mul(__m128i *re_0, __m128i *re_1, __m128i op00, __m128i op01,__m128i op10, __m128i op11) {
dh.c: ^
dh.c: ...

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

Compiler output

Implementation: opt
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
dh.c: In file included from dh.c:2:0:
dh.c: lib.h:2:22: fatal error: x86intrin.h: No such file or directory
dh.c: #include<x86intrin.h>
dh.c: ^
dh.c: compilation terminated.

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