Test results for armeabi, tinker, crypto_stream/simon128192ctr
[Page version: 20241215 22:35:41]
Measurements for armeabi, tinker, crypto_stream
Test results for armeabi, tinker, crypto_stream
Test results for crypto_stream/simon128192ctr
Computer: tinker
Microarchitecture: armeabi; Cortex-A17 (410fc0d1)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20241022
Operation: crypto_stream
Primitive: simon128192ctr
Test failure
error 111
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:neon | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:neon | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:neon | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:neon | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
stream.c: In file included from stream.c:20:
stream.c: In file included from ./Simon128192NEON.h:17:
stream.c: In file included from ./Intrinsics_NEON_128block.h:5:
stream.c: /usr/lib/llvm-14/lib/clang/14.0.6/include/arm_neon.h:32:2: error: "NEON support not enabled"
stream.c: #error "NEON support not enabled"
stream.c: ^
stream.c: stream.c:23:84: error: unknown type name 'uint64x2_t'; did you mean 'uint64_t'?
stream.c: inline __attribute__((always_inline)) int Encrypt(unsigned char *out, u64 nonce[], u128 rk[][8], u64 key[], int numbytes);
stream.c: ^~~~
stream.c: uint64_t
stream.c: ./Intrinsics_NEON_128block.h:11:14: note: expanded from macro 'u128'
stream.c: #define u128 uint64x2_t
stream.c: ^
stream.c: /usr/include/arm-linux-gnueabihf/bits/stdint-uintn.h:27:20: note: 'uint64_t' declared here
stream.c: typedef __uint64_t uint64_t;
stream.c: ^
stream.c: stream.c:25:113: error: unknown type name 'uint64x2_t'; did you mean 'uint64_t'?
stream.c: inline __attribute__((always_inline)) int Encrypt_Xor(unsigned char *out, const unsigned char *in, u64 nonce[], u128 rk[][8], u64 key[], int numbytes);
stream.c: ^~~~
stream.c: uint64_t
stream.c: ./Intrinsics_NEON_128block.h:11:14: note: expanded from macro 'u128'
stream.c: #define u128 uint64x2_t
stream.c: ^
stream.c: /usr/include/arm-linux-gnueabihf/bits/stdint-uintn.h:27:20: note: 'uint64_t' declared here
stream.c: typedef __uint64_t uint64_t;
stream.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:neon | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
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:
Implementation | Compiler |
T:neon | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:neon | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:neon | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:neon | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |