Test results for aarch64, pi5, crypto_stream/sosemanuk
[Page version: 20260221 06:09:02]
Measurements for aarch64, pi5, crypto_stream
Test results for aarch64, pi5, crypto_stream
Test results for crypto_stream/sosemanuk
Computer: pi5
Microarchitecture: aarch64; Cortex-A76 (414fd0b1)
Architecture: aarch64
CPU ID: 414fd0b1
SUPERCOP version: 20251222
Operation: crypto_stream
Primitive: sosemanuk
| Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
| 4949 | 6234 976 0 | 1620640 146629 15120 | T:cryptopp | clang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20251231 | 20251222 |
| 4962 | 7230 976 0 | 1624791 146645 15120 | T:cryptopp | clang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20251231 | 20251222 |
| 4995 | 13950 1608 0 | 1632821 147253 15136 | T:cryptopp | g++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251231 | 20251222 |
| 5028 | 15174 1608 0 | 1631025 147253 15136 | T:cryptopp | g++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251231 | 20251222 |
| 5058 | 7230 976 0 | 1623351 146645 15120 | T:cryptopp | clang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20251231 | 20251222 |
| 5084 | 12024 3232 0 | 1631771 148845 15120 | T:cryptopp | clang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20251231 | 20251222 |
| 5106 | 13753 2240 0 | 1629679 147885 15120 | T:cryptopp | g++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251231 | 20251222 |
| 5124 | 7536 2880 0 | 1624373 148517 15120 | T:cryptopp | g++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251231 | 20251222 |
Compiler output
sosemanuk.c: In file included from sosemanuk.c:1:
sosemanuk.c: ./e/sosemanuk.c:959:2: error: call to undeclared function 'U32TO32_LITTLE'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
sosemanuk.c: 959 | SRD(S2, 2, 3, 1, 4, 0);
sosemanuk.c: | ^
sosemanuk.c: ./e/sosemanuk.c:848:6: note: expanded from macro 'SRD'
sosemanuk.c: 848 | ^ U32TO32_LITTLE(u ## x0 ^ v0); \
sosemanuk.c: | ^
sosemanuk.c: ./e/sosemanuk.c:964:2: error: call to undeclared function 'U32TO32_LITTLE'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
sosemanuk.c: 964 | SRD(S2, 2, 3, 1, 4, 16);
sosemanuk.c: | ^
sosemanuk.c: ./e/sosemanuk.c:848:6: note: expanded from macro 'SRD'
sosemanuk.c: 848 | ^ U32TO32_LITTLE(u ## x0 ^ v0); \
sosemanuk.c: | ^
sosemanuk.c: ./e/sosemanuk.c:969:2: error: call to undeclared function 'U32TO32_LITTLE'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
sosemanuk.c: 969 | SRD(S2, 2, 3, 1, 4, 32);
sosemanuk.c: | ^
sosemanuk.c: ./e/sosemanuk.c:848:6: note: expanded from macro 'SRD'
sosemanuk.c: 848 | ^ U32TO32_LITTLE(u ## x0 ^ v0); \
sosemanuk.c: | ^
sosemanuk.c: ./e/sosemanuk.c:974:2: error: call to undeclared function 'U32TO32_LITTLE'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
sosemanuk.c: 974 | SRD(S2, 2, 3, 1, 4, 48);
sosemanuk.c: | ^
sosemanuk.c: ./e/sosemanuk.c:848:6: note: expanded from macro 'SRD'
sosemanuk.c: 848 | ^ U32TO32_LITTLE(u ## x0 ^ v0); \
sosemanuk.c: | ^
sosemanuk.c: ...
Number of similar (implementation,compiler) pairs: 5, namely:
| Implementation | Compiler |
| T:e/submissions/sosemanuk | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
| T:e/submissions/sosemanuk | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
| T:e/submissions/sosemanuk | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
| T:e/submissions/sosemanuk | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
| T:e/submissions/sosemanuk | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
Compiler output
sosemanuk.c: In file included from sosemanuk.c:1:
sosemanuk.c: e/sosemanuk.c: In function 'sosemanuk_internal':
sosemanuk.c: e/sosemanuk.c:848:27: error: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
sosemanuk.c: 848 | ^ U32TO32_LITTLE(u ## x0 ^ v0); \
sosemanuk.c: | ^~~~~~~~~~~~~~
sosemanuk.c: e/sosemanuk.c:959:9: note: in expansion of macro 'SRD'
sosemanuk.c: 959 | SRD(S2, 2, 3, 1, 4, 0);
sosemanuk.c: | ^~~
Number of similar (implementation,compiler) pairs: 4, namely:
| Implementation | Compiler |
| T:e/submissions/sosemanuk | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
| T:e/submissions/sosemanuk | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
| T:e/submissions/sosemanuk | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
| T:e/submissions/sosemanuk | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |