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
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
1395399 | 9640 1024 0 | 29447 1380 816 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241007 | 20240909 |
1880235 | 9472 1024 0 | 35488 1408 816 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241007 | 20240909 |
1880259 | 9948 1024 0 | 30840 1408 824 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241007 | 20240909 |
1887890 | 9724 1024 0 | 30672 1408 824 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241007 | 20240909 |
2650058 | 4292 1024 0 | 28410 1404 816 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241007 | 20240909 |
3256308 | 3736 1024 0 | 21891 1380 816 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241007 | 20240909 |
3440646 | 3272 1024 0 | 20403 1372 816 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241007 | 20240909 |
3646619 | 4492 1024 0 | 28270 1404 816 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241007 | 20240909 |
3925480 | 3572 1024 0 | 21563 1380 816 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241007 | 20240909 |
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:
Implementation | Compiler |
T:neon | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:neon | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:neon | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:neon | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:neon | clang -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:
Implementation | Compiler |
T:neon | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:neon | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:neon | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:neon | gcc -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:
Implementation | Compiler |
T:sse | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:sse | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:sse | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:sse | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:sse | clang -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:
Implementation | Compiler |
T:sse | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:sse | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:sse | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:sse | gcc -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:
Implementation | Compiler |
T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:ref | clang -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:
Implementation | Compiler |
T:ref | clang -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:
Implementation | Compiler |
T:ref | clang -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:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |