Test results for armeabi, h7panda, crypto_aead/iscream14v1
[Page version: 20260131 15:44:05]
Measurements for armeabi, h7panda, crypto_aead
Test results for armeabi, h7panda, crypto_aead
Test results for crypto_aead/iscream14v1
Computer: h7panda
Microarchitecture: armeabi; Cortex-A9+NEON (411fc093)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20250922
Operation: crypto_aead
Primitive: iscream14v1
| Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
| 1202840 | 7268 1024 0 | 28559 1500 912 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251020 | 20250922 |
| 1305986 | 7256 1024 0 | 34919 1492 920 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20251020 | 20250922 |
| 1445863 | 7212 1024 0 | 34703 1492 920 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20251020 | 20250922 |
| 1451075 | 7004 1024 0 | 34423 1492 904 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20251020 | 20250922 |
| 1699695 | 3692 1024 0 | 28969 1488 904 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20251020 | 20250922 |
| 1795243 | 5380 1024 0 | 25279 1500 912 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251020 | 20250922 |
| 2332598 | 4212 1024 0 | 29543 1492 904 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20251020 | 20250922 |
| 2453347 | 3516 1024 0 | 22259 1488 904 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251020 | 20250922 |
| 2589799 | 3956 1024 0 | 23703 1496 904 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251020 | 20250922 |
Test failure
error 135
timeout: the monitored command dumped core
Number of similar (implementation,compiler) pairs: 4, namely:
| Implementation | Compiler |
| T:neon | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
| T:neon | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
| T:neon | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
| T:neon | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
Compiler output
iscream.c: iscream.c:181:10: error: use of unknown builtin '__builtin_shuffle' [-Wimplicit-function-declaration]
iscream.c: 181 | A = __builtin_shuffle(table, t0);
iscream.c: | ^
iscream.c: iscream.c:181:8: error: assigning to 'v16qu' (aka 'uint8x16_t') from incompatible type 'int'
iscream.c: 181 | A = __builtin_shuffle(table, t0);
iscream.c: | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
iscream.c: iscream.c:182:8: error: assigning to 'v16qu' (aka 'uint8x16_t') from incompatible type 'int'
iscream.c: 182 | C = __builtin_shuffle(table, t1);
iscream.c: | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
iscream.c: iscream.c:186:8: error: assigning to 'v16qu' (aka 'uint8x16_t') from incompatible type 'int'
iscream.c: 186 | B = __builtin_shuffle(table, t0);
iscream.c: | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
iscream.c: iscream.c:187:8: error: assigning to 'v16qu' (aka 'uint8x16_t') from incompatible type 'int'
iscream.c: 187 | D = __builtin_shuffle(table, t1);
iscream.c: | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
iscream.c: iscream.c:191:7: error: cannot convert between scalar type 'int' and vector type 'v16qu' (aka 'uint8x16_t') as implicit conversion would cause truncation
iscream.c: 191 | A ^= __builtin_shuffle(table, in[0]);
iscream.c: | ^
iscream.c: iscream.c:192:7: error: cannot convert between scalar type 'int' and vector type 'v16qu' (aka 'uint8x16_t') as implicit conversion would cause truncation
iscream.c: 192 | C ^= __builtin_shuffle(table, in[2]);
iscream.c: | ^
iscream.c: iscream.c:196:7: error: cannot convert between scalar type 'int' and vector type 'v16qu' (aka 'uint8x16_t') as implicit conversion would cause truncation
iscream.c: 196 | B ^= __builtin_shuffle(table, in[0]);
iscream.c: | ^
iscream.c: iscream.c:197:7: error: cannot convert between scalar type 'int' and vector type 'v16qu' (aka 'uint8x16_t') as implicit conversion would cause truncation
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 (Clang_20.1.8) |
| T:neon | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:neon | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:neon | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:neon | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
Compiler output
iscream.c: iscream.c:200:10: error: use of unknown builtin '__builtin_ia32_psrldi128' [-Wimplicit-function-declaration]
iscream.c: 200 | t0 = shift_right(in[0]) & V(0xf);
iscream.c: | ^
iscream.c: iscream.c:17:32: note: expanded from macro 'shift_right'
iscream.c: 17 | #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: 200 | t0 = shift_right(in[0]) & V(0xf);
iscream.c: | ^~~~~~~~~~~~~~~~~~
iscream.c: iscream.c:17:25: note: expanded from macro 'shift_right'
iscream.c: 17 | #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: 201 | t1 = shift_right(in[2]) & V(0xf);
iscream.c: | ^~~~~~~~~~~~~~~~~~
iscream.c: iscream.c:17:25: note: expanded from macro 'shift_right'
iscream.c: 17 | #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: 203 | A = __builtin_ia32_pshufb128(table, t0);
iscream.c: | ^
iscream.c: iscream.c:203:8: error: assigning to 'v16qi' (vector of 16 'char' values) from incompatible type 'int'
iscream.c: 203 | A = __builtin_ia32_pshufb128(table, t0);
iscream.c: | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
iscream.c: iscream.c:204:8: error: assigning to 'v16qi' (vector of 16 'char' values) from incompatible type 'int'
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 (Clang_20.1.8) |
| T:sse | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:sse | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:sse | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:sse | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
Compiler output
iscream.c: iscream.c: In function 'LBox16P':
iscream.c: iscream.c:17:32: error: 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: error: 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 (14.2.1_20250207) |
| T:sse | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
| T:sse | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
| T:sse | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
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: 9, namely:
| Implementation | Compiler |
| T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
| T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
| T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
| T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |