Test results for armeabi, berry0, crypto_aead/tiaoxinv2

[Page version: 20250206 00:27:24]

Measurements for armeabi, berry0, crypto_aead Test results for armeabi, berry0, crypto_aead Test results for crypto_aead/tiaoxinv2
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_aead
Primitive: tiaoxinv2
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
28298445484 32 059527 388 816T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024101320240909
28407545120 32 057511 388 816T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024101320240909
30332935908 32 048243 388 816T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024101320240909
37717138880 32 050531 380 816T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024101320240909
694325102904 32 0118212 420 824T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024101320240909
696125104848 32 0120140 420 824T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024101320240909
699469104736 32 0120118 416 816T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024101320240909
708109104920 32 0122196 420 816T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024101320240909
863965103172 32 0118562 416 816T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024101320240909

Compiler output


tiaoxin-optimized.c: In file included from tiaoxin-optimized.c:20:
tiaoxin-optimized.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.1/include/xmmintrin.h:13:
tiaoxin-optimized.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:50:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
tiaoxin-optimized.c:     return (__m64)__builtin_ia32_vec_init_v2si(__i, 0);
tiaoxin-optimized.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tiaoxin-optimized.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:129:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
tiaoxin-optimized.c:     return (__m64)__builtin_ia32_packsswb((__v4hi)__m1, (__v4hi)__m2);
tiaoxin-optimized.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tiaoxin-optimized.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:159:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
tiaoxin-optimized.c:     return (__m64)__builtin_ia32_packssdw((__v2si)__m1, (__v2si)__m2);
tiaoxin-optimized.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tiaoxin-optimized.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:189:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
tiaoxin-optimized.c:     return (__m64)__builtin_ia32_packuswb((__v4hi)__m1, (__v4hi)__m2);
tiaoxin-optimized.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tiaoxin-optimized.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:216:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
tiaoxin-optimized.c:     return (__m64)__builtin_ia32_punpckhbw((__v8qi)__m1, (__v8qi)__m2);
tiaoxin-optimized.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tiaoxin-optimized.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:239:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
tiaoxin-optimized.c:     return (__m64)__builtin_ia32_punpckhwd((__v4hi)__m1, (__v4hi)__m2);
tiaoxin-optimized.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tiaoxin-optimized.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:260:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
tiaoxin-optimized.c:     return (__m64)__builtin_ia32_punpckhdq((__v2si)__m1, (__v2si)__m2);
tiaoxin-optimized.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tiaoxin-optimized.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:287:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
tiaoxin-optimized.c:     return (__m64)__builtin_ia32_punpcklbw((__v8qi)__m1, (__v8qi)__m2);
tiaoxin-optimized.c: ...

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:nimclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:nimclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:nimclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:nimclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:nimclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Compiler output


tiaoxin-optimized.c: tiaoxin-optimized.c:20:10: fatal error: xmmintrin.h: No such file or directory
tiaoxin-optimized.c:    20 | #include <xmmintrin.h>
tiaoxin-optimized.c:       |          ^~~~~~~~~~~~~
tiaoxin-optimized.c: compilation terminated.

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:nimgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:nimgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:nimgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:nimgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Namespace violations


encrypt.o N 0
encrypt.o N 108
encrypt.o N 10c
encrypt.o N 11a
encrypt.o N 131
encrypt.o N 14c
encrypt.o N 17a
encrypt.o N 1a8
encrypt.o N 1aa
encrypt.o N 1af
encrypt.o N 1b1
encrypt.o N 1b3
encrypt.o N 1b8
encrypt.o N 1bd
encrypt.o N 1c3
encrypt.o N 1c6
encrypt.o N 25
encrypt.o N 2f
encrypt.o N ed
tiaoxin-tablebased.o N 0
tiaoxin-tablebased.o N 109
tiaoxin-tablebased.o N 11d
tiaoxin-tablebased.o N 122
tiaoxin-tablebased.o N 125
tiaoxin-tablebased.o N 129
tiaoxin-tablebased.o N 12d
tiaoxin-tablebased.o N 131
tiaoxin-tablebased.o N 135
tiaoxin-tablebased.o N 142
tiaoxin-tablebased.o N 146
tiaoxin-tablebased.o N 15d
tiaoxin-tablebased.o N 160
tiaoxin-tablebased.o N 17b
tiaoxin-tablebased.o N 17f
tiaoxin-tablebased.o N 19a
tiaoxin-tablebased.o N 1ab
tiaoxin-tablebased.o N 1ae
tiaoxin-tablebased.o N 1b3
tiaoxin-tablebased.o N 1b5
tiaoxin-tablebased.o N 1b7
tiaoxin-tablebased.o N 1bc
tiaoxin-tablebased.o N 1c1
tiaoxin-tablebased.o N 1c6
tiaoxin-tablebased.o N 1c8
tiaoxin-tablebased.o N 1cb
tiaoxin-tablebased.o N 1ce
tiaoxin-tablebased.o N 1d1
tiaoxin-tablebased.o N 1d3
tiaoxin-tablebased.o N 1d9
tiaoxin-tablebased.o N 1dd
tiaoxin-tablebased.o N 25
tiaoxin-tablebased.o N 3a
tiaoxin-tablebased.o N f8
tiaoxin-tablebased.o N fb
tiaoxin-tablebased.o Z0 D
tiaoxin-tablebased.o Z1 D
tiaoxin-tablebased.o tiaoxin_tablebased_decrypt T
tiaoxin-tablebased.o tiaoxin_tablebased_encrypt T

Number of similar (implementation,compiler) pairs: 3, namely:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


encrypt.o N 0
encrypt.o N 107
encrypt.o N 10b
encrypt.o N 119
encrypt.o N 130
encrypt.o N 14b
encrypt.o N 179
encrypt.o N 1a7
encrypt.o N 1a9
encrypt.o N 1ae
encrypt.o N 1b0
encrypt.o N 1b2
encrypt.o N 1b7
encrypt.o N 1bc
encrypt.o N 1c2
encrypt.o N 1c5
encrypt.o N 25
encrypt.o N 2f
encrypt.o N ec
tiaoxin-tablebased.o N 0
tiaoxin-tablebased.o N 108
tiaoxin-tablebased.o N 11c
tiaoxin-tablebased.o N 121
tiaoxin-tablebased.o N 124
tiaoxin-tablebased.o N 128
tiaoxin-tablebased.o N 12c
tiaoxin-tablebased.o N 130
tiaoxin-tablebased.o N 134
tiaoxin-tablebased.o N 141
tiaoxin-tablebased.o N 145
tiaoxin-tablebased.o N 15c
tiaoxin-tablebased.o N 15f
tiaoxin-tablebased.o N 17a
tiaoxin-tablebased.o N 17e
tiaoxin-tablebased.o N 199
tiaoxin-tablebased.o N 1aa
tiaoxin-tablebased.o N 1ad
tiaoxin-tablebased.o N 1b2
tiaoxin-tablebased.o N 1b4
tiaoxin-tablebased.o N 1b6
tiaoxin-tablebased.o N 1bb
tiaoxin-tablebased.o N 1c0
tiaoxin-tablebased.o N 1c5
tiaoxin-tablebased.o N 1c7
tiaoxin-tablebased.o N 1ca
tiaoxin-tablebased.o N 1cd
tiaoxin-tablebased.o N 1d0
tiaoxin-tablebased.o N 1d2
tiaoxin-tablebased.o N 1d8
tiaoxin-tablebased.o N 1dc
tiaoxin-tablebased.o N 25
tiaoxin-tablebased.o N 3a
tiaoxin-tablebased.o N f7
tiaoxin-tablebased.o N fa
tiaoxin-tablebased.o Z0 D
tiaoxin-tablebased.o Z1 D
tiaoxin-tablebased.o tiaoxin_tablebased_decrypt T
tiaoxin-tablebased.o tiaoxin_tablebased_encrypt T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


encrypt.o N 0
encrypt.o N 107
encrypt.o N 10b
encrypt.o N 119
encrypt.o N 130
encrypt.o N 14b
encrypt.o N 179
encrypt.o N 1a7
encrypt.o N 1a9
encrypt.o N 1ae
encrypt.o N 1b0
encrypt.o N 1b5
encrypt.o N 1b8
encrypt.o N 1be
encrypt.o N 1c3
encrypt.o N 1c8
encrypt.o N 25
encrypt.o N 2f
encrypt.o N ec
tiaoxin-tablebased.o N 0
tiaoxin-tablebased.o N 108
tiaoxin-tablebased.o N 11c
tiaoxin-tablebased.o N 121
tiaoxin-tablebased.o N 124
tiaoxin-tablebased.o N 128
tiaoxin-tablebased.o N 12c
tiaoxin-tablebased.o N 130
tiaoxin-tablebased.o N 134
tiaoxin-tablebased.o N 141
tiaoxin-tablebased.o N 145
tiaoxin-tablebased.o N 15c
tiaoxin-tablebased.o N 15f
tiaoxin-tablebased.o N 17a
tiaoxin-tablebased.o N 17e
tiaoxin-tablebased.o N 199
tiaoxin-tablebased.o N 1aa
tiaoxin-tablebased.o N 1ad
tiaoxin-tablebased.o N 1b2
tiaoxin-tablebased.o N 1b4
tiaoxin-tablebased.o N 1b6
tiaoxin-tablebased.o N 1bb
tiaoxin-tablebased.o N 1c0
tiaoxin-tablebased.o N 1c5
tiaoxin-tablebased.o N 1c7
tiaoxin-tablebased.o N 1ca
tiaoxin-tablebased.o N 1cd
tiaoxin-tablebased.o N 1d0
tiaoxin-tablebased.o N 1d2
tiaoxin-tablebased.o N 1d8
tiaoxin-tablebased.o N 1dc
tiaoxin-tablebased.o N 25
tiaoxin-tablebased.o N 3a
tiaoxin-tablebased.o N f7
tiaoxin-tablebased.o N fa
tiaoxin-tablebased.o Z0 D
tiaoxin-tablebased.o Z1 D
tiaoxin-tablebased.o tiaoxin_tablebased_decrypt T
tiaoxin-tablebased.o tiaoxin_tablebased_encrypt T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


tiaoxin-tablebased.o Z0 D
tiaoxin-tablebased.o Z1 D
tiaoxin-tablebased.o tiaoxin_tablebased_decrypt T
tiaoxin-tablebased.o tiaoxin_tablebased_encrypt T

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)