Test results for amd64, hertz, crypto_stream/rijn256ctr
[Page version: 20240912 08:40:39]
Measurements for amd64, hertz, crypto_stream
Test results for amd64, hertz, crypto_stream
Test results for crypto_stream/rijn256ctr
Computer: hertz
Microarchitecture: amd64; Zen 4 (a60f12)
Architecture: amd64
CPU ID: AuthenticAMD-00a60f12-178bfbff
SUPERCOP version: 20240909
Operation: crypto_stream
Primitive: rijn256ctr
Compiler output
stream.c: stream.c:114:3: warning: setting buffer to a 'sizeof' expression; did you mean to transpose the last two arguments? [-Wmemset-transposed-args]
stream.c: 114 | memset_s(&nc, sizeof(nc), 0, sizeof(nc));
stream.c: | ^
stream.c: stream.c:33:57: note: expanded from macro 'memset_s'
stream.c: 33 | #define memset_s(DST, DSTLEN, VAL, OPLEN) memset((DST), (DSTLEN), (VAL))
stream.c: | ^
stream.c: stream.c:114:3: note: cast the second argument to 'int' to silence
stream.c: stream.c:33:57: note: expanded from macro 'memset_s'
stream.c: 33 | #define memset_s(DST, DSTLEN, VAL, OPLEN) memset((DST), (DSTLEN), (VAL))
stream.c: | ^
stream.c: stream.c:169:3: warning: setting buffer to a 'sizeof' expression; did you mean to transpose the last two arguments? [-Wmemset-transposed-args]
stream.c: 169 | memset_s(ks, sizeof(ks), 0, sizeof(ks));
stream.c: | ^
stream.c: stream.c:33:57: note: expanded from macro 'memset_s'
stream.c: 33 | #define memset_s(DST, DSTLEN, VAL, OPLEN) memset((DST), (DSTLEN), (VAL))
stream.c: | ^
stream.c: stream.c:169:3: note: cast the second argument to 'int' to silence
stream.c: stream.c:33:57: note: expanded from macro 'memset_s'
stream.c: 33 | #define memset_s(DST, DSTLEN, VAL, OPLEN) memset((DST), (DSTLEN), (VAL))
stream.c: | ^
stream.c: stream.c:170:3: warning: setting buffer to a 'sizeof' expression; did you mean to transpose the last two arguments? [-Wmemset-transposed-args]
stream.c: 170 | memset_s(&nc, sizeof(nc), 0, sizeof(nc));
stream.c: | ^
stream.c: stream.c:33:57: note: expanded from macro 'memset_s'
stream.c: 33 | #define memset_s(DST, DSTLEN, VAL, OPLEN) memset((DST), (DSTLEN), (VAL))
stream.c: ...
Number of similar (implementation,compiler) pairs: 3, namely:
Implementation | Compiler |
T:gil | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1)) |
T:gil | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1)) |
T:gil | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1)) |
Compiler output
rijn_k32ks.gnu.S: rijn_k32ks.gnu.S: Assembler messages:
rijn_k32ks.gnu.S: rijn_k32ks.gnu.S:58: Error: operand type mismatch for `vaeskeygenassist'
rijn_k32ks.gnu.S: rijn_k32ks.gnu.S:66: Error: operand type mismatch for `vaeskeygenassist'
rijn_k32ks.gnu.S: rijn_k32ks.gnu.S:68: Error: operand type mismatch for `vaeskeygenassist'
Number of similar (implementation,compiler) pairs: 3, namely:
Implementation | Compiler |
T:gil | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.2.0) |
T:gil | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.2.0) |
T:gil | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.2.0) |