Test results for armeabi, h7panda, crypto_stream/simon128256ctr

[Page version: 20260131 15:44:05]

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

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:114:24: error: invalid conversion between vector type 'uint64x1_t' (vector of 1 'uint64_t' value) and integer type 'int' of different size
stream.c:   114 |   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:114:24: error: invalid conversion between vector type 'uint64x1_t' (vector of 1 'uint64_t' value) and integer type 'int' of different size
stream.c:   114 |   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:118:16: error: invalid conversion between vector type 'uint64x1_t' (vector of 1 'uint64_t' value) and integer type 'int' of different size
stream.c:   118 |     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)