Implementation notes: amd64, wintermute, crypto_hash/round3jh512

Computer: wintermute
Architecture: amd64
CPU ID: GenuineIntel-000306c3-bfebfbff
SUPERCOP version: 20140505
Operation: crypto_hash
Primitive: round3jh512
TimeImplementationCompilerBenchmark dateSUPERCOP version
25480ssse3clang -O3 -mavx22014050820140505
25536ssse3clang -O3 -mavx2014050820140505
26624sse2clang -O3 -mavx2014050820140505
26644sse2clang -O3 -mavx22014050820140505
26964sse2clang -O32014050820140505
76928simpleclang -O32014050820140505
77040simpleclang -O3 -mavx22014050820140505
77332simpleclang -O3 -mavx2014050820140505
82332sphlib-smallclang -O3 -mavx22014050820140505
82336sphlib-smallclang -O32014050820140505
82344sphlib-smallclang -O3 -mavx2014050820140505
82460sphlibclang -O32014050820140505
82508sphlibclang -O3 -mavx2014050820140505
82520sphlibclang -O3 -mavx22014050820140505
91588sse2cc2014050820140505
141256simplecc2014050820140505
153068sphlibcc2014050820140505
166016sphlib-smallcc2014050820140505

Compiler output

Implementation: crypto_hash/round3jh512/ssse3
Compiler: cc
hash.c: In file included from hash.c:3:
hash.c: /usr/include/clang/3.3/tmmintrin.h:28:2: error: "SSSE3 instruction set not enabled"
hash.c: #error "SSSE3 instruction set not enabled"
hash.c: ^
hash.c: hash.c:106:9: error: unknown type name '__m128i'
hash.c: void F8(__m128i *x,const unsigned char *buf)
hash.c: ^
hash.c: hash.c:108:9: error: unknown type name '__m128i'
hash.c: const __m128i swap8 = _mm_set_epi8(14,15,12,13,10,11,8,9,6,7,4,5,2,3,0,1);
hash.c: ^
hash.c: hash.c:108:25: warning: implicit declaration of function '_mm_set_epi8' is invalid in C99 [-Wimplicit-function-declaration]
hash.c: const __m128i swap8 = _mm_set_epi8(14,15,12,13,10,11,8,9,6,7,4,5,2,3,0,1);
hash.c: ^
hash.c: hash.c:109:9: error: unknown type name '__m128i'
hash.c: const __m128i swap16 = _mm_set_epi8(13,12,15,14,9,8,11,10,5,4,7,6,1,0,3,2);
hash.c: ^
hash.c: hash.c:110:3: error: use of undeclared identifier '__m128i'
hash.c: __m128i x0 = x[0];
hash.c: ^
hash.c: hash.c:111:3: error: use of undeclared identifier '__m128i'
hash.c: __m128i x1 = x[1];
hash.c: ^
hash.c: hash.c:112:3: error: use of undeclared identifier '__m128i'
hash.c: __m128i x2 = x[2];
hash.c: ^
hash.c: ...

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
cc ssse3
clang -O3 ssse3