Implementation notes: aarch64, lionheart30, crypto_dh/hector

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

Compiler output

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

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

Compiler output

Implementation: crypto_dh/hector/ref
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
common.c: In file included from ./mpfq_2_113.h:5:0,
common.c: from ./field.h:7,
common.c: from divclass.h:10,
common.c: from common.h:12,
common.c: from common.c:7:
common.c: ./x86_64/mpfq_2_113.h:12:23: fatal error: emmintrin.h: No such file or directory
common.c: #include gt;
common.c: ^
common.c: compilation terminated.

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