Test results for aarch64, pi4b, crypto_stream/sosemanuk

[Page version: 20251028 07:34:46]

Measurements for aarch64, pi4b, crypto_stream Test results for aarch64, pi4b, crypto_stream Test results for crypto_stream/sosemanuk
Computer: pi4b
Microarchitecture: aarch64; Cortex-A72 (410fd083)
Architecture: aarch64
CPU ID: 410fd083
SUPERCOP version: 20250922
Operation: crypto_stream
Primitive: sosemanuk
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
677616137 1608 01705035 148249 14984T:cryptoppg++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025053020250415
692514997 2240 01700289 148881 14984T:cryptoppg++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025053020250415
69406170 976 01681438 147609 14968T:cryptoppclang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025053020250415
700714521 1608 01693943 148249 14984T:cryptoppg++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025053020250415
70156702 976 01685077 147625 14984T:cryptoppclang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025053020250415
706011832 3232 01692105 149825 14968T:cryptoppclang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025053020250415
72706678 976 01683557 147625 14968T:cryptoppclang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025053020250415
73428260 2880 01710639 149513 14968T:cryptoppg++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025053020250415

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:
ImplementationCompiler
T:e/submissions/sosemanukclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1))
T:e/submissions/sosemanukclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1))
T:e/submissions/sosemanukclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1))
T:e/submissions/sosemanukclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1))
T:e/submissions/sosemanukclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1))

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: warning: 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:       |         ^~~
try.c: /usr/bin/ld: libcrypto_stream_sosemanuk.a(sosemanuk.o): in function `sosemanuk_internal':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/sosemanuk/e/submissions/sosemanuk/work/e/sosemanuk.c:959:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/sosemanuk/e/submissions/sosemanuk/work/e/sosemanuk.c:959:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/sosemanuk/e/submissions/sosemanuk/work/e/sosemanuk.c:959:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/sosemanuk/e/submissions/sosemanuk/work/e/sosemanuk.c:959:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/sosemanuk/e/submissions/sosemanuk/work/e/sosemanuk.c:964:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_sosemanuk.a(sosemanuk.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/sosemanuk/e/submissions/sosemanuk/work/e/sosemanuk.c:964: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/submissions/sosemanukgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0)

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: warning: 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:       |         ^~~
try.c: /usr/bin/ld: libcrypto_stream_sosemanuk.a(sosemanuk.o): in function `sosemanuk_internal':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/sosemanuk/e/submissions/sosemanuk/work/e/sosemanuk.c:959:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/sosemanuk/e/submissions/sosemanuk/work/e/sosemanuk.c:959:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/sosemanuk/e/submissions/sosemanuk/work/e/sosemanuk.c:959:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/sosemanuk/e/submissions/sosemanuk/work/e/sosemanuk.c:959:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/sosemanuk/e/submissions/sosemanuk/work/e/sosemanuk.c:964:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_sosemanuk.a(sosemanuk.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/sosemanuk/e/submissions/sosemanuk/work/e/sosemanuk.c:964: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/submissions/sosemanukgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0)

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: warning: 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:       |         ^~~
try.c: /usr/bin/ld: libcrypto_stream_sosemanuk.a(sosemanuk.o): in function `sosemanuk_internal':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/sosemanuk/e/submissions/sosemanuk/work/e/sosemanuk.c:959:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/sosemanuk/e/submissions/sosemanuk/work/e/sosemanuk.c:959:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/sosemanuk/e/submissions/sosemanuk/work/e/sosemanuk.c:959:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/sosemanuk/e/submissions/sosemanuk/work/e/sosemanuk.c:959:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/sosemanuk/e/submissions/sosemanuk/work/e/sosemanuk.c:964:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_sosemanuk.a(sosemanuk.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/sosemanuk/e/submissions/sosemanuk/work/e/sosemanuk.c:964: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/submissions/sosemanukgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0)

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: warning: 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:       |         ^~~
try.c: /usr/bin/ld: libcrypto_stream_sosemanuk.a(sosemanuk.o): in function `sosemanuk_internal':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/sosemanuk/e/submissions/sosemanuk/work/e/sosemanuk.c:959:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/sosemanuk/e/submissions/sosemanuk/work/e/sosemanuk.c:959:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/sosemanuk/e/submissions/sosemanuk/work/e/sosemanuk.c:959:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/sosemanuk/e/submissions/sosemanuk/work/e/sosemanuk.c:959:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/sosemanuk/e/submissions/sosemanuk/work/e/sosemanuk.c:964:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_sosemanuk.a(sosemanuk.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/sosemanuk/e/submissions/sosemanuk/work/e/sosemanuk.c:964: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/submissions/sosemanukgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0)