[Page version: 20250924 09:59:46]
Measurements for amd64, thinksky, crypto_hash Test results for amd64, thinksky, crypto_hash Test results for crypto_hash/md6d512eb74327b0293d9c9340da0a471e723e3d4135ea5c413ef6f54af68c8e81480a9
Implementation | Compiler |
T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
md6_compress.c: md6_compress.c:424:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] md6_compress.c: 424 | 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: 424 | 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: 424 | 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: 425 | 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: 425 | 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: 425 | 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: 431 | 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: 431 | if ( (K == NULL) ) return MD6_NULL_K; md6_compress.c: ...
Implementation | Compiler |
T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |