Test results for armeabi, bblack, crypto_stream/speck64128ctr
[Page version: 20241101 10:17:42]
Measurements for armeabi, bblack, crypto_stream
Test results for armeabi, bblack, crypto_stream
Test results for crypto_stream/speck64128ctr
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_stream
Primitive: speck64128ctr
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
15952 | 34624 0 0 | 57603 412 752 | T:neon | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240806 | 20240716 |
Compiler output
stream.c: In file included from stream.c:20:
stream.c: In file included from ./Speck64128NEON.h:16:
stream.c: In file included from ./Intrinsics_NEON_64block.h:5:
stream.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/arm_neon.h:28:2: error: "NEON support not enabled"
stream.c: #error "NEON support not enabled"
stream.c: ^
stream.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/arm_neon.h:48:24: error: 'neon_vector_type' attribute is not supported for this target
stream.c: typedef __attribute__((neon_vector_type(8))) int8_t int8x8_t;
stream.c: ^
stream.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/arm_neon.h:49:24: error: 'neon_vector_type' attribute is not supported for this target
stream.c: typedef __attribute__((neon_vector_type(16))) int8_t int8x16_t;
stream.c: ^
stream.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/arm_neon.h:50:24: error: 'neon_vector_type' attribute is not supported for this target
stream.c: typedef __attribute__((neon_vector_type(4))) int16_t int16x4_t;
stream.c: ^
stream.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/arm_neon.h:51:24: error: 'neon_vector_type' attribute is not supported for this target
stream.c: typedef __attribute__((neon_vector_type(8))) int16_t int16x8_t;
stream.c: ^
stream.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/arm_neon.h:52:24: error: 'neon_vector_type' attribute is not supported for this target
stream.c: typedef __attribute__((neon_vector_type(2))) int32_t int32x2_t;
stream.c: ^
stream.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/arm_neon.h:53:24: error: 'neon_vector_type' attribute is not supported for this target
stream.c: typedef __attribute__((neon_vector_type(4))) int32_t int32x4_t;
stream.c: ^
stream.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/arm_neon.h:54:24: error: 'neon_vector_type' attribute is not supported for this target
stream.c: ...
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:neon | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:neon | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:neon | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:neon | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Compiler output
stream.c: In file included from Intrinsics_NEON_64block.h:5,
stream.c: from Speck64128NEON.h:16,
stream.c: from stream.c:20:
stream.c: stream.c: In function 'Encrypt':
stream.c: /usr/lib/gcc/arm-linux-gnueabihf/8/include/arm_neon.h:635:1: error: inlining failed in call to always_inline 'vaddq_u32': target specific option mismatch
stream.c: vaddq_u32 (uint32x4_t __a, uint32x4_t __b)
stream.c: ^~~~~~~~~
stream.c: In file included from Speck64128NEON.h:16,
stream.c: from stream.c:20:
stream.c: Intrinsics_NEON_64block.h:17:13: note: called from here
stream.c: #define ADD vaddq_u32
stream.c: ^
stream.c: Intrinsics_NEON_64block.h:23:33: note: in expansion of macro 'ADD'
stream.c: #define SET4(X,c) (SET1(X,c), X=ADD(X,SET(0x0000000200000000LL,0x0000000300000001LL)),c+=4)
stream.c: ^~~
stream.c: stream.c:129:24: note: in expansion of macro 'SET4'
stream.c: SET1(X[0],nonce[1]); SET4(Y[0],nonce[0]);
stream.c: ^~~~
stream.c: In file included from Intrinsics_NEON_64block.h:5,
stream.c: from Speck64128NEON.h:16,
stream.c: from stream.c:20:
stream.c: /usr/lib/gcc/arm-linux-gnueabihf/8/include/arm_neon.h:7192:1: error: inlining failed in call to always_inline 'vcombine_u32': target specific option mismatch
stream.c: vcombine_u32 (uint32x2_t __a, uint32x2_t __b)
stream.c: ^~~~~~~~~~~~
stream.c: In file included from Speck64128NEON.h:16,
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 (8.3.0) |
T:neon | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:neon | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:neon | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Namespace violations
stream.o ExpandKey T
stream.o N 00000000
stream.o N 00000037
stream.o N 00000040
stream.o N 0000010c
stream.o N 00000119
stream.o N 00000124
stream.o N 0000012d
stream.o N 00000144
stream.o N 0000014f
stream.o N 00000158
stream.o N 0000016c
stream.o N 00000177
stream.o N 00000185
stream.o N 0000018f
stream.o N 00000197
stream.o N 000001a1
stream.o N 000001ac
stream.o N 000001b8
stream.o N 000001c1
stream.o N 000001c8
stream.o N 000001d2
stream.o N 000001db
stream.o N 000001e3
stream.o N 000001e7
stream.o N 000001eb
stream.o N 000001f1
stream.o N 000001f4
stream.o N 000001f8
stream.o N 00000201
stream.o N 00000203
stream.o N 00000205
stream.o N 00000207
stream.o N 00000209
stream.o N 0000020b
stream.o N 00000210
stream.o N 00000216
stream.o N 0000021b
stream.o N 00000227
stream.o N 0000022a
stream.o N 00000257
stream.o N 00000261
stream.o N 00000292
stream.o N 00000294
stream.o N 0000029a
stream.o N 0000029c
stream.o N 0000029e
stream.o N 000002a0
stream.o N 000002a2
stream.o N 000002a4
stream.o N 000002a6
stream.o N 000002a8
stream.o N 000002af
stream.o N 000002b7
stream.o N 000002bd
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:neon | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |