Implementation notes: x86, thoth, crypto_sign/donald2048

Computer: thoth
Architecture: x86
CPU ID: AuthenticAMD-00000622-0183f9ff
SUPERCOP version: 20160806
Operation: crypto_sign
Primitive: donald2048
TimeImplementationCompilerBenchmark dateSUPERCOP version
24014619opensslclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016072820160724
24021732opensslgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072820160724
24027114opensslgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072820160724
24046797opensslgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072820160724
24067173opensslgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072820160724

Test failure

Implementation: crypto_sign/donald2048/cryptopp
Compiler: clang++ -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
error 111
crypto_sign_open with c=t overlap returns nonzero

Number of similar (compiler,implementation) pairs: 5, namely:
CompilerImplementations
clang++ -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments cryptopp
g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv cryptopp
g++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv cryptopp
g++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv cryptopp
g++ -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv cryptopp