Implementation notes: aarch64, lionheart30, crypto_encrypt/3hfe

Computer: lionheart30
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_encrypt
Primitive: 3hfe

Compiler output

Implementation: crypto_encrypt/3hfe/ref
Compiler: clang++ -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
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: /usr/bin/../lib/clang/3.4/include/emmintrin.h:28:2: error: "SSE2 instruction set not enabled"
HFE-test.cpp: #error "SSE2 instruction set not enabled"
HFE-test.cpp: ^
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: ./gfv.h:7:2: error: unknown type name '__m128i'
HFE-test.cpp: __m128i v;
HFE-test.cpp: ^
HFE-test.cpp: ./gfv.h:12:22: error: unknown type name '__m128i'
HFE-test.cpp: inline gfvgt;(const __m128i& a):v(a){}
HFE-test.cpp: ^
HFE-test.cpp: ./gfv.h:24:62: error: use of undeclared identifier '_mm_setzero_si128'
HFE-test.cpp: inline const gfvgt; operator-() const {return _mm_sub_epi16(_mm_setzero_si128(), this->gt;v);}
HFE-test.cpp: ^
HFE-test.cpp: ./gfv.h:34:79: error: use of undeclared identifier '_mm_set1_epi16'
HFE-test.cpp: return _mm_sub_epi16(a.v, _mm_mullo_epi16(_mm_mulhi_epi16(_mm_add_epi16(a.v, _mm_set1_epi16((p-1)/2)), _mm_set1_epi16(gfvgt;::R)), _mm_set1_epi16(p)));
HFE-test.cpp: ^
HFE-test.cpp: ./gfv.h:38:25: error: no member named 'v' in 'gfvgt;'
HFE-test.cpp: return _mm_sub_epi16(a.v, _mm_mullo_epi16(_mm_mulhi_epi16(_mm_add_epi16(a.v, _mm_set1_epi16(16)), _mm_set1_epi16(gfvgt;::R)), _mm_set1_epi16(31)));
HFE-test.cpp: ~ ^
HFE-test.cpp: ...

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

Compiler output

Implementation: crypto_encrypt/3hfe/ref
Compiler: g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
HFE-test.cpp: In file included from tower.h:5:0,
HFE-test.cpp: from HFE.h:6,
HFE-test.cpp: from HFE-test.cpp:18:
HFE-test.cpp: gfv.h:3:23: fatal error: emmintrin.h: No such file or directory
HFE-test.cpp: #include gt;
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 ref
g++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv ref
g++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv ref
g++ -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv ref