Implementation notes: armeabi, bblack, crypto_stream/sosemanuk

Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240425
Operation: crypto_stream
Primitive: sosemanuk
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
2087610821 1120 0866456 76197 11976T:cryptoppg++_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2024050520240425
2096012111 1120 0867969 76205 11976T:cryptoppg++_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2024050520240425
212088691 804 0755803 76061 11976T:cryptoppclang++_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2024050520240425
2120812187 1120 0869249 76205 11976T:cryptoppg++_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2024050520240425
212528663 804 0756389 76061 11976T:cryptoppclang++_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2024050520240425
213364495 1440 0860415 76521 11976T:cryptoppg++_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2024050520240425
215005568 488 0751981 75741 11976T:cryptoppclang++_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2024050520240425
221248663 804 0756389 76061 11976T:cryptoppclang++_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2024050520240425

Compiler output


sosemanuk.c: In file included from sosemanuk.c:1:
sosemanuk.c: ./e/sosemanuk.c:959:2: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
sosemanuk.c:         SRD(S2, 2, 3, 1, 4, 0);
sosemanuk.c:         ^
sosemanuk.c: ./e/sosemanuk.c:848:6: note: expanded from macro 'SRD'
sosemanuk.c:                         ^ U32TO32_LITTLE(u ## x0 ^ v0); \
sosemanuk.c:                           ^
sosemanuk.c: ./e/sosemanuk.c:964:2: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
sosemanuk.c:         SRD(S2, 2, 3, 1, 4, 16);
sosemanuk.c:         ^
sosemanuk.c: ./e/sosemanuk.c:848:6: note: expanded from macro 'SRD'
sosemanuk.c:                         ^ U32TO32_LITTLE(u ## x0 ^ v0); \
sosemanuk.c:                           ^
sosemanuk.c: ./e/sosemanuk.c:969:2: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
sosemanuk.c:         SRD(S2, 2, 3, 1, 4, 32);
sosemanuk.c:         ^
sosemanuk.c: ./e/sosemanuk.c:848:6: note: expanded from macro 'SRD'
sosemanuk.c:                         ^ U32TO32_LITTLE(u ## x0 ^ v0); \
sosemanuk.c:                           ^
sosemanuk.c: ./e/sosemanuk.c:974:2: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
sosemanuk.c:         SRD(S2, 2, 3, 1, 4, 48);
sosemanuk.c:         ^
sosemanuk.c: ./e/sosemanuk.c:848:6: note: expanded from macro 'SRD'
sosemanuk.c:                         ^ U32TO32_LITTLE(u ## x0 ^ v0); \
sosemanuk.c:                           ^
sosemanuk.c: ...
try.c: /usr/bin/ld: libcrypto_stream_sosemanuk.a(sosemanuk.o): in function `sosemanuk_internal':
try.c: sosemanuk.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: sosemanuk.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: sosemanuk.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: sosemanuk.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: sosemanuk.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_sosemanuk.a(sosemanuk.o):sosemanuk.c:(.text+0x...): more undefined references to `U32TO32_LITTLE' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:e/submissions/sosemanukclang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:e/submissions/sosemanukclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:e/submissions/sosemanukclang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:e/submissions/sosemanukclang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:e/submissions/sosemanukclang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

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:6: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
sosemanuk.c:     ^ U32TO32_LITTLE(u ## x0 ^ v0); \
sosemanuk.c:       ^~~~~~~~~~~~~~
sosemanuk.c: e/sosemanuk.c:959:2: note: in expansion of macro 'SRD'
sosemanuk.c:   SRD(S2, 2, 3, 1, 4, 0);
sosemanuk.c:   ^~~
try.c: /usr/bin/ld: libcrypto_stream_sosemanuk.a(sosemanuk.o): in function `sosemanuk_internal':
try.c: sosemanuk.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: sosemanuk.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: sosemanuk.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: sosemanuk.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: sosemanuk.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_sosemanuk.a(sosemanuk.o):sosemanuk.c:(.text+0x...): more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:e/submissions/sosemanukgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE (8.3.0)
T:e/submissions/sosemanukgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE (8.3.0)
T:e/submissions/sosemanukgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE (8.3.0)
T:e/submissions/sosemanukgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE (8.3.0)