Test results for armeabi, berry0, crypto_stream/aes256ctr

[Page version: 20250206 00:27:24]

Measurements for armeabi, berry0, crypto_stream Test results for armeabi, berry0, crypto_stream Test results for crypto_stream/aes256ctr
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_stream
Primitive: aes256ctr
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
106539304 0 012497 392 784T:opensslgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
106737300 0 012409 392 784T:opensslgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
106807336 0 014089 408 784T:opensslclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
107035324 0 015199 412 792T:opensslclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
107179444 0 014389 392 784T:opensslgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
107220312 0 014109 408 784T:opensslclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
107469316 0 015191 412 792T:opensslclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
107615296 0 011565 384 784T:opensslgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
107625316 0 016023 412 784T:opensslclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
16770821270 1404 01140417 72997 12016T:cryptoppg++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
16873216146 1404 01133787 73005 12016T:cryptoppg++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
16934211051 1036 01137505 73005 12016T:cryptoppclang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
16935810987 1036 01138273 73005 12016T:cryptoppclang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
16950318374 1404 01136125 72985 12016T:cryptoppg++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
1702529580 1840 01125103 73761 12016T:cryptoppg++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
1706338000 744 01134550 73001 12016T:cryptoppclang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
17501514059 3320 01139078 74725 12016T:cryptoppclang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100320240909

Compiler output


armv8crypto.c: In file included from armv8crypto.c:11:
armv8crypto.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/arm_neon.h:32:2: error: "NEON support not enabled"
armv8crypto.c: #error "NEON support not enabled"
armv8crypto.c:  ^
armv8crypto.c: armv8crypto.c:29:13: error: expected ';' after expression
armv8crypto.c:   uint8x16_t vzero = vreinterpretq_u8_u32(vdupq_n_u32(0));
armv8crypto.c:             ^
armv8crypto.c:             ;
armv8crypto.c: armv8crypto.c:29:3: error: use of undeclared identifier 'uint8x16_t'
armv8crypto.c:   uint8x16_t vzero = vreinterpretq_u8_u32(vdupq_n_u32(0));
armv8crypto.c:   ^
armv8crypto.c: armv8crypto.c:29:14: error: use of undeclared identifier 'vzero'
armv8crypto.c:   uint8x16_t vzero = vreinterpretq_u8_u32(vdupq_n_u32(0));
armv8crypto.c:              ^
armv8crypto.c: armv8crypto.c:29:22: warning: implicit declaration of function 'vreinterpretq_u8_u32' is invalid in C99 [-Wimplicit-function-declaration]
armv8crypto.c:   uint8x16_t vzero = vreinterpretq_u8_u32(vdupq_n_u32(0));
armv8crypto.c:                      ^
armv8crypto.c: armv8crypto.c:29:43: warning: implicit declaration of function 'vdupq_n_u32' is invalid in C99 [-Wimplicit-function-declaration]
armv8crypto.c:   uint8x16_t vzero = vreinterpretq_u8_u32(vdupq_n_u32(0));
armv8crypto.c:                                           ^
armv8crypto.c: armv8crypto.c:54:16: warning: implicit declaration of function 'vgetq_lane_u32' is invalid in C99 [-Wimplicit-function-declaration]
armv8crypto.c:     temp_lds = armv8_aese_sbox(rotl_aes_edrk);
armv8crypto.c:                ^
armv8crypto.c: armv8crypto.c:31:9: note: expanded from macro 'armv8_aese_sbox'
armv8crypto.c:         vgetq_lane_u32(vreinterpretq_u32_u8(vaeseq_u8(vreinterpretq_u8_u32(vdupq_n_u32(input)), vzero)),0)
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 (Raspbian_Clang_11.0.1)
T:dolbeau/armv8cryptoclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:dolbeau/armv8cryptoclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:dolbeau/armv8cryptoclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:dolbeau/armv8cryptoclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

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 (10.2.1_20210110)
T:dolbeau/armv8cryptogcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:dolbeau/armv8cryptogcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:dolbeau/armv8cryptogcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Namespace violations


stream.o N 0
stream.o N 105
stream.o N 117
stream.o N 127
stream.o N 135
stream.o N 148
stream.o N 14c
stream.o N 156
stream.o N 164
stream.o N 17f
stream.o N 191
stream.o N 1a5
stream.o N 1b9
stream.o N 1e5
stream.o N 215
stream.o N 219
stream.o N 220
stream.o N 237
stream.o N 239
stream.o N 23b
stream.o N 240
stream.o N 25
stream.o N 254
stream.o N 260
stream.o N 26d
stream.o N 270
stream.o N 275
stream.o N 27b
stream.o N 27d
stream.o N 28c
stream.o N 2e
stream.o N f2

Number of similar (implementation,compiler) pairs: 3, namely:
ImplementationCompiler
T:opensslclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:opensslclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:opensslclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


stream.o N 0
stream.o N 104
stream.o N 116
stream.o N 126
stream.o N 134
stream.o N 147
stream.o N 14b
stream.o N 155
stream.o N 163
stream.o N 177
stream.o N 18b
stream.o N 1a6
stream.o N 1b8
stream.o N 1e4
stream.o N 214
stream.o N 218
stream.o N 21f
stream.o N 236
stream.o N 238
stream.o N 23a
stream.o N 23f
stream.o N 25
stream.o N 253
stream.o N 25f
stream.o N 26c
stream.o N 26f
stream.o N 274
stream.o N 27a
stream.o N 27c
stream.o N 28b
stream.o N 2e
stream.o N f1

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:opensslclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


stream.o N 0
stream.o N 104
stream.o N 116
stream.o N 126
stream.o N 134
stream.o N 147
stream.o N 14b
stream.o N 155
stream.o N 163
stream.o N 17e
stream.o N 190
stream.o N 1a4
stream.o N 1b8
stream.o N 1e4
stream.o N 214
stream.o N 218
stream.o N 21f
stream.o N 236
stream.o N 238
stream.o N 23a
stream.o N 23f
stream.o N 25
stream.o N 253
stream.o N 25f
stream.o N 26c
stream.o N 26f
stream.o N 274
stream.o N 27a
stream.o N 27c
stream.o N 28b
stream.o N 2e
stream.o N f1

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:opensslclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)