Test results for armeabi, h7panda, crypto_stream/simon128192ctr

[Page version: 20260131 15:44:05]

Measurements for armeabi, h7panda, crypto_stream Test results for armeabi, h7panda, crypto_stream Test results for crypto_stream/simon128192ctr
Computer: h7panda
Microarchitecture: armeabi; Cortex-A9+NEON (411fc093)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20250922
Operation: crypto_stream
Primitive: simon128192ctr

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


stream.c: stream.c:113:24: error: invalid conversion between vector type 'uint64x1_t' (vector of 1 'uint64_t' value) and integer type 'int' of different size
stream.c:   113 |   SET1(X[0],nonce[1]); SET2(Y[0],nonce[0]);
stream.c:       |                        ^~~~~~~~~~~~~~~~~~~
stream.c: ./Intrinsics_NEON_128block.h:24:39: note: expanded from macro 'SET2'
stream.c:    24 | #define SET2(X,c) (SET1(X,c), X=ADD(X,SET(0x1,0x0)),c+=2)
stream.c:       |                                       ^~~~~~~~~~~~
stream.c: ./Intrinsics_NEON_128block.h:22:31: note: expanded from macro 'SET'
stream.c:    22 | #define SET(a,b) vcombine_u64((uint64x1_t)(a),(uint64x1_t)(b))
stream.c:       |                               ^~~~~~~~~~~~~~~
stream.c: stream.c:113:24: error: invalid conversion between vector type 'uint64x1_t' (vector of 1 'uint64_t' value) and integer type 'int' of different size
stream.c:   113 |   SET1(X[0],nonce[1]); SET2(Y[0],nonce[0]);
stream.c:       |                        ^~~~~~~~~~~~~~~~~~~
stream.c: ./Intrinsics_NEON_128block.h:24:39: note: expanded from macro 'SET2'
stream.c:    24 | #define SET2(X,c) (SET1(X,c), X=ADD(X,SET(0x1,0x0)),c+=2)
stream.c:       |                                       ^~~~~~~~~~~~
stream.c: ./Intrinsics_NEON_128block.h:22:47: note: expanded from macro 'SET'
stream.c:    22 | #define SET(a,b) vcombine_u64((uint64x1_t)(a),(uint64x1_t)(b))
stream.c:       |                                               ^~~~~~~~~~~~~~~
stream.c: stream.c:117:16: error: invalid conversion between vector type 'uint64x1_t' (vector of 1 'uint64_t' value) and integer type 'int' of different size
stream.c:   117 |     X[1]=X[0]; SET2(Y[1],nonce[0]);
stream.c:       |                ^~~~~~~~~~~~~~~~~~~
stream.c: ./Intrinsics_NEON_128block.h:24:39: note: expanded from macro 'SET2'
stream.c:    24 | #define SET2(X,c) (SET1(X,c), X=ADD(X,SET(0x1,0x0)),c+=2)
stream.c:       |                                       ^~~~~~~~~~~~
stream.c: ./Intrinsics_NEON_128block.h:22:31: note: expanded from macro 'SET'
stream.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


stream.c: stream.c: In function 'Encrypt':
stream.c: stream.c:131:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
stream.c:   131 |           for(i=0;i<68;i+=2) R2x16(X,Y,rk,i,i+1); R1x16(X,Y,rk,68);
stream.c:       |           ^~~
stream.c: In file included from stream.c:20:
stream.c: Simon128192NEON.h:35:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
stream.c:    35 | #define R1x16(X,Y,rk,r) (Y[2]=XOR(XOR(rk[r][2],Y[2]),XOR(AND(X[1],ROL8(X[2])),X[0])), \
stream.c:       |                         ^
stream.c: stream.c:131:51: note: in expansion of macro 'R1x16'
stream.c:   131 |           for(i=0;i<68;i+=2) R2x16(X,Y,rk,i,i+1); R1x16(X,Y,rk,68);
stream.c:       |                                                   ^~~~~
stream.c: stream.c: In function 'Encrypt_Xor':
stream.c: stream.c:258:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
stream.c:   258 |           for(i=0;i<68;i+=2) R2x16(X,Y,rk,i,i+1); R1x16(X,Y,rk,68);
stream.c:       |           ^~~
stream.c: Simon128192NEON.h:35:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
stream.c:    35 | #define R1x16(X,Y,rk,r) (Y[2]=XOR(XOR(rk[r][2],Y[2]),XOR(AND(X[1],ROL8(X[2])),X[0])), \
stream.c:       |                         ^
stream.c: stream.c:258:51: note: in expansion of macro 'R1x16'
stream.c:   258 |           for(i=0;i<68;i+=2) R2x16(X,Y,rk,i,i+1); R1x16(X,Y,rk,68);
stream.c:       |                                                   ^~~~~

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)