Implementation notes: amd64, sliver, crypto_sign/rainbowbinary256181212

Computer: sliver
Architecture: amd64
CPU ID: GenuineIntel-00040651-bfebfbff
SUPERCOP version: 20160731
Operation: crypto_sign
Primitive: rainbowbinary256181212
TimeImplementationCompilerBenchmark dateSUPERCOP version
115518refclang++ -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016072520160718

Compiler output

Implementation: crypto_sign/rainbowbinary256181212/ref
Compiler: clang++ -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
rainbow-test.cpp: In file included from rainbow-test.cpp:1:
rainbow-test.cpp: ./gf.h:171:46: warning: while loop has empty body [-Wempty-body]
rainbow-test.cpp: if( M==n_read ) { while( ttt.set(fp)==16 ) ; break; }
rainbow-test.cpp: ^
rainbow-test.cpp: ./gf.h:171:46: note: put the semicolon on a separate line to silence this warning
rainbow-test.cpp: 1 warning generated.
try.cpp: /tmp/try-anything-4d6507.o: In function `alignedcalloc(unsigned long long)':
try.cpp: try-anything.cpp:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.cpp: crypto_sign_rainbowbinary256181212.a(rainbow-test.o): In function `MQPKCgt;::gen_key(unsigned char*, unsigned char*)':
try.cpp: rainbow-test.cpp:(.text._ZN5MQPKCILj256ELj42ELj24ELj0EE7gen_keyEPhS1_[_ZN5MQPKCILj256ELj42ELj24ELj0EE7gen_keyEPhS1_]+0x5d): warning: warning: rand() may return deterministic values, is that what you want?
try.cpp: /tmp/try-anything-1bee26.o: In function `alignedcalloc(unsigned long long)':
try.cpp: try-anything.cpp:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.cpp: crypto_sign_rainbowbinary256181212.a(rainbow-test.o): In function `MQPKCgt;::gen_key(unsigned char*, unsigned char*)':
try.cpp: rainbow-test.cpp:(.text._ZN5MQPKCILj256ELj42ELj24ELj0EE7gen_keyEPhS1_[_ZN5MQPKCILj256ELj42ELj24ELj0EE7gen_keyEPhS1_]+0x5d): warning: warning: rand() may return deterministic values, is that what you want?
measure.cpp: crypto_sign_rainbowbinary256181212.a(rainbow-test.o): In function `MQPKCgt;::gen_key(unsigned char*, unsigned char*)':
measure.cpp: rainbow-test.cpp:(.text._ZN5MQPKCILj256ELj42ELj24ELj0EE7gen_keyEPhS1_[_ZN5MQPKCILj256ELj42ELj24ELj0EE7gen_keyEPhS1_]+0x5d): warning: warning: rand() may return deterministic values, is that what you want?

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

Compiler output

Implementation: crypto_sign/rainbowbinary256181212/ref
Compiler: g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
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 gf.h:181,
rainbow-test.cpp: from rainbow-test.cpp:1:
rainbow-test.cpp: gf16.h: In function 'const gfv_unitgt; _mul_safe(const gfv_unitgt;&, const gfgt;&)':
rainbow-test.cpp: gf16.h:314: error: '_mm_shuffle_epi8' was not declared in this scope
rainbow-test.cpp: gf16.h: In function 'const gfv_unitgt; _mul(const gfv_unitgt;&, const gfgt;&) [with unsigned int p = 16u]':
rainbow-test.cpp: gf16.h:321: error: '_mm_shuffle_epi8' was not declared in this scope
rainbow-test.cpp: In file included from gf.h:182,
rainbow-test.cpp: from rainbow-test.cpp:1:
rainbow-test.cpp: gf256.h: In function 'const gfv_unitgt; _mul(const gfv_unitgt;&, const gfgt;&) [with unsigned int p = 256u]':
rainbow-test.cpp: gf256.h:364: error: '_mm_shuffle_epi8' was not declared in this scope

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