Test results for armeabi, tinker, crypto_aead/iscream12v2
[Page version: 20241024 12:18:11]
Measurements for armeabi, tinker, crypto_aead
Test results for armeabi, tinker, crypto_aead
Test results for crypto_aead/iscream12v2
Computer: tinker
Microarchitecture: armeabi; Cortex-A17 (410fc0d1)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_aead
Primitive: iscream12v2
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
244898 | 22100 0 0 | 38989 384 824 | T:neon | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240927 | 20240909 |
248629 | 12282 0 0 | 25301 376 816 | T:neon | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240927 | 20240909 |
252169 | 13644 0 0 | 29805 384 824 | T:neon | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240927 | 20240909 |
258391 | 13860 0 0 | 28653 384 816 | T:neon | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240927 | 20240909 |
569148 | 6124 1024 0 | 23009 1412 824 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240927 | 20240909 |
847083 | 8216 1024 0 | 27710 1436 824 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240927 | 20240909 |
1336064 | 2710 1024 0 | 17497 1408 816 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240927 | 20240909 |
1404786 | 2106 1024 0 | 15113 1400 816 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240927 | 20240909 |
1476799 | 3540 1024 0 | 19693 1412 824 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240927 | 20240909 |
Compiler output
iscream.c: In file included from iscream.c:10:
iscream.c: In file included from ./tae.h:7:
iscream.c: /usr/lib/llvm-14/lib/clang/14.0.6/include/arm_neon.h:32:2: error: "NEON support not enabled"
iscream.c: #error "NEON support not enabled"
iscream.c: ^
iscream.c: In file included from iscream.c:10:
iscream.c: ./tae.h:13:9: error: unknown type name 'uint8x16_t'; did you mean 'uint16_t'?
iscream.c: typedef uint8x16_t v16qu;
iscream.c: ^~~~~~~~~~
iscream.c: uint16_t
iscream.c: /usr/include/arm-linux-gnueabihf/bits/stdint-uintn.h:25:20: note: 'uint16_t' declared here
iscream.c: typedef __uint16_t uint16_t;
iscream.c: ^
iscream.c: In file included from iscream.c:13:
iscream.c: ./helper.h:15:3: error: unknown type name 'uint8x16x2_t'; did you mean 'uint16_t'?
iscream.c: INTERLEAVE( 0, 8);
iscream.c: ^
iscream.c: ./helper.h:10:5: note: expanded from macro 'INTERLEAVE'
iscream.c: uint8x16x2_t c__ = vzipq_u8 (X(i), X(j)); \
iscream.c: ^
iscream.c: /usr/include/arm-linux-gnueabihf/bits/stdint-uintn.h:25:20: note: 'uint16_t' declared here
iscream.c: typedef __uint16_t uint16_t;
iscream.c: ^
iscream.c: In file included from iscream.c:13:
iscream.c: ./helper.h:15:3: warning: implicit declaration of function 'vzipq_u8' is invalid in C99 [-Wimplicit-function-declaration]
iscream.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
iscream.c: iscream.c:181:10: error: use of unknown builtin '__builtin_ia32_psrldi128' [-Wimplicit-function-declaration]
iscream.c: t0 = shift_right(in[0]) & V(0xf);
iscream.c: ^
iscream.c: iscream.c:16:32: note: expanded from macro 'shift_right'
iscream.c: #define shift_right(x) ((v16qi)__builtin_ia32_psrldi128((v4si)x, 4))
iscream.c: ^
iscream.c: iscream.c:181:10: error: invalid conversion between vector type 'v16qi' (vector of 16 'char' values) and integer type 'int' of different size
iscream.c: t0 = shift_right(in[0]) & V(0xf);
iscream.c: ^~~~~~~~~~~~~~~~~~
iscream.c: iscream.c:16:25: note: expanded from macro 'shift_right'
iscream.c: #define shift_right(x) ((v16qi)__builtin_ia32_psrldi128((v4si)x, 4))
iscream.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
iscream.c: iscream.c:182:10: error: invalid conversion between vector type 'v16qi' (vector of 16 'char' values) and integer type 'int' of different size
iscream.c: t1 = shift_right(in[2]) & V(0xf);
iscream.c: ^~~~~~~~~~~~~~~~~~
iscream.c: iscream.c:16:25: note: expanded from macro 'shift_right'
iscream.c: #define shift_right(x) ((v16qi)__builtin_ia32_psrldi128((v4si)x, 4))
iscream.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
iscream.c: iscream.c:184:10: error: use of unknown builtin '__builtin_ia32_pshufb128' [-Wimplicit-function-declaration]
iscream.c: A = __builtin_ia32_pshufb128(table, t0);
iscream.c: ^
iscream.c: iscream.c:184:10: note: did you mean '__builtin_ia32_psrldi128'?
iscream.c: iscream.c:181:10: note: '__builtin_ia32_psrldi128' declared here
iscream.c: t0 = shift_right(in[0]) & V(0xf);
iscream.c: ^
iscream.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:sse | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
iscream.c: iscream.c: In function ‘LBox16P’:
iscream.c: iscream.c:16:32: warning: implicit declaration of function ‘__builtin_ia32_psrldi128’ [-Wimplicit-function-declaration]
iscream.c: 16 | #define shift_right(x) ((v16qi)__builtin_ia32_psrldi128((v4si)x, 4))
iscream.c: | ^~~~~~~~~~~~~~~~~~~~~~~~
iscream.c: iscream.c:181:10: note: in expansion of macro ‘shift_right’
iscream.c: 181 | t0 = shift_right(in[0]) & V(0xf);
iscream.c: | ^~~~~~~~~~~
iscream.c: iscream.c:181:5: error: cannot convert a value of type ‘int’ to vector type ‘__vector(16) char’ which has different size
iscream.c: 181 | t0 = shift_right(in[0]) & V(0xf);
iscream.c: | ^~
iscream.c: iscream.c:182:5: error: cannot convert a value of type ‘int’ to vector type ‘__vector(16) char’ which has different size
iscream.c: 182 | t1 = shift_right(in[2]) & V(0xf);
iscream.c: | ^~
iscream.c: iscream.c:184:10: warning: implicit declaration of function ‘__builtin_ia32_pshufb128’; did you mean ‘__builtin_arm_qsub8’? [-Wimplicit-function-declaration]
iscream.c: 184 | A = __builtin_ia32_pshufb128(table, t0);
iscream.c: | ^~~~~~~~~~~~~~~~~~~~~~~~
iscream.c: | __builtin_arm_qsub8
iscream.c: iscream.c:184:10: error: incompatible types when assigning to type ‘v16qi’ {aka ‘__vector(16) char’} from type ‘int’
iscream.c: iscream.c:185:10: error: incompatible types when assigning to type ‘v16qi’ {aka ‘__vector(16) char’} from type ‘int’
iscream.c: 185 | C = __builtin_ia32_pshufb128(table, t1);
iscream.c: | ^~~~~~~~~~~~~~~~~~~~~~~~
iscream.c: iscream.c:189:10: error: incompatible types when assigning to type ‘v16qi’ {aka ‘__vector(16) char’} from type ‘int’
iscream.c: 189 | B = __builtin_ia32_pshufb128(table, t0);
iscream.c: | ^~~~~~~~~~~~~~~~~~~~~~~~
iscream.c: iscream.c:190: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:
Implementation | Compiler |
T:sse | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:sse | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:sse | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:sse | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Namespace violations
iscream.o decrypt_bloc128 T
iscream.o encrypt_bloc128 T
iscream.o read128 T
iscream.o tweak_expand T
iscream.o tweakey_increment T
iscream.o tweakey_schedule T
iscream.o tweakey_set T
iscream.o write128 T
tae.o update_checksum T
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) |
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: 5, namely:
Implementation | Compiler |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |