Implementation notes: armeabi, h6dragon, crypto_sign/rainbowbinary256181212

Computer: h6dragon
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20141014
Operation: crypto_sign
Primitive: rainbowbinary256181212

Compiler output

Implementation: crypto_sign/rainbowbinary256181212/ref
Compiler: clang++ -O3 -fomit-frame-pointer
rainbow-test.cpp: In file included from rainbow-test.cpp:1:
rainbow-test.cpp: In file included from ./gf.h:4:
rainbow-test.cpp: /usr/include/clang/3.2/include/emmintrin.h:28:2: error: "SSE2 instruction set not enabled"
rainbow-test.cpp: #error "SSE2 instruction set not enabled"
rainbow-test.cpp: ^
rainbow-test.cpp: In file included from rainbow-test.cpp:1:
rainbow-test.cpp: ./gf.h:61:2: error: unknown type name '__m128i'
rainbow-test.cpp: __m128i v;
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:65:27: error: unknown type name '__m128i'
rainbow-test.cpp: inline gfv_unitgt;(const __m128i& a):v(a){}
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:80:32: error: unknown type name '__m128i'
rainbow-test.cpp: inline bool is_zero() const { __m128i a=_mm_or_si128(v,_mm_srli_si128(v,8)); return 0==_mm_cvtsi128_si32(_mm_or_si128(a,_mm_srli_si128(a,4))); }
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:81:38: error: unknown type name '__m128i'
rainbow-test.cpp: inline const gfgt; add_up() const { __m128i tmp = _mm_xor_si128( v , _mm_srli_si128(v,8)); tmp = _mm_xor_si128( tmp , _mm_srli_si128( tmp , 4)); tmp = _mm_xor_si128( tmp , _mm_srli_si128( tmp , 2)); return ((unsigned char*)&tmp)[0] ^ ((unsigned char*)&tmp)[1]; }
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:86:50: error: use of undeclared identifier '_mm_set_epi32'
rainbow-test.cpp: static inline const gfv_unitgt; rand() { return _mm_set_epi32(::rand(),::rand(),::rand(),::rand()); }
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:136:55: error: use of undeclared identifier '_mm_setzero_si128'
rainbow-test.cpp: inline void set_zero() { for(unsigned i=M;i--;) c[i]=_mm_setzero_si128(); }
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:141:15: error: use of undeclared identifier '_mm_setzero_si128'
rainbow-test.cpp: ...

Number of similar (compiler,implementation) pairs: 3, namely:
CompilerImplementations
clang++ -O3 -fomit-frame-pointer ref
clang++ -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=neon -fomit-frame-pointer ref
clang++ -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -fomit-frame-pointer ref

Compiler output

Implementation: crypto_sign/rainbowbinary256181212/ref
Compiler: clang++ -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=neon -fomit-frame-pointer -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive
rainbow-test.cpp: clang: warning: argument unused during compilation: '-fpolly'
rainbow-test.cpp: clang: warning: argument unused during compilation: '-fvectorize'
rainbow-test.cpp: clang: warning: argument unused during compilation: '-fslp-vectorize'
rainbow-test.cpp: clang: warning: argument unused during compilation: '-fslp-vectorize-aggressive'
rainbow-test.cpp: In file included from rainbow-test.cpp:1:
rainbow-test.cpp: In file included from ./gf.h:4:
rainbow-test.cpp: /usr/include/clang/3.2/include/emmintrin.h:28:2: error: "SSE2 instruction set not enabled"
rainbow-test.cpp: #error "SSE2 instruction set not enabled"
rainbow-test.cpp: ^
rainbow-test.cpp: In file included from rainbow-test.cpp:1:
rainbow-test.cpp: ./gf.h:61:2: error: unknown type name '__m128i'
rainbow-test.cpp: __m128i v;
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:65:27: error: unknown type name '__m128i'
rainbow-test.cpp: inline gfv_unitgt;(const __m128i& a):v(a){}
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:80:32: error: unknown type name '__m128i'
rainbow-test.cpp: inline bool is_zero() const { __m128i a=_mm_or_si128(v,_mm_srli_si128(v,8)); return 0==_mm_cvtsi128_si32(_mm_or_si128(a,_mm_srli_si128(a,4))); }
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:81:38: error: unknown type name '__m128i'
rainbow-test.cpp: inline const gfgt; add_up() const { __m128i tmp = _mm_xor_si128( v , _mm_srli_si128(v,8)); tmp = _mm_xor_si128( tmp , _mm_srli_si128( tmp , 4)); tmp = _mm_xor_si128( tmp , _mm_srli_si128( tmp , 2)); return ((unsigned char*)&tmp)[0] ^ ((unsigned char*)&tmp)[1]; }
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:86:50: error: use of undeclared identifier '_mm_set_epi32'
rainbow-test.cpp: static inline const gfv_unitgt; rand() { return _mm_set_epi32(::rand(),::rand(),::rand(),::rand()); }
rainbow-test.cpp: ^
rainbow-test.cpp: ...

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
clang++ -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=neon -fomit-frame-pointer -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive ref
clang++ -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -fomit-frame-pointer -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive ref

Compiler output

Implementation: crypto_sign/rainbowbinary256181212/ref
Compiler: clang++ -O3 -fwrapv -mavx2 -fomit-frame-pointer
rainbow-test.cpp: clang: warning: argument unused during compilation: '-mavx2'
rainbow-test.cpp: In file included from rainbow-test.cpp:1:
rainbow-test.cpp: In file included from ./gf.h:4:
rainbow-test.cpp: /usr/include/clang/3.2/include/emmintrin.h:28:2: error: "SSE2 instruction set not enabled"
rainbow-test.cpp: #error "SSE2 instruction set not enabled"
rainbow-test.cpp: ^
rainbow-test.cpp: In file included from rainbow-test.cpp:1:
rainbow-test.cpp: ./gf.h:61:2: error: unknown type name '__m128i'
rainbow-test.cpp: __m128i v;
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:65:27: error: unknown type name '__m128i'
rainbow-test.cpp: inline gfv_unitgt;(const __m128i& a):v(a){}
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:80:32: error: unknown type name '__m128i'
rainbow-test.cpp: inline bool is_zero() const { __m128i a=_mm_or_si128(v,_mm_srli_si128(v,8)); return 0==_mm_cvtsi128_si32(_mm_or_si128(a,_mm_srli_si128(a,4))); }
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:81:38: error: unknown type name '__m128i'
rainbow-test.cpp: inline const gfgt; add_up() const { __m128i tmp = _mm_xor_si128( v , _mm_srli_si128(v,8)); tmp = _mm_xor_si128( tmp , _mm_srli_si128( tmp , 4)); tmp = _mm_xor_si128( tmp , _mm_srli_si128( tmp , 2)); return ((unsigned char*)&tmp)[0] ^ ((unsigned char*)&tmp)[1]; }
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:86:50: error: use of undeclared identifier '_mm_set_epi32'
rainbow-test.cpp: static inline const gfv_unitgt; rand() { return _mm_set_epi32(::rand(),::rand(),::rand(),::rand()); }
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:136:55: error: use of undeclared identifier '_mm_setzero_si128'
rainbow-test.cpp: inline void set_zero() { for(unsigned i=M;i--;) c[i]=_mm_setzero_si128(); }
rainbow-test.cpp: ^
rainbow-test.cpp: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang++ -O3 -fwrapv -mavx2 -fomit-frame-pointer ref

Compiler output

Implementation: crypto_sign/rainbowbinary256181212/ref
Compiler: clang++ -O3 -fwrapv -mavx2 -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer
rainbow-test.cpp: clang: warning: argument unused during compilation: '-mavx2'
rainbow-test.cpp: clang: warning: argument unused during compilation: '-fpolly'
rainbow-test.cpp: clang: warning: argument unused during compilation: '-fvectorize'
rainbow-test.cpp: clang: warning: argument unused during compilation: '-fslp-vectorize'
rainbow-test.cpp: clang: warning: argument unused during compilation: '-fslp-vectorize-aggressive'
rainbow-test.cpp: In file included from rainbow-test.cpp:1:
rainbow-test.cpp: In file included from ./gf.h:4:
rainbow-test.cpp: /usr/include/clang/3.2/include/emmintrin.h:28:2: error: "SSE2 instruction set not enabled"
rainbow-test.cpp: #error "SSE2 instruction set not enabled"
rainbow-test.cpp: ^
rainbow-test.cpp: In file included from rainbow-test.cpp:1:
rainbow-test.cpp: ./gf.h:61:2: error: unknown type name '__m128i'
rainbow-test.cpp: __m128i v;
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:65:27: error: unknown type name '__m128i'
rainbow-test.cpp: inline gfv_unitgt;(const __m128i& a):v(a){}
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:80:32: error: unknown type name '__m128i'
rainbow-test.cpp: inline bool is_zero() const { __m128i a=_mm_or_si128(v,_mm_srli_si128(v,8)); return 0==_mm_cvtsi128_si32(_mm_or_si128(a,_mm_srli_si128(a,4))); }
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:81:38: error: unknown type name '__m128i'
rainbow-test.cpp: inline const gfgt; add_up() const { __m128i tmp = _mm_xor_si128( v , _mm_srli_si128(v,8)); tmp = _mm_xor_si128( tmp , _mm_srli_si128( tmp , 4)); tmp = _mm_xor_si128( tmp , _mm_srli_si128( tmp , 2)); return ((unsigned char*)&tmp)[0] ^ ((unsigned char*)&tmp)[1]; }
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:86:50: error: use of undeclared identifier '_mm_set_epi32'
rainbow-test.cpp: static inline const gfv_unitgt; rand() { return _mm_set_epi32(::rand(),::rand(),::rand(),::rand()); }
rainbow-test.cpp: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang++ -O3 -fwrapv -mavx2 -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer ref

Compiler output

Implementation: crypto_sign/rainbowbinary256181212/ref
Compiler: clang++ -O3 -fwrapv -mavx -fomit-frame-pointer
rainbow-test.cpp: clang: warning: argument unused during compilation: '-mavx'
rainbow-test.cpp: In file included from rainbow-test.cpp:1:
rainbow-test.cpp: In file included from ./gf.h:4:
rainbow-test.cpp: /usr/include/clang/3.2/include/emmintrin.h:28:2: error: "SSE2 instruction set not enabled"
rainbow-test.cpp: #error "SSE2 instruction set not enabled"
rainbow-test.cpp: ^
rainbow-test.cpp: In file included from rainbow-test.cpp:1:
rainbow-test.cpp: ./gf.h:61:2: error: unknown type name '__m128i'
rainbow-test.cpp: __m128i v;
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:65:27: error: unknown type name '__m128i'
rainbow-test.cpp: inline gfv_unitgt;(const __m128i& a):v(a){}
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:80:32: error: unknown type name '__m128i'
rainbow-test.cpp: inline bool is_zero() const { __m128i a=_mm_or_si128(v,_mm_srli_si128(v,8)); return 0==_mm_cvtsi128_si32(_mm_or_si128(a,_mm_srli_si128(a,4))); }
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:81:38: error: unknown type name '__m128i'
rainbow-test.cpp: inline const gfgt; add_up() const { __m128i tmp = _mm_xor_si128( v , _mm_srli_si128(v,8)); tmp = _mm_xor_si128( tmp , _mm_srli_si128( tmp , 4)); tmp = _mm_xor_si128( tmp , _mm_srli_si128( tmp , 2)); return ((unsigned char*)&tmp)[0] ^ ((unsigned char*)&tmp)[1]; }
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:86:50: error: use of undeclared identifier '_mm_set_epi32'
rainbow-test.cpp: static inline const gfv_unitgt; rand() { return _mm_set_epi32(::rand(),::rand(),::rand(),::rand()); }
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:136:55: error: use of undeclared identifier '_mm_setzero_si128'
rainbow-test.cpp: inline void set_zero() { for(unsigned i=M;i--;) c[i]=_mm_setzero_si128(); }
rainbow-test.cpp: ^
rainbow-test.cpp: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang++ -O3 -fwrapv -mavx -fomit-frame-pointer ref

Compiler output

Implementation: crypto_sign/rainbowbinary256181212/ref
Compiler: clang++ -O3 -fwrapv -mavx -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer
rainbow-test.cpp: clang: warning: argument unused during compilation: '-mavx'
rainbow-test.cpp: clang: warning: argument unused during compilation: '-fpolly'
rainbow-test.cpp: clang: warning: argument unused during compilation: '-fvectorize'
rainbow-test.cpp: clang: warning: argument unused during compilation: '-fslp-vectorize'
rainbow-test.cpp: clang: warning: argument unused during compilation: '-fslp-vectorize-aggressive'
rainbow-test.cpp: In file included from rainbow-test.cpp:1:
rainbow-test.cpp: In file included from ./gf.h:4:
rainbow-test.cpp: /usr/include/clang/3.2/include/emmintrin.h:28:2: error: "SSE2 instruction set not enabled"
rainbow-test.cpp: #error "SSE2 instruction set not enabled"
rainbow-test.cpp: ^
rainbow-test.cpp: In file included from rainbow-test.cpp:1:
rainbow-test.cpp: ./gf.h:61:2: error: unknown type name '__m128i'
rainbow-test.cpp: __m128i v;
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:65:27: error: unknown type name '__m128i'
rainbow-test.cpp: inline gfv_unitgt;(const __m128i& a):v(a){}
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:80:32: error: unknown type name '__m128i'
rainbow-test.cpp: inline bool is_zero() const { __m128i a=_mm_or_si128(v,_mm_srli_si128(v,8)); return 0==_mm_cvtsi128_si32(_mm_or_si128(a,_mm_srli_si128(a,4))); }
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:81:38: error: unknown type name '__m128i'
rainbow-test.cpp: inline const gfgt; add_up() const { __m128i tmp = _mm_xor_si128( v , _mm_srli_si128(v,8)); tmp = _mm_xor_si128( tmp , _mm_srli_si128( tmp , 4)); tmp = _mm_xor_si128( tmp , _mm_srli_si128( tmp , 2)); return ((unsigned char*)&tmp)[0] ^ ((unsigned char*)&tmp)[1]; }
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:86:50: error: use of undeclared identifier '_mm_set_epi32'
rainbow-test.cpp: static inline const gfv_unitgt; rand() { return _mm_set_epi32(::rand(),::rand(),::rand(),::rand()); }
rainbow-test.cpp: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang++ -O3 -fwrapv -mavx -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer ref

Compiler output

Implementation: crypto_sign/rainbowbinary256181212/ref
Compiler: clang++ -O3 -fwrapv -mavx -maes -mpclmul -fomit-frame-pointer
rainbow-test.cpp: clang: warning: argument unused during compilation: '-mavx'
rainbow-test.cpp: clang: warning: argument unused during compilation: '-maes'
rainbow-test.cpp: clang: warning: argument unused during compilation: '-mpclmul'
rainbow-test.cpp: In file included from rainbow-test.cpp:1:
rainbow-test.cpp: In file included from ./gf.h:4:
rainbow-test.cpp: /usr/include/clang/3.2/include/emmintrin.h:28:2: error: "SSE2 instruction set not enabled"
rainbow-test.cpp: #error "SSE2 instruction set not enabled"
rainbow-test.cpp: ^
rainbow-test.cpp: In file included from rainbow-test.cpp:1:
rainbow-test.cpp: ./gf.h:61:2: error: unknown type name '__m128i'
rainbow-test.cpp: __m128i v;
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:65:27: error: unknown type name '__m128i'
rainbow-test.cpp: inline gfv_unitgt;(const __m128i& a):v(a){}
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:80:32: error: unknown type name '__m128i'
rainbow-test.cpp: inline bool is_zero() const { __m128i a=_mm_or_si128(v,_mm_srli_si128(v,8)); return 0==_mm_cvtsi128_si32(_mm_or_si128(a,_mm_srli_si128(a,4))); }
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:81:38: error: unknown type name '__m128i'
rainbow-test.cpp: inline const gfgt; add_up() const { __m128i tmp = _mm_xor_si128( v , _mm_srli_si128(v,8)); tmp = _mm_xor_si128( tmp , _mm_srli_si128( tmp , 4)); tmp = _mm_xor_si128( tmp , _mm_srli_si128( tmp , 2)); return ((unsigned char*)&tmp)[0] ^ ((unsigned char*)&tmp)[1]; }
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:86:50: error: use of undeclared identifier '_mm_set_epi32'
rainbow-test.cpp: static inline const gfv_unitgt; rand() { return _mm_set_epi32(::rand(),::rand(),::rand(),::rand()); }
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:136:55: error: use of undeclared identifier '_mm_setzero_si128'
rainbow-test.cpp: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang++ -O3 -fwrapv -mavx -maes -mpclmul -fomit-frame-pointer ref

Compiler output

Implementation: crypto_sign/rainbowbinary256181212/ref
Compiler: clang++ -O3 -fwrapv -mavx -maes -mpclmul -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer
rainbow-test.cpp: clang: warning: argument unused during compilation: '-mavx'
rainbow-test.cpp: clang: warning: argument unused during compilation: '-maes'
rainbow-test.cpp: clang: warning: argument unused during compilation: '-mpclmul'
rainbow-test.cpp: clang: warning: argument unused during compilation: '-fpolly'
rainbow-test.cpp: clang: warning: argument unused during compilation: '-fvectorize'
rainbow-test.cpp: clang: warning: argument unused during compilation: '-fslp-vectorize'
rainbow-test.cpp: clang: warning: argument unused during compilation: '-fslp-vectorize-aggressive'
rainbow-test.cpp: In file included from rainbow-test.cpp:1:
rainbow-test.cpp: In file included from ./gf.h:4:
rainbow-test.cpp: /usr/include/clang/3.2/include/emmintrin.h:28:2: error: "SSE2 instruction set not enabled"
rainbow-test.cpp: #error "SSE2 instruction set not enabled"
rainbow-test.cpp: ^
rainbow-test.cpp: In file included from rainbow-test.cpp:1:
rainbow-test.cpp: ./gf.h:61:2: error: unknown type name '__m128i'
rainbow-test.cpp: __m128i v;
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:65:27: error: unknown type name '__m128i'
rainbow-test.cpp: inline gfv_unitgt;(const __m128i& a):v(a){}
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:80:32: error: unknown type name '__m128i'
rainbow-test.cpp: inline bool is_zero() const { __m128i a=_mm_or_si128(v,_mm_srli_si128(v,8)); return 0==_mm_cvtsi128_si32(_mm_or_si128(a,_mm_srli_si128(a,4))); }
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:81:38: error: unknown type name '__m128i'
rainbow-test.cpp: inline const gfgt; add_up() const { __m128i tmp = _mm_xor_si128( v , _mm_srli_si128(v,8)); tmp = _mm_xor_si128( tmp , _mm_srli_si128( tmp , 4)); tmp = _mm_xor_si128( tmp , _mm_srli_si128( tmp , 2)); return ((unsigned char*)&tmp)[0] ^ ((unsigned char*)&tmp)[1]; }
rainbow-test.cpp: ^
rainbow-test.cpp: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang++ -O3 -fwrapv -mavx -maes -mpclmul -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer ref

Compiler output

Implementation: crypto_sign/rainbowbinary256181212/ref
Compiler: g++
rainbow-test.cpp: In file included from rainbow-test.cpp:1:0:
rainbow-test.cpp: gf.h:4:23: fatal error: emmintrin.h: No such file or directory
rainbow-test.cpp: compilation terminated.

Number of similar (compiler,implementation) pairs: 29, namely:
CompilerImplementations
g++ ref
g++ -O2 -fomit-frame-pointer ref
g++ -O3 -fomit-frame-pointer ref
g++ -O -fomit-frame-pointer ref
g++ -Os -fomit-frame-pointer ref
g++ -fno-schedule-insns -O2 -fomit-frame-pointer ref
g++ -fno-schedule-insns -O3 -fomit-frame-pointer ref
g++ -fno-schedule-insns -O -fomit-frame-pointer ref
g++ -fno-schedule-insns -Os -fomit-frame-pointer ref
g++ -funroll-loops -fno-schedule-insns -O2 -fomit-frame-pointer ref
g++ -funroll-loops -fno-schedule-insns -O3 -fomit-frame-pointer ref
g++ -funroll-loops -fno-schedule-insns -O -fomit-frame-pointer ref
g++ -funroll-loops -fno-schedule-insns -Os -fomit-frame-pointer ref
g++ -mcpu=cortex-a5 -O2 -fomit-frame-pointer ref
g++ -mcpu=cortex-a5 -O3 -fomit-frame-pointer ref
g++ -mcpu=cortex-a5 -O -fomit-frame-pointer ref
g++ -mcpu=cortex-a5 -Os -fomit-frame-pointer ref
g++ -mcpu=cortex-a8 -mfloat-abi=hard -mfpu=neon -O2 -fomit-frame-pointer ref
g++ -mcpu=cortex-a8 -mfloat-abi=hard -mfpu=neon -O3 -fomit-frame-pointer ref
g++ -mcpu=cortex-a8 -mfloat-abi=hard -mfpu=neon -O -fomit-frame-pointer ref
g++ -mcpu=cortex-a8 -mfloat-abi=hard -mfpu=neon -Os -fomit-frame-pointer ref
g++ -mcpu=cortex-a9 -O2 -fomit-frame-pointer ref
g++ -mcpu=cortex-a9 -O3 -fomit-frame-pointer ref
g++ -mcpu=cortex-a9 -O -fomit-frame-pointer ref
g++ -mcpu=cortex-a9 -Os -fomit-frame-pointer ref
g++ -mcpu=cortex-a9 -mfloat-abi=hard -mfpu=neon -O2 -fomit-frame-pointer ref
g++ -mcpu=cortex-a9 -mfloat-abi=hard -mfpu=neon -O3 -fomit-frame-pointer ref
g++ -mcpu=cortex-a9 -mfloat-abi=hard -mfpu=neon -O -fomit-frame-pointer ref
g++ -mcpu=cortex-a9 -mfloat-abi=hard -mfpu=neon -Os -fomit-frame-pointer ref

Compiler output

Implementation: crypto_sign/rainbowbinary256181212/ref
Compiler: g++ -mcpu=arm810 -O2 -fomit-frame-pointer
rainbow-test.cpp: rainbow-test.cpp:1:0: warning: target CPU does not support THUMB instructions [enabled by default]
rainbow-test.cpp: In file included from rainbow-test.cpp:1:0:
rainbow-test.cpp: gf.h:4:23: fatal error: emmintrin.h: No such file or directory
rainbow-test.cpp: compilation terminated.

Number of similar (compiler,implementation) pairs: 20, namely:
CompilerImplementations
g++ -mcpu=arm810 -O2 -fomit-frame-pointer ref
g++ -mcpu=arm810 -O3 -fomit-frame-pointer ref
g++ -mcpu=arm810 -O -fomit-frame-pointer ref
g++ -mcpu=arm810 -Os -fomit-frame-pointer ref
g++ -mcpu=arm8 -O2 -fomit-frame-pointer ref
g++ -mcpu=arm8 -O3 -fomit-frame-pointer ref
g++ -mcpu=arm8 -O -fomit-frame-pointer ref
g++ -mcpu=arm8 -Os -fomit-frame-pointer ref
g++ -mcpu=strongarm1100 -O2 -fomit-frame-pointer ref
g++ -mcpu=strongarm1100 -O3 -fomit-frame-pointer ref
g++ -mcpu=strongarm1100 -O -fomit-frame-pointer ref
g++ -mcpu=strongarm1100 -Os -fomit-frame-pointer ref
g++ -mcpu=strongarm110 -O2 -fomit-frame-pointer ref
g++ -mcpu=strongarm110 -O3 -fomit-frame-pointer ref
g++ -mcpu=strongarm110 -O -fomit-frame-pointer ref
g++ -mcpu=strongarm110 -Os -fomit-frame-pointer ref
g++ -mcpu=strongarm -O2 -fomit-frame-pointer ref
g++ -mcpu=strongarm -O3 -fomit-frame-pointer ref
g++ -mcpu=strongarm -O -fomit-frame-pointer ref
g++ -mcpu=strongarm -Os -fomit-frame-pointer ref