Implementation notes: armeabi, odroid, crypto_sign/3icp

Computer: odroid
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_sign
Primitive: 3icp

Compiler output

Implementation: crypto_sign/3icp/ref
Compiler: clang++ -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
ThreeIC_p-test.cpp: In file included from ThreeIC_p-test.cpp:16:
ThreeIC_p-test.cpp: In file included from ./ThreeIC_p.h:5:
ThreeIC_p-test.cpp: In file included from ./bqas.h:5:
ThreeIC_p-test.cpp: In file included from ./gfv.h:3:
ThreeIC_p-test.cpp: In file included from /usr/bin/../lib/clang/3.8.1/include/emmintrin.h:27:
ThreeIC_p-test.cpp: In file included from /usr/bin/../lib/clang/3.8.1/include/xmmintrin.h:27:
ThreeIC_p-test.cpp: /usr/bin/../lib/clang/3.8.1/include/mmintrin.h:39:5: error: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
ThreeIC_p-test.cpp: __builtin_ia32_emms();
ThreeIC_p-test.cpp: ^
ThreeIC_p-test.cpp: /usr/bin/../lib/clang/3.8.1/include/mmintrin.h:39:5: note: '__builtin_isless' declared here
ThreeIC_p-test.cpp: /usr/bin/../lib/clang/3.8.1/include/mmintrin.h:39:25: error: too few arguments to function call, expected 2, have 0
ThreeIC_p-test.cpp: __builtin_ia32_emms();
ThreeIC_p-test.cpp: ^
ThreeIC_p-test.cpp: /usr/bin/../lib/clang/3.8.1/include/mmintrin.h:45:19: error: use of undeclared identifier '__builtin_ia32_vec_init_v2si'
ThreeIC_p-test.cpp: return (__m64)__builtin_ia32_vec_init_v2si(__i, 0);
ThreeIC_p-test.cpp: ^
ThreeIC_p-test.cpp: /usr/bin/../lib/clang/3.8.1/include/mmintrin.h:51:12: error: use of undeclared identifier '__builtin_ia32_vec_ext_v2si'
ThreeIC_p-test.cpp: return __builtin_ia32_vec_ext_v2si((__v2si)__m, 0);
ThreeIC_p-test.cpp: ^
ThreeIC_p-test.cpp: /usr/bin/../lib/clang/3.8.1/include/mmintrin.h:69:19: error: use of undeclared identifier '__builtin_ia32_packsswb'
ThreeIC_p-test.cpp: return (__m64)__builtin_ia32_packsswb((__v4hi)__m1, (__v4hi)__m2);
ThreeIC_p-test.cpp: ^
ThreeIC_p-test.cpp: /usr/bin/../lib/clang/3.8.1/include/mmintrin.h:75:19: error: use of undeclared identifier '__builtin_ia32_packssdw'
ThreeIC_p-test.cpp: return (__m64)__builtin_ia32_packssdw((__v2si)__m1, (__v2si)__m2);
ThreeIC_p-test.cpp: ^
ThreeIC_p-test.cpp: ...

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

Compiler output

Implementation: crypto_sign/3icp/ref
Compiler: g++ -mcpu=native -mfpu=neon -O2 -fomit-frame-pointer -fwrapv
ThreeIC_p-test.cpp: In file included from bqas.h:5:0,
ThreeIC_p-test.cpp: from ThreeIC_p.h:5,
ThreeIC_p-test.cpp: from ThreeIC_p-test.cpp:16:
ThreeIC_p-test.cpp: gfv.h:3:23: fatal error: emmintrin.h: No such file or directory
ThreeIC_p-test.cpp: #include gt;
ThreeIC_p-test.cpp: ^
ThreeIC_p-test.cpp: compilation terminated.

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
g++ -mcpu=native -mfpu=neon -O2 -fomit-frame-pointer -fwrapv ref
g++ -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv ref
g++ -mcpu=native -mfpu=neon -O -fomit-frame-pointer -fwrapv ref
g++ -mcpu=native -mfpu=neon -Os -fomit-frame-pointer -fwrapv ref