Implementation notes: aarch64, lionheart30, crypto_dh/curve2251

Computer: lionheart30
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_dh
Primitive: curve2251

Compiler output

Implementation: crypto_dh/curve2251/mpfq
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
curve2_251.c: In file included from curve2_251.c:8:
curve2_251.c: In file included from ./field.h:1:
curve2_251.c: In file included from ./mpfq_2_251.h:5:
curve2_251.c: In file included from ./x86_64/mpfq_2_251.h:11:
curve2_251.c: /usr/bin/../lib/clang/3.4/include/emmintrin.h:28:2: error: "SSE2 instruction set not enabled"
curve2_251.c: #error "SSE2 instruction set not enabled"
curve2_251.c: ^
curve2_251.c: In file included from curve2_251.c:8:
curve2_251.c: In file included from ./field.h:1:
curve2_251.c: In file included from ./mpfq_2_251.h:5:
curve2_251.c: ./x86_64/mpfq_2_251.h:758:12: error: use of unknown builtin '__builtin_ia32_psllqi128' [-Wimplicit-function-declaration]
curve2_251.c: v2di b1 = SHL(b0, 1);
curve2_251.c: ^
curve2_251.c: ./x86_64/mpfq_2_251.h:746:24: note: expanded from macro 'SHL'
curve2_251.c: #define SHL(x,r) (v2di)__builtin_ia32_psllqi128 ((gcc43bugfix) (x),(r))
curve2_251.c: ^
curve2_251.c: ./x86_64/mpfq_2_251.h:758:12: error: invalid conversion between vector type 'v2di' and integer type 'int' of different size
curve2_251.c: v2di b1 = SHL(b0, 1);
curve2_251.c: ^~~~~~~~~~
curve2_251.c: ./x86_64/mpfq_2_251.h:746:18: note: expanded from macro 'SHL'
curve2_251.c: #define SHL(x,r) (v2di)__builtin_ia32_psllqi128 ((gcc43bugfix) (x),(r))
curve2_251.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
curve2_251.c: ./x86_64/mpfq_2_251.h:759:12: error: invalid conversion between vector type 'v2di' and integer type 'int' of different size
curve2_251.c: v2di b2 = SHL(b0, 2);
curve2_251.c: ^~~~~~~~~~
curve2_251.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments mpfq

Compiler output

Implementation: crypto_dh/curve2251/mpfq
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
curve2_251.c: In file included from mpfq_2_251.h:5:0,
curve2_251.c: from field.h:1,
curve2_251.c: from curve2_251.c:8:
curve2_251.c: x86_64/mpfq_2_251.h:11:23: fatal error: emmintrin.h: No such file or directory
curve2_251.c: #include gt;
curve2_251.c: ^
curve2_251.c: compilation terminated.

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