[Page version: 20250925 18:54:04]
Measurements for amd64, panther, crypto_hash Test results for amd64, panther, 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_14.0.6) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
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: ...
Implementation | Compiler |
T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |