Test results for armeabi, berry0, crypto_aead/iscream12v1

[Page version: 20250206 00:27:24]

Measurements for armeabi, berry0, crypto_aead Test results for armeabi, berry0, crypto_aead Test results for crypto_aead/iscream12v1
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_aead
Primitive: iscream12v1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
13953999640 1024 029447 1380 816T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100720240909
18802359472 1024 035488 1408 816T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100720240909
18802599948 1024 030840 1408 824T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100720240909
18878909724 1024 030672 1408 824T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100720240909
26500584292 1024 028410 1404 816T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100720240909
32563083736 1024 021891 1380 816T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100720240909
34406463272 1024 020403 1372 816T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100720240909
36466194492 1024 028270 1404 816T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100720240909
39254803572 1024 021563 1380 816T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100720240909

Compiler output


iscream.c: In file included from iscream.c:10:
iscream.c: In file included from ./tae.h:7:
iscream.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/arm_neon.h:32:2: error: "NEON support not enabled"
iscream.c: #error "NEON support not enabled"
iscream.c:  ^
iscream.c: In file included from iscream.c:10:
iscream.c: ./tae.h:13:9: error: unknown type name 'uint8x16_t'; did you mean 'uint16_t'?
iscream.c: typedef uint8x16_t v16qu;
iscream.c:         ^~~~~~~~~~
iscream.c:         uint16_t
iscream.c: /usr/include/arm-linux-gnueabihf/bits/stdint-uintn.h:25:20: note: 'uint16_t' declared here
iscream.c: typedef __uint16_t uint16_t;
iscream.c:                    ^
iscream.c: In file included from iscream.c:13:
iscream.c: ./helper.h:15:3: error: unknown type name 'uint8x16x2_t'; did you mean 'uint16_t'?
iscream.c:   INTERLEAVE( 0,  8);
iscream.c:   ^
iscream.c: ./helper.h:10:5: note: expanded from macro 'INTERLEAVE'
iscream.c:     uint8x16x2_t c__ = vzipq_u8 (X(i), X(j));                \
iscream.c:     ^
iscream.c: /usr/include/arm-linux-gnueabihf/bits/stdint-uintn.h:25:20: note: 'uint16_t' declared here
iscream.c: typedef __uint16_t uint16_t;
iscream.c:                    ^
iscream.c: In file included from iscream.c:13:
iscream.c: ./helper.h:15:3: warning: implicit declaration of function 'vzipq_u8' is invalid in C99 [-Wimplicit-function-declaration]
iscream.c: ...

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

Compiler output


iscream.c: In file included from tae.h:7,
iscream.c:                  from iscream.c:10:
iscream.c: helper.h: In function 'write128':
iscream.c: /usr/lib/gcc/arm-linux-gnueabihf/10/include/arm_neon.h:9856:1: error: inlining failed in call to 'always_inline' 'vzipq_u8': target specific option mismatch
iscream.c:  9856 | vzipq_u8 (uint8x16_t __a, uint8x16_t __b)
iscream.c:       | ^~~~~~~~
iscream.c: In file included from iscream.c:13:
iscream.c: helper.h:10:24: note: called from here
iscream.c:    10 |     uint8x16x2_t c__ = vzipq_u8 (X(i), X(j));       \
iscream.c:       |                        ^~~~~~~~~~~~~~~~~~~~~
iscream.c: helper.h:49:3: note: in expansion of macro 'INTERLEAVE'
iscream.c:    49 |   INTERLEAVE(14, 15);
iscream.c:       |   ^~~~~~~~~~
iscream.c: In file included from tae.h:7,
iscream.c:                  from iscream.c:10:
iscream.c: /usr/lib/gcc/arm-linux-gnueabihf/10/include/arm_neon.h:9856:1: error: inlining failed in call to 'always_inline' 'vzipq_u8': target specific option mismatch
iscream.c:  9856 | vzipq_u8 (uint8x16_t __a, uint8x16_t __b)
iscream.c:       | ^~~~~~~~
iscream.c: In file included from iscream.c:13:
iscream.c: helper.h:10:24: note: called from here
iscream.c:    10 |     uint8x16x2_t c__ = vzipq_u8 (X(i), X(j));       \
iscream.c:       |                        ^~~~~~~~~~~~~~~~~~~~~
iscream.c: helper.h:48:3: note: in expansion of macro 'INTERLEAVE'
iscream.c:    48 |   INTERLEAVE(12, 13);
iscream.c:       |   ^~~~~~~~~~
iscream.c: ...

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

Compiler output


iscream.c: iscream.c:200:10: error: use of unknown builtin '__builtin_ia32_psrldi128' [-Wimplicit-function-declaration]
iscream.c:     t0 = shift_right(in[0]) & V(0xf);
iscream.c:          ^
iscream.c: iscream.c:17:32: note: expanded from macro 'shift_right'
iscream.c: #define shift_right(x) ((v16qi)__builtin_ia32_psrldi128((v4si)x, 4))
iscream.c:                                ^
iscream.c: iscream.c:200:10: error: invalid conversion between vector type 'v16qi' (vector of 16 'char' values) and integer type 'int' of different size
iscream.c:     t0 = shift_right(in[0]) & V(0xf);
iscream.c:          ^~~~~~~~~~~~~~~~~~
iscream.c: iscream.c:17:25: note: expanded from macro 'shift_right'
iscream.c: #define shift_right(x) ((v16qi)__builtin_ia32_psrldi128((v4si)x, 4))
iscream.c:                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
iscream.c: iscream.c:201:10: error: invalid conversion between vector type 'v16qi' (vector of 16 'char' values) and integer type 'int' of different size
iscream.c:     t1 = shift_right(in[2]) & V(0xf);
iscream.c:          ^~~~~~~~~~~~~~~~~~
iscream.c: iscream.c:17:25: note: expanded from macro 'shift_right'
iscream.c: #define shift_right(x) ((v16qi)__builtin_ia32_psrldi128((v4si)x, 4))
iscream.c:                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
iscream.c: iscream.c:203:10: error: use of unknown builtin '__builtin_ia32_pshufb128' [-Wimplicit-function-declaration]
iscream.c:     A  = __builtin_ia32_pshufb128(table, t0);
iscream.c:          ^
iscream.c: iscream.c:203:10: note: did you mean '__builtin_ia32_psrldi128'?
iscream.c: iscream.c:200:10: note: '__builtin_ia32_psrldi128' declared here
iscream.c:     t0 = shift_right(in[0]) & V(0xf);
iscream.c:          ^
iscream.c: ...

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

Compiler output


iscream.c: iscream.c: In function 'LBox16P':
iscream.c: iscream.c:17:32: warning: implicit declaration of function '__builtin_ia32_psrldi128' [-Wimplicit-function-declaration]
iscream.c:    17 | #define shift_right(x) ((v16qi)__builtin_ia32_psrldi128((v4si)x, 4))
iscream.c:       |                                ^~~~~~~~~~~~~~~~~~~~~~~~
iscream.c: iscream.c:200:10: note: in expansion of macro 'shift_right'
iscream.c:   200 |     t0 = shift_right(in[0]) & V(0xf);
iscream.c:       |          ^~~~~~~~~~~
iscream.c: iscream.c:200:5: error: cannot convert a value of type 'int' to vector type '__vector(16) char' which has different size
iscream.c:   200 |     t0 = shift_right(in[0]) & V(0xf);
iscream.c:       |     ^~
iscream.c: iscream.c:201:5: error: cannot convert a value of type 'int' to vector type '__vector(16) char' which has different size
iscream.c:   201 |     t1 = shift_right(in[2]) & V(0xf);
iscream.c:       |     ^~
iscream.c: iscream.c:203:10: warning: implicit declaration of function '__builtin_ia32_pshufb128'; did you mean '__builtin_arm_qsub8'? [-Wimplicit-function-declaration]
iscream.c:   203 |     A  = __builtin_ia32_pshufb128(table, t0);
iscream.c:       |          ^~~~~~~~~~~~~~~~~~~~~~~~
iscream.c:       |          __builtin_arm_qsub8
iscream.c: iscream.c:203:10: error: incompatible types when assigning to type 'v16qi' {aka '__vector(16) char'} from type 'int'
iscream.c: iscream.c:204:10: error: incompatible types when assigning to type 'v16qi' {aka '__vector(16) char'} from type 'int'
iscream.c:   204 |     C  = __builtin_ia32_pshufb128(table, t1);
iscream.c:       |          ^~~~~~~~~~~~~~~~~~~~~~~~
iscream.c: iscream.c:208:10: error: incompatible types when assigning to type 'v16qi' {aka '__vector(16) char'} from type 'int'
iscream.c:   208 |     B  = __builtin_ia32_pshufb128(table, t0);
iscream.c:       |          ^~~~~~~~~~~~~~~~~~~~~~~~
iscream.c: iscream.c:209:10: error: incompatible types when assigning to type 'v16qi' {aka '__vector(16) char'} from type 'int'
iscream.c: ...

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

Namespace violations


iscream_cipher.o Class13 T
iscream_cipher.o LBox1 D
iscream_cipher.o LBox2 D
iscream_cipher.o LS_decrypt T
iscream_cipher.o LS_encrypt T
iscream_cipher.o N 0
iscream_cipher.o N 10b
iscream_cipher.o N 116
iscream_cipher.o N 11f
iscream_cipher.o N 133
iscream_cipher.o N 139
iscream_cipher.o N 141
iscream_cipher.o N 143
iscream_cipher.o N 145
iscream_cipher.o N 147
iscream_cipher.o N 149
iscream_cipher.o N 14b
iscream_cipher.o N 14d
iscream_cipher.o N 158
iscream_cipher.o N 163
iscream_cipher.o N 168
iscream_cipher.o N 16a
iscream_cipher.o N 16c
iscream_cipher.o N 172
iscream_cipher.o N 180
iscream_cipher.o N 18a
iscream_cipher.o N 192
iscream_cipher.o N 196
iscream_cipher.o N 19c
iscream_cipher.o N 1a3
iscream_cipher.o N 1a5
iscream_cipher.o N 1a9
iscream_cipher.o N 25
iscream_cipher.o N 36
iscream_cipher.o N f6
iscream_cipher.o N fc
tae.o N 0
tae.o N 105
tae.o N 10f
tae.o N 117
tae.o N 119
tae.o N 11d
tae.o N 128
tae.o N 133
tae.o N 163
tae.o N 193
tae.o N 195
tae.o N 1a9
tae.o N 1ae
tae.o N 1b2
tae.o N 1b8
tae.o N 1ba
tae.o N 1bf
tae.o N 1d6
tae.o N 1d8
tae.o N 1da
tae.o N 1df
tae.o N 1e4
tae.o N 1ea
tae.o N 1ed
tae.o N 1f2
tae.o N 1f4
tae.o N 201
tae.o N 203
tae.o N 25
tae.o N 2b
tae.o N eb
tae.o N f5
tae.o N f7

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

Namespace violations


iscream_cipher.o Class13 T
iscream_cipher.o LBox1 D
iscream_cipher.o LBox2 D
iscream_cipher.o LS_decrypt T
iscream_cipher.o LS_encrypt T
iscream_cipher.o N 0
iscream_cipher.o N 10a
iscream_cipher.o N 115
iscream_cipher.o N 11e
iscream_cipher.o N 132
iscream_cipher.o N 138
iscream_cipher.o N 140
iscream_cipher.o N 14b
iscream_cipher.o N 156
iscream_cipher.o N 158
iscream_cipher.o N 15a
iscream_cipher.o N 15c
iscream_cipher.o N 15e
iscream_cipher.o N 160
iscream_cipher.o N 162
iscream_cipher.o N 167
iscream_cipher.o N 169
iscream_cipher.o N 16b
iscream_cipher.o N 171
iscream_cipher.o N 17f
iscream_cipher.o N 189
iscream_cipher.o N 191
iscream_cipher.o N 195
iscream_cipher.o N 19b
iscream_cipher.o N 1a2
iscream_cipher.o N 1a4
iscream_cipher.o N 1a8
iscream_cipher.o N 25
iscream_cipher.o N 36
iscream_cipher.o N f5
iscream_cipher.o N fb
tae.o N 0
tae.o N 103
tae.o N 10e
tae.o N 13e
tae.o N 142
tae.o N 14c
tae.o N 17c
tae.o N 17e
tae.o N 192
tae.o N 194
tae.o N 199
tae.o N 19d
tae.o N 1a3
tae.o N 1a5
tae.o N 1aa
tae.o N 1c1
tae.o N 1c3
tae.o N 1c5
tae.o N 1ca
tae.o N 1cf
tae.o N 1d5
tae.o N 1d8
tae.o N 1dd
tae.o N 1df
tae.o N 1e1
tae.o N 1ee
tae.o N 1f0
tae.o N 1fa
tae.o N 202
tae.o N 25
tae.o N 2b
tae.o N ea
tae.o N f5

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

Namespace violations


iscream_cipher.o Class13 T
iscream_cipher.o LBox1 D
iscream_cipher.o LBox2 D
iscream_cipher.o LS_decrypt T
iscream_cipher.o LS_encrypt T
iscream_cipher.o N 0
iscream_cipher.o N 10a
iscream_cipher.o N 115
iscream_cipher.o N 11e
iscream_cipher.o N 132
iscream_cipher.o N 138
iscream_cipher.o N 140
iscream_cipher.o N 142
iscream_cipher.o N 144
iscream_cipher.o N 146
iscream_cipher.o N 148
iscream_cipher.o N 14a
iscream_cipher.o N 14c
iscream_cipher.o N 157
iscream_cipher.o N 162
iscream_cipher.o N 167
iscream_cipher.o N 169
iscream_cipher.o N 16b
iscream_cipher.o N 171
iscream_cipher.o N 17f
iscream_cipher.o N 189
iscream_cipher.o N 191
iscream_cipher.o N 195
iscream_cipher.o N 19b
iscream_cipher.o N 1a2
iscream_cipher.o N 1a4
iscream_cipher.o N 1a8
iscream_cipher.o N 25
iscream_cipher.o N 36
iscream_cipher.o N f5
iscream_cipher.o N fb
tae.o N 0
tae.o N 104
tae.o N 10e
tae.o N 116
tae.o N 118
tae.o N 11c
tae.o N 127
tae.o N 132
tae.o N 162
tae.o N 192
tae.o N 194
tae.o N 1a8
tae.o N 1ad
tae.o N 1b1
tae.o N 1b7
tae.o N 1b9
tae.o N 1be
tae.o N 1d5
tae.o N 1d7
tae.o N 1d9
tae.o N 1de
tae.o N 1e3
tae.o N 1e9
tae.o N 1ec
tae.o N 1f1
tae.o N 1f3
tae.o N 200
tae.o N 202
tae.o N 25
tae.o N 2b
tae.o N ea
tae.o N f4
tae.o N f6

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

Namespace violations


iscream_cipher.o Class13 T
iscream_cipher.o LBox1 D
iscream_cipher.o LBox2 D
iscream_cipher.o LS_decrypt T
iscream_cipher.o LS_encrypt T

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