Test results for armeabi, h7panda, crypto_stream/trivium
[Page version: 20260131 15:44:05]
Measurements for armeabi, h7panda, crypto_stream
Test results for armeabi, h7panda, crypto_stream
Test results for crypto_stream/trivium
Computer: h7panda
Microarchitecture: armeabi; Cortex-A9+NEON (411fc093)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20250922
Operation: crypto_stream
Primitive: trivium
Compiler output
trivium.c: In file included from trivium.c:1:
trivium.c: ./e/trivium.c:212:18: error: call to undeclared function 'U64TO64_LITTLE'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
trivium.c: 212 | ctx->init[0] = U64TO64_CONVERT(ctx->init[0]);
trivium.c: | ^
trivium.c: ./e/trivium.c:43:25: note: expanded from macro 'U64TO64_CONVERT'
trivium.c: 43 | #define U64TO64_CONVERT U64TO64_LITTLE
trivium.c: | ^
trivium.c: ./e/trivium.c:244:19: error: call to undeclared function 'U64TO64_LITTLE'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
trivium.c: 244 | ctx->state[2] = U64TO64_CONVERT(ctx->state[2]);
trivium.c: | ^
trivium.c: ./e/trivium.c:43:25: note: expanded from macro 'U64TO64_CONVERT'
trivium.c: 43 | #define U64TO64_CONVERT U64TO64_LITTLE
trivium.c: | ^
trivium.c: ./e/trivium.c:284:7: error: call to undeclared function 'U64TO64_LITTLE'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
trivium.c: 284 | M64TO64_CONVERT(z[0]); ((m64*)output)[0] = XOR(((m64*)input)[0], z[0]);
trivium.c: | ^
trivium.c: ./e/trivium.c:44:25: note: expanded from macro 'M64TO64_CONVERT'
trivium.c: 44 | #define M64TO64_CONVERT M64TO64_LITTLE
trivium.c: | ^
trivium.c: ./e/trivium.c:94:32: note: expanded from macro 'M64TO64_LITTLE'
trivium.c: 94 | #define M64TO64_LITTLE(m) (m = U64TO64_LITTLE(m))
trivium.c: | ^
trivium.c: ./e/trivium.c:297:4: error: call to undeclared function 'U64TO64_LITTLE'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
trivium.c: 297 | M64TO64_CONVERT(z);
trivium.c: | ^
trivium.c: ...
Number of similar (implementation,compiler) pairs: 5, namely:
| Implementation | Compiler |
| T:e/submissions/trivium | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:e/submissions/trivium | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:e/submissions/trivium | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:e/submissions/trivium | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:e/submissions/trivium | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
Compiler output
trivium.c: In file included from trivium.c:1:
trivium.c: e/trivium.c: In function 'crypto_stream_trivium_e_submissions_trivium_timingleaks_ECRYPT_keysetup':
trivium.c: e/trivium.c:43:25: error: implicit declaration of function 'U64TO64_LITTLE'; did you mean 'M64TO64_LITTLE'? [-Wimplicit-function-declaration]
trivium.c: 43 | #define U64TO64_CONVERT U64TO64_LITTLE
trivium.c: | ^~~~~~~~~~~~~~
trivium.c: e/trivium.c:212:18: note: in expansion of macro 'U64TO64_CONVERT'
trivium.c: 212 | ctx->init[0] = U64TO64_CONVERT(ctx->init[0]);
trivium.c: | ^~~~~~~~~~~~~~~
Number of similar (implementation,compiler) pairs: 4, namely:
| Implementation | Compiler |
| T:e/submissions/trivium | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
| T:e/submissions/trivium | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
| T:e/submissions/trivium | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
| T:e/submissions/trivium | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |