Implementation notes: aarch64, lionheart30, crypto_dh/surf2113

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

Compiler output

Implementation: crypto_dh/surf2113/mpfq
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
Surf2_113.c: In file included from Surf2_113.c:11:
Surf2_113.c: In file included from ./field.h:1:
Surf2_113.c: In file included from ./mpfq_2_113.h:5:
Surf2_113.c: In file included from ./x86_64/mpfq_2_113.h:11:
Surf2_113.c: /usr/bin/../lib/clang/3.4/include/emmintrin.h:28:2: error: "SSE2 instruction set not enabled"
Surf2_113.c: #error "SSE2 instruction set not enabled"
Surf2_113.c: ^
Surf2_113.c: In file included from Surf2_113.c:11:
Surf2_113.c: In file included from ./field.h:1:
Surf2_113.c: In file included from ./mpfq_2_113.h:5:
Surf2_113.c: ./x86_64/mpfq_2_113.h:581:12: error: use of unknown builtin '__builtin_ia32_psllqi128' [-Wimplicit-function-declaration]
Surf2_113.c: v2di b1 = SHL(b0, 1);
Surf2_113.c: ^
Surf2_113.c: ./x86_64/mpfq_2_113.h:569:24: note: expanded from macro 'SHL'
Surf2_113.c: #define SHL(x,r) (v2di)__builtin_ia32_psllqi128 ((gcc43bugfix) (x),(r))
Surf2_113.c: ^
Surf2_113.c: ./x86_64/mpfq_2_113.h:581:12: error: invalid conversion between vector type 'v2di' and integer type 'int' of different size
Surf2_113.c: v2di b1 = SHL(b0, 1);
Surf2_113.c: ^~~~~~~~~~
Surf2_113.c: ./x86_64/mpfq_2_113.h:569:18: note: expanded from macro 'SHL'
Surf2_113.c: #define SHL(x,r) (v2di)__builtin_ia32_psllqi128 ((gcc43bugfix) (x),(r))
Surf2_113.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Surf2_113.c: ./x86_64/mpfq_2_113.h:582:12: error: invalid conversion between vector type 'v2di' and integer type 'int' of different size
Surf2_113.c: v2di b2 = SHL(b0, 2);
Surf2_113.c: ^~~~~~~~~~
Surf2_113.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/surf2113/mpfq
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
Surf2_113.c: In file included from mpfq_2_113.h:5:0,
Surf2_113.c: from field.h:1,
Surf2_113.c: from Surf2_113.c:11:
Surf2_113.c: x86_64/mpfq_2_113.h:11:23: fatal error: emmintrin.h: No such file or directory
Surf2_113.c: #include gt;
Surf2_113.c: ^
Surf2_113.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