Test results for armeabi, h7panda, crypto_aead/iscream12v1

[Page version: 20260131 15:44:05]

Measurements for armeabi, h7panda, crypto_aead Test results for armeabi, h7panda, crypto_aead Test results for crypto_aead/iscream12v1
Computer: h7panda
Microarchitecture: armeabi; Cortex-A9+NEON (411fc093)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20250922
Operation: crypto_aead
Primitive: iscream12v1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
10460947264 1024 028551 1500 912T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025102020250922
11263057256 1024 034919 1492 920T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025102020250922
12488367212 1024 034703 1492 920T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025102020250922
12514137004 1024 034423 1492 904T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025102020250922
14693423692 1024 028969 1488 904T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025102020250922
15476815380 1024 025279 1500 912T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025102020250922
20321594212 1024 029543 1492 904T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025102020250922
21172953516 1024 022259 1488 904T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025102020250922
22433363956 1024 023703 1496 904T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025102020250922

Test failure


error 135
timeout: the monitored command dumped core

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:neongcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207)
T:neongcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207)
T:neongcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207)
T:neongcc -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:
ImplementationCompiler
T:neonclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:neonclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:neonclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:neonclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:neonclang -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:
ImplementationCompiler
T:sseclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:sseclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:sseclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:sseclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:sseclang -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:
ImplementationCompiler
T:ssegcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207)
T:ssegcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207)
T:ssegcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207)
T:ssegcc -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:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207)
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207)
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207)
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207)