Test results for armeabi, h7panda, crypto_stream/sosemanuk
[Page version: 20260131 15:44:05]
Measurements for armeabi, h7panda, crypto_stream
Test results for armeabi, h7panda, crypto_stream
Test results for crypto_stream/sosemanuk
Computer: h7panda
Microarchitecture: armeabi; Cortex-A9+NEON (411fc093)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20250922
Operation: crypto_stream
Primitive: sosemanuk
| Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
| 19816 | 24031 804 0 | 1595661 74949 12088 | T:cryptopp | g++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251015 | 20250922 |
| 20056 | 14082 1120 0 | 1584882 75261 12088 | T:cryptopp | g++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251015 | 20250922 |
| 20068 | 6288 488 0 | 1585832 74617 12104 | T:cryptopp | clang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20251015 | 20250922 |
| 20272 | 10278 1620 0 | 1583932 75717 12088 | T:cryptopp | clang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20251015 | 20250922 |
| 20295 | 14627 804 0 | 1584785 74949 12088 | T:cryptopp | g++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251015 | 20250922 |
| 20325 | 6288 488 0 | 1581532 74617 12088 | T:cryptopp | clang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20251015 | 20250922 |
| 20420 | 4994 488 0 | 1578341 74613 12088 | T:cryptopp | clang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20251015 | 20250922 |
| 20839 | 8833 1440 0 | 1577621 75585 12088 | T:cryptopp | g++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251015 | 20250922 |
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 (Clang_20.1.8) |
| T:e/submissions/sosemanuk | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:e/submissions/sosemanuk | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:e/submissions/sosemanuk | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:e/submissions/sosemanuk | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
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.1_20250207) |
| T:e/submissions/sosemanuk | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
| T:e/submissions/sosemanuk | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
| T:e/submissions/sosemanuk | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |