Implementation notes: mips64, gcc49, crypto_sign/rainbowbinary16242020

Computer: gcc49
Architecture: mips64
CPU ID: unknown CPU ID
SUPERCOP version: 20130126
Operation: crypto_sign
Primitive: rainbowbinary16242020

Compiler output

Implementation: crypto_sign/rainbowbinary16242020/ref
Compiler: g++ -mabi=64 -O2 -fomit-frame-pointer
rainbow-test.cpp: In file included from rainbow-test.cpp:1:
rainbow-test.cpp: gf.h:4:23: error: emmintrin.h: No such file or directory
rainbow-test.cpp: In file included from gf.h:181,
rainbow-test.cpp: from rainbow-test.cpp:1:
rainbow-test.cpp: gf16.h:4:23: error: tmmintrin.h: No such file or directory
rainbow-test.cpp: In file included from rainbow-test.cpp:1:
rainbow-test.cpp: gf.h:61: error: '__m128i' does not name a type
rainbow-test.cpp: gf.h:65: error: ISO C++ forbids declaration of '__m128i' with no type
rainbow-test.cpp: gf.h:65: error: expected ',' or '...' before '&' token
rainbow-test.cpp: gf.h: In copy constructor 'gfv_unitgt;::gfv_unit(const gfv_unitgt;&)':
rainbow-test.cpp: ...
rainbow-test.cpp: gf.h:150: error: 'struct gfv_unitgt;' has no member named 'v'
rainbow-test.cpp: gf.h:150: error: '_mm_slli_si128' was not declared in this scope
rainbow-test.cpp: In file included from rainbow-test.cpp:1:
rainbow-test.cpp: gf.h: In member function 'const gfgt; gfv_unitgt;::add_up() const [with unsigned int p = 16u]':
rainbow-test.cpp: gf.h:152: instantiated from 'const gfgt; gfvgt;::dot(const gfvgt;&) const [with unsigned int p = 16u, unsigned int n = 20u]'
rainbow-test.cpp: blas.h:34: instantiated from 'const gfvgt; matrixgt;::rowmat_prod(const gfvgt;&) const [with unsigned int p = 16u, unsigned int m = 20u, unsigned int n = 20u]'
rainbow-test.cpp: rainbow.h:71: instantiated from 'void rainbowgt;::qmap(gfvgt;::M>gt;&, const byte*, const gfvgt;::N>gt;&) const [with unsigned int GF = 16u, unsigned int V0 = 24u, unsigned int O0 = 20u, unsigned int O1 = 20u]'
rainbow-test.cpp: rainbow-test.cpp:102: instantiated from here
rainbow-test.cpp: gf.h:81: error: '_mm_srli_si128' was not declared in this scope
rainbow-test.cpp: gf.h:81: error: '_mm_xor_si128' was not declared in this scope

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
g++ -mabi=64 -O2 -fomit-frame-pointer ref
g++ -mabi=64 -O3 -fomit-frame-pointer ref
g++ -mabi=64 -O -fomit-frame-pointer ref
g++ -mabi=64 -Os -fomit-frame-pointer ref