Implementation notes: amd64, wintermute, crypto_hash/sarmal512

Computer: wintermute
Architecture: amd64
CPU ID: GenuineIntel-000306c3-bfebfbff
SUPERCOP version: 20140505
Operation: crypto_hash
Primitive: sarmal512
TimeImplementationCompilerBenchmark dateSUPERCOP version
12844opt64clang -O3 -mavx2014050820140505
12876opt64clang -O3 -mavx22014050820140505
12904opt64clang -O32014050820140505
38312opt64cc2014050820140505

Compiler output

Implementation: crypto_hash/sarmal512/asm64
Compiler: cc
sarmal.c: sarmal.c:945:14: error: invalid operand for instruction
sarmal.c: "push rax\n\t"
sarmal.c: ^
sarmal.c: gt;:1323:2: note: instantiated into assembly here
sarmal.c: addq [rdx], 1024
sarmal.c: ^
sarmal.c: sarmal.c:1000:10: error: invalid instruction mnemonic 'prefix'
sarmal.c: "emms\n\t"
sarmal.c: ^
sarmal.c: gt;:2590:14: note: instantiated into assembly here
sarmal.c: .att_syntax prefix
sarmal.c: ^~~~~~
sarmal.c: sarmal.c:1120:14: error: invalid operand for instruction
sarmal.c: "push rax\n\t"
sarmal.c: ^
sarmal.c: gt;:1075:2: note: instantiated into assembly here
sarmal.c: addq [rdx], 1024
sarmal.c: ^
sarmal.c: sarmal.c:1170:10: error: invalid instruction mnemonic 'prefix'
sarmal.c: "emms\n\t"
sarmal.c: ^
sarmal.c: gt;:2094:14: note: instantiated into assembly here
sarmal.c: .att_syntax prefix
sarmal.c: ^~~~~~
sarmal.c: 4 errors generated.

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
cc asm64

Compiler output

Implementation: crypto_hash/sarmal512/asm64
Compiler: clang -O3
sarmal.c: sarmal.c:945:14: error: invalid operand for instruction
sarmal.c: "push rax\n\t"
sarmal.c: ^
sarmal.c: gt;:1323:2: note: instantiated into assembly here
sarmal.c: addq [rdx], 1024
sarmal.c: ^
sarmal.c: sarmal.c:1000:10: error: invalid instruction mnemonic 'prefix'
sarmal.c: "emms\n\t"
sarmal.c: ^
sarmal.c: gt;:2590:14: note: instantiated into assembly here
sarmal.c: .att_syntax prefix
sarmal.c: ^~~~~~
sarmal.c: sarmal.c:1120:14: error: invalid operand for instruction
sarmal.c: "push rax\n\t"
sarmal.c: ^
sarmal.c: gt;:1075:2: note: instantiated into assembly here
sarmal.c: addq [rdx], 1024
sarmal.c: ^
sarmal.c: sarmal.c:1170:10: error: invalid instruction mnemonic 'prefix'
sarmal.c: "emms\n\t"
sarmal.c: ^
sarmal.c: gt;:2094:14: note: instantiated into assembly here
sarmal.c: .att_syntax prefix
sarmal.c: ^~~~~~
sarmal.c: sarmal.c:945:14: error: invalid operand for instruction
sarmal.c: ...

Number of similar (compiler,implementation) pairs: 3, namely:
CompilerImplementations
clang -O3 asm64
clang -O3 -mavx asm64
clang -O3 -mavx2 asm64