Implementation notes: x86, thoth, crypto_aead/sablierv1

Computer: thoth
Architecture: x86
CPU ID: AuthenticAMD-00000622-0183f9ff
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: sablierv1
TimeImplementationCompilerBenchmark dateSUPERCOP version
1019912refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016072720160724
1083990refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072720160724
1376661refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072720160724
1835123refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072720160724
1934463refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072720160724

Compiler output

Implementation: crypto_aead/sablierv1/ref
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
encrypt.c: In file included from encrypt.c:14:
encrypt.c: ./cipher_1.h:104:56: warning: '&' within '^' [-Wbitwise-op-parentheses]
encrypt.c: tem_state->gt;L4[0] = state->gt;L2[0] ^ ( ~(state->gt;L1[0]) ) & (state->gt;L1[1]);
encrypt.c: ~ ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
encrypt.c: ./cipher_1.h:104:56: note: place parentheses around the '&' expression to silence this warning
encrypt.c: tem_state->gt;L4[0] = state->gt;L2[0] ^ ( ~(state->gt;L1[0]) ) & (state->gt;L1[1]);
encrypt.c: ^
encrypt.c: ( )
encrypt.c: ./cipher_1.h:105:56: warning: '&' within '^' [-Wbitwise-op-parentheses]
encrypt.c: tem_state->gt;L4[1] = state->gt;L2[1] ^ ( ~(state->gt;L1[2]) ) & (state->gt;L1[3]);
encrypt.c: ~ ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
encrypt.c: ./cipher_1.h:105:56: note: place parentheses around the '&' expression to silence this warning
encrypt.c: tem_state->gt;L4[1] = state->gt;L2[1] ^ ( ~(state->gt;L1[2]) ) & (state->gt;L1[3]);
encrypt.c: ^
encrypt.c: ( )
encrypt.c: 2 warnings generated.

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