Test results for aarch64, pi4b, crypto_stream/aes128ctr

[Page version: 20251028 07:34:46]

Measurements for aarch64, pi4b, crypto_stream Test results for aarch64, pi4b, crypto_stream Test results for crypto_stream/aes128ctr
Computer: pi4b
Microarchitecture: aarch64; Cortex-A72 (410fd083)
Architecture: aarch64
CPU ID: 410fd083
SUPERCOP version: 20250922
Operation: crypto_stream
Primitive: aes128ctr
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
3163523354 2800 01698628 144249 14984T:cryptoppg++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025053020250415
3172512995 2064 01670038 144257 14984T:cryptoppclang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025053020250415
3183710144 1480 01664895 144241 14968T:cryptoppclang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025053020250415
3193010721 3272 01675380 145305 14968T:cryptoppg++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025053020250415
3195219582 2800 01677180 144257 14984T:cryptoppg++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025053020250415
3204416212 4848 01676910 146617 14968T:cryptoppclang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025053020250415
3258112863 2064 01668406 144257 14968T:cryptoppclang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025053020250415
3354422224 2800 01696242 144257 14984T:cryptoppg++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025053020250415
63519640 0 012869 896 800T:opensslgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025053020250415
63562484 0 012153 880 784T:opensslclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025053020250415
63616808 0 014261 896 800T:opensslgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025053020250415
63642484 0 011963 872 784T:opensslclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025053020250415
63667484 0 013825 880 784T:opensslclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025053020250415
63675640 0 013052 888 792T:opensslgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025053020250415
63678492 0 015665 880 792T:opensslclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025053020250415
63700484 0 015329 880 792T:opensslclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025053020250415
63725624 0 011980 872 784T:opensslgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025053020250415

Test failure


error 132
timeout: the monitored command dumped core
Illegal instruction

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:dolbeau/armv8cryptoclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1))

Compiler output


armv8crypto.c: armv8crypto.c:112:1: warning: unused function 'aesni_encrypt4' [-Wunused-function]
armv8crypto.c:   112 | FUNC(4, MAKE4)
armv8crypto.c:       | ^~~~~~~~~~~~~~
armv8crypto.c: armv8crypto.c:89:22: note: expanded from macro 'FUNC'
armv8crypto.c:    89 |   static inline void aesni_encrypt##N(unsigned char *out, unsigned char *n, uint32x4_t rkeys[11]) { \
armv8crypto.c:       |                      ^~~~~~~~~~~~~~~~
armv8crypto.c: <scratch space>:315:1: note: expanded from here
armv8crypto.c:   315 | aesni_encrypt4
armv8crypto.c:       | ^~~~~~~~~~~~~~
armv8crypto.c: armv8crypto.c:113:1: warning: unused function 'aesni_encrypt6' [-Wunused-function]
armv8crypto.c:   113 | FUNC(6, MAKE6)
armv8crypto.c:       | ^~~~~~~~~~~~~~
armv8crypto.c: armv8crypto.c:89:22: note: expanded from macro 'FUNC'
armv8crypto.c:    89 |   static inline void aesni_encrypt##N(unsigned char *out, unsigned char *n, uint32x4_t rkeys[11]) { \
armv8crypto.c:       |                      ^~~~~~~~~~~~~~~~
armv8crypto.c: <scratch space>:380:1: note: expanded from here
armv8crypto.c:   380 | aesni_encrypt6
armv8crypto.c:       | ^~~~~~~~~~~~~~
armv8crypto.c: armv8crypto.c:114:1: warning: unused function 'aesni_encrypt7' [-Wunused-function]
armv8crypto.c:   114 | FUNC(7, MAKE7)
armv8crypto.c:       | ^~~~~~~~~~~~~~
armv8crypto.c: armv8crypto.c:89:22: note: expanded from macro 'FUNC'
armv8crypto.c:    89 |   static inline void aesni_encrypt##N(unsigned char *out, unsigned char *n, uint32x4_t rkeys[11]) { \
armv8crypto.c:       |                      ^~~~~~~~~~~~~~~~
armv8crypto.c: <scratch space>:477:1: note: expanded from here
armv8crypto.c: ...

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:dolbeau/armv8cryptoclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1))
T:dolbeau/armv8cryptoclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1))
T:dolbeau/armv8cryptoclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1))
T:dolbeau/armv8cryptoclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1))
T:dolbeau/armv8cryptoclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1))

Compiler output


armv8crypto.c: In file included from armv8crypto.c:13:
armv8crypto.c: stdaes-common.h:548:21: warning: 'KT3' defined but not used [-Wunused-variable]
armv8crypto.c:   548 | static unsigned int KT3[256] = KT0Data;
armv8crypto.c:       |                     ^~~
armv8crypto.c: stdaes-common.h:541:21: warning: 'KT2' defined but not used [-Wunused-variable]
armv8crypto.c:   541 | static unsigned int KT2[256] = KT0Data;
armv8crypto.c:       |                     ^~~
armv8crypto.c: stdaes-common.h:534:21: warning: 'KT1' defined but not used [-Wunused-variable]
armv8crypto.c:   534 | static unsigned int KT1[256] = KT0Data;
armv8crypto.c:       |                     ^~~
armv8crypto.c: stdaes-common.h:527:21: warning: 'KT0' defined but not used [-Wunused-variable]
armv8crypto.c:   527 | static unsigned int KT0[256] = KT0Data;
armv8crypto.c:       |                     ^~~
armv8crypto.c: stdaes-common.h:450:21: warning: 'RT3' defined but not used [-Wunused-variable]
armv8crypto.c:   450 | static unsigned int RT3[256] = { RT };
armv8crypto.c:       |                     ^~~
armv8crypto.c: stdaes-common.h:443:21: warning: 'RT2' defined but not used [-Wunused-variable]
armv8crypto.c:   443 | static unsigned int RT2[256] = { RT };
armv8crypto.c:       |                     ^~~
armv8crypto.c: stdaes-common.h:436:21: warning: 'RT1' defined but not used [-Wunused-variable]
armv8crypto.c:   436 | static unsigned int RT1[256] = { RT };
armv8crypto.c:       |                     ^~~
armv8crypto.c: stdaes-common.h:429:21: warning: 'RT0' defined but not used [-Wunused-variable]
armv8crypto.c:   429 | static unsigned int RT0[256] = { RT };
armv8crypto.c:       |                     ^~~
armv8crypto.c: ...

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:dolbeau/armv8cryptogcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0)
T:dolbeau/armv8cryptogcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0)
T:dolbeau/armv8cryptogcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0)
T:dolbeau/armv8cryptogcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0)