Implementation notes: amd64, saber214, crypto_hash/md6d224

Computer: saber214
Microarchitecture: amd64; Bulldozer (600f20)
Architecture: amd64
CPU ID: AuthenticAMD-00600f20-1789c3f5
SUPERCOP version: 20240625
Operation: crypto_hash
Primitive: md6d224

Compiler output


md6_compress.c: md6_compress.c:424:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
md6_compress.c:   if ( (C == NULL) ) return MD6_NULL_C;
md6_compress.c:         ~~^~~~~~~
md6_compress.c: md6_compress.c:424:11: note: remove extraneous parentheses around the comparison to silence this warning
md6_compress.c:   if ( (C == NULL) ) return MD6_NULL_C;
md6_compress.c:        ~  ^      ~
md6_compress.c: md6_compress.c:424:11: note: use '=' to turn this equality comparison into an assignment
md6_compress.c:   if ( (C == NULL) ) return MD6_NULL_C;
md6_compress.c:           ^~
md6_compress.c:           =
md6_compress.c: md6_compress.c:425:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
md6_compress.c:   if ( (B == NULL) ) return MD6_NULL_B;
md6_compress.c:         ~~^~~~~~~
md6_compress.c: md6_compress.c:425:11: note: remove extraneous parentheses around the comparison to silence this warning
md6_compress.c:   if ( (B == NULL) ) return MD6_NULL_B;
md6_compress.c:        ~  ^      ~
md6_compress.c: md6_compress.c:425:11: note: use '=' to turn this equality comparison into an assignment
md6_compress.c:   if ( (B == NULL) ) return MD6_NULL_B;
md6_compress.c:           ^~
md6_compress.c:           =
md6_compress.c: md6_compress.c:431:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
md6_compress.c:   if ( (K == NULL) ) return MD6_NULL_K;
md6_compress.c:         ~~^~~~~~~
md6_compress.c: md6_compress.c:431:11: note: remove extraneous parentheses around the comparison to silence this warning
md6_compress.c:   if ( (K == NULL) ) return MD6_NULL_K;
md6_compress.c: ...

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)

Compiler output


try.c: /usr/bin/ld: libcrypto_hash_md6d224.a(md6_nist.o):.../supercop-data/saber214/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d224/ref/work/md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d224.a(hash.o):.../supercop-data/saber214/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d224/ref/work/md6.h:420: first defined here
try.c: /usr/bin/ld: libcrypto_hash_md6d224.a(md6_mode.o):.../supercop-data/saber214/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d224/ref/work/md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d224.a(hash.o):.../supercop-data/saber214/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d224/ref/work/md6.h:420: first defined here
try.c: /usr/bin/ld: libcrypto_hash_md6d224.a(md6_compress.o):.../supercop-data/saber214/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d224/ref/work/md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d224.a(hash.o):.../supercop-data/saber214/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d224/ref/work/md6.h:420: first defined here
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


try.c: /usr/bin/ld: libcrypto_hash_md6d224.a(md6_nist.o):.../supercop-data/saber214/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d224/ref/work/md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d224.a(hash.o):.../supercop-data/saber214/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d224/ref/work/md6.h:420: first defined here
try.c: /usr/bin/ld: libcrypto_hash_md6d224.a(md6_mode.o):.../supercop-data/saber214/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d224/ref/work/md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d224.a(hash.o):.../supercop-data/saber214/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d224/ref/work/md6.h:420: first defined here
try.c: /usr/bin/ld: libcrypto_hash_md6d224.a(md6_compress.o):.../supercop-data/saber214/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d224/ref/work/md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d224.a(hash.o):.../supercop-data/saber214/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d224/ref/work/md6.h:420: first defined here
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


try.c: /usr/bin/ld: libcrypto_hash_md6d224.a(md6_nist.o):.../supercop-data/saber214/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d224/ref/work/md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d224.a(hash.o):.../supercop-data/saber214/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d224/ref/work/md6.h:420: first defined here
try.c: /usr/bin/ld: libcrypto_hash_md6d224.a(md6_mode.o):.../supercop-data/saber214/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d224/ref/work/md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d224.a(hash.o):.../supercop-data/saber214/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d224/ref/work/md6.h:420: first defined here
try.c: /usr/bin/ld: libcrypto_hash_md6d224.a(md6_compress.o):.../supercop-data/saber214/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d224/ref/work/md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d224.a(hash.o):.../supercop-data/saber214/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d224/ref/work/md6.h:420: first defined here
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


try.c: /usr/bin/ld: libcrypto_hash_md6d224.a(md6_nist.o):.../supercop-data/saber214/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d224/ref/work/md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d224.a(hash.o):.../supercop-data/saber214/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d224/ref/work/md6.h:420: first defined here
try.c: /usr/bin/ld: libcrypto_hash_md6d224.a(md6_mode.o):.../supercop-data/saber214/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d224/ref/work/md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d224.a(hash.o):.../supercop-data/saber214/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d224/ref/work/md6.h:420: first defined here
try.c: /usr/bin/ld: libcrypto_hash_md6d224.a(md6_compress.o):.../supercop-data/saber214/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d224/ref/work/md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d224.a(hash.o):.../supercop-data/saber214/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d224/ref/work/md6.h:420: first defined here
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)