Implementation notes: amd64, bridge, crypto_sign/rainbowbinary16242020

Computer: bridge
Architecture: amd64
CPU ID: GenuineIntel-000206a7-bfebfbff
SUPERCOP version: 20120928
Operation: crypto_sign
Primitive: rainbowbinary16242020
TimeImplementationCompilerBenchmark dateSUPERCOP version
675416refg++ -m64 -march=corei7-avx -O3 -fomit-frame-pointer2012012820120120
675444refg++ -m64 -march=core-avx-i -O3 -fomit-frame-pointer2012012820120120
683196refg++ -m64 -march=native -mtune=native -O3 -fomit-frame-pointer2012012820120120
697220refg++ -m64 -march=core2 -msse4 -O3 -fomit-frame-pointer2012012820120120
697360refg++ -m64 -march=core2 -O3 -fomit-frame-pointer2012012820120120
697404refg++ -m64 -march=corei7 -O3 -fomit-frame-pointer2012012820120120
697640refg++ -m64 -march=core2 -msse4.1 -O3 -fomit-frame-pointer2012012820120120
727060refg++ -m64 -march=native -mtune=native -O2 -fomit-frame-pointer2012012820120120
728676refg++ -m64 -march=corei7-avx -O2 -fomit-frame-pointer2012012820120120
728720refg++ -m64 -march=corei7-avx -O -fomit-frame-pointer2012012820120120
730072refg++ -m64 -march=core-avx-i -O -fomit-frame-pointer2012012820120120
731012refg++ -m64 -march=core-avx-i -O2 -fomit-frame-pointer2012012820120120
731264refg++ -m64 -march=native -mtune=native -O -fomit-frame-pointer2012012820120120
732512refg++ -m64 -march=core2 -O -fomit-frame-pointer2012012820120120
732848refg++ -m64 -march=core2 -O2 -fomit-frame-pointer2012012820120120
734220refg++ -m64 -march=corei7 -O -fomit-frame-pointer2012012820120120
734856refg++ -m64 -march=corei7 -O2 -fomit-frame-pointer2012012820120120
734980refg++ -m64 -march=core2 -msse4 -O -fomit-frame-pointer2012012820120120
735540refg++ -m64 -march=core2 -msse4 -O2 -fomit-frame-pointer2012012820120120
735864refg++ -m64 -march=core2 -msse4.1 -O2 -fomit-frame-pointer2012012820120120
737972refg++ -m64 -march=corei7-avx -Os -fomit-frame-pointer2012012820120120
738556refg++ -m64 -march=core-avx-i -Os -fomit-frame-pointer2012012820120120
739648refg++ -m64 -march=native -mtune=native -Os -fomit-frame-pointer2012012820120120
742264refg++ -m64 -march=core2 -Os -fomit-frame-pointer2012012820120120
744308refg++ -m64 -march=core2 -msse4.1 -Os -fomit-frame-pointer2012012820120120
744856refg++ -m64 -march=core2 -msse4 -Os -fomit-frame-pointer2012012820120120
749940refg++ -m64 -march=corei7 -Os -fomit-frame-pointer2012012820120120

Test failure

Implementation: crypto_sign/rainbowbinary16242020/ref
Compiler: g++ -m64 -march=core2 -msse4.1 -O -fomit-frame-pointer
error 111
crypto_sign_open returns nonzero

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
g++ -m64 -march=core2 -msse4.1 -O -fomit-frame-pointer ref

Compiler output

Implementation: crypto_sign/rainbowbinary16242020/ref
Compiler: g++
rainbow-test.cpp: In file included from gf16.h:4:0,
rainbow-test.cpp: from gf.h:181,
rainbow-test.cpp: from rainbow-test.cpp:1:
rainbow-test.cpp: /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/tmmintrin.h:31:3: error: #error "SSSE3 instruction set not enabled"
rainbow-test.cpp: In file included from gf.h:181:0,
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:69: 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:44: error: '_mm_shuffle_epi8' was not declared in this scope
rainbow-test.cpp: In file included from gf.h:182:0,
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:84: error: '_mm_shuffle_epi8' was not declared in this scope

Number of similar (compiler,implementation) pairs: 37, 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++ -m64 -O2 -fomit-frame-pointer ref
g++ -m64 -O3 -fomit-frame-pointer ref
g++ -m64 -O -fomit-frame-pointer ref
g++ -m64 -Os -fomit-frame-pointer ref
g++ -m64 -march=k8 -O2 -fomit-frame-pointer ref
g++ -m64 -march=k8 -O3 -fomit-frame-pointer ref
g++ -m64 -march=k8 -O -fomit-frame-pointer ref
g++ -m64 -march=k8 -Os -fomit-frame-pointer ref
g++ -m64 -march=nocona -O2 -fomit-frame-pointer ref
g++ -m64 -march=nocona -O3 -fomit-frame-pointer ref
g++ -m64 -march=nocona -O -fomit-frame-pointer ref
g++ -m64 -march=nocona -Os -fomit-frame-pointer ref
g++ -march=barcelona -O2 -fomit-frame-pointer ref
g++ -march=barcelona -O3 -fomit-frame-pointer ref
g++ -march=barcelona -O -fomit-frame-pointer ref
g++ -march=barcelona -Os -fomit-frame-pointer ref
g++ -march=k8 -O2 -fomit-frame-pointer ref
g++ -march=k8 -O3 -fomit-frame-pointer ref
g++ -march=k8 -O -fomit-frame-pointer ref
g++ -march=k8 -Os -fomit-frame-pointer ref
g++ -march=nocona -O2 -fomit-frame-pointer ref
g++ -march=nocona -O3 -fomit-frame-pointer ref
g++ -march=nocona -O -fomit-frame-pointer ref
g++ -march=nocona -Os -fomit-frame-pointer ref

Compiler output

Implementation: crypto_sign/rainbowbinary16242020/ref
Compiler: g++ -m64 -march=barcelona -O2 -fomit-frame-pointer
rainbow-test.cpp: In file included from gf16.h:4:0,
rainbow-test.cpp: from gf.h:181,
rainbow-test.cpp: from rainbow-test.cpp:1:
rainbow-test.cpp: /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/tmmintrin.h:31:3: error: #error "SSSE3 instruction set not enabled"
rainbow-test.cpp: In file included from gf.h:181:0,
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:69: 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:44: error: '_mm_shuffle_epi8' was not declared in this scope
rainbow-test.cpp: In file included from gf.h:182:0,
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:84: error: '_mm_shuffle_epi8' was not declared in this scope
rainbow-test.cpp: In file included from gf16.h:4:0,
rainbow-test.cpp: from gf.h:181,
rainbow-test.cpp: from rainbow-test.cpp:1:
rainbow-test.cpp: /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/tmmintrin.h:31:3: error: #error "SSSE3 instruction set not enabled"
rainbow-test.cpp: In file included from gf.h:181:0,
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:69: 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:44: error: '_mm_shuffle_epi8' was not declared in this scope
rainbow-test.cpp: In file included from gf.h:182:0,
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:84: error: '_mm_shuffle_epi8' was not declared in this scope

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