Test results for armeabi, bblack, crypto_aead/aegis128
[Page version: 20241101 10:17:42]
Measurements for armeabi, bblack, crypto_aead
Test results for armeabi, bblack, crypto_aead
Test results for crypto_aead/aegis128
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_aead
Primitive: aegis128
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
145704 | 3452 4096 0 | 14450 4556 776 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240806 | 20240716 |
145824 | 3432 4096 0 | 13406 4556 776 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240806 | 20240716 |
185984 | 5048 4096 0 | 29435 4508 792 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240806 | 20240716 |
188912 | 6652 4096 0 | 22275 4508 784 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240806 | 20240716 |
189040 | 5768 4096 0 | 22387 4508 776 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240806 | 20240716 |
189040 | 5768 4096 0 | 22387 4508 776 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240806 | 20240716 |
189872 | 5588 4096 0 | 20505 4504 776 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240806 | 20240716 |
260320 | 3224 4096 0 | 13302 4556 776 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240806 | 20240716 |
Compiler output
encrypt.c: In file included from encrypt.c:4:
encrypt.c: In file included from /usr/lib/llvm-7/lib/clang/7.0.1/include/immintrin.h:28:
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:64:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c: return (__m64)__builtin_ia32_vec_init_v2si(__i, 0);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:143:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c: return (__m64)__builtin_ia32_packsswb((__v4hi)__m1, (__v4hi)__m2);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:173:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c: return (__m64)__builtin_ia32_packssdw((__v2si)__m1, (__v2si)__m2);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:203:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c: return (__m64)__builtin_ia32_packuswb((__v4hi)__m1, (__v4hi)__m2);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:230:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c: return (__m64)__builtin_ia32_punpckhbw((__v8qi)__m1, (__v8qi)__m2);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:253:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c: return (__m64)__builtin_ia32_punpckhwd((__v4hi)__m1, (__v4hi)__m2);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:274:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c: return (__m64)__builtin_ia32_punpckhdq((__v2si)__m1, (__v2si)__m2);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:301:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c: return (__m64)__builtin_ia32_punpcklbw((__v8qi)__m1, (__v8qi)__m2);
encrypt.c: ...
Number of similar (implementation,compiler) pairs: 5, namely:
Implementation | Compiler |
T:aesni | 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:aesni | 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:aesni | 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:aesni | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:aesni | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Compiler output
encrypt.c: encrypt.c:4:10: fatal error: immintrin.h: No such file or directory
encrypt.c: #include <immintrin.h>
encrypt.c: ^~~~~~~~~~~~~
encrypt.c: compilation terminated.
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:aesni | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:aesni | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:aesni | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:aesni | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Compiler output
try.c: /usr/bin/ld: libcrypto_aead_aegis128.a(encrypt.o): in function `crypto_aead_aegis128_ref_timingleaks_encrypt':
try.c: .../supercop-data/bblack/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis128/ref/work/encrypt.c:172: undefined reference to `aegis128_enc_aut_step'
try.c: /usr/bin/ld: .../supercop-data/bblack/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis128/ref/work/encrypt.c:186: undefined reference to `aegis128_enc_aut_step'
try.c: /usr/bin/ld: .../supercop-data/bblack/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis128/ref/work/encrypt.c:164: undefined reference to `aegis128_enc_aut_step'
try.c: /usr/bin/ld: .../supercop-data/bblack/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis128/ref/work/encrypt.c:178: undefined reference to `aegis128_enc_aut_step'
try.c: /usr/bin/ld: libcrypto_aead_aegis128.a(encrypt.o): in function `crypto_aead_aegis128_ref_timingleaks_decrypt':
try.c: .../supercop-data/bblack/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis128/ref/work/encrypt.c:228: undefined reference to `aegis128_enc_aut_step'
try.c: /usr/bin/ld: .../supercop-data/bblack/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis128/ref/work/encrypt.c:244: undefined reference to `aegis128_dec_aut_step'
try.c: /usr/bin/ld: .../supercop-data/bblack/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis128/ref/work/encrypt.c:220: undefined reference to `aegis128_enc_aut_step'
try.c: /usr/bin/ld: .../supercop-data/bblack/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis128/ref/work/encrypt.c:236: undefined reference to `aegis128_dec_aut_step'
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Namespace violations
aes.o AESROUND T
aes.o N 00000000
aes.o N 00000037
aes.o N 0000003d
aes.o N 00000102
aes.o N 00000106
aes.o N 00000114
aes.o N 00000128
aes.o N 0000012c
aes.o N 00000130
aes.o N 00000134
aes.o N 00000141
aes.o N 00000145
aes.o N 0000014e
aes.o N 00000152
aes.o N 00000155
aes.o TE0 D
aes.o TE1 D
aes.o TE2 D
aes.o TE3 D
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000106
encrypt.o N 0000011d
encrypt.o N 00000133
encrypt.o N 00000140
encrypt.o N 0000014e
encrypt.o N 0000015c
encrypt.o N 00000162
encrypt.o N 00000166
encrypt.o N 0000017a
encrypt.o N 00000190
encrypt.o N 000001a8
encrypt.o N 000001c0
encrypt.o N 000001ed
encrypt.o N 000001f1
encrypt.o N 0000021e
encrypt.o N 00000222
encrypt.o N 00000225
encrypt.o N 0000022e
encrypt.o N 00000235
encrypt.o N 0000023b
encrypt.o N 0000023d
encrypt.o N 00000244
encrypt.o N 00000248
encrypt.o N 0000024f
encrypt.o N 00000255
encrypt.o N 0000025c
encrypt.o N 0000026b
encrypt.o N 0000027b
encrypt.o N 0000028a
encrypt.o N 0000028c
encrypt.o N 00000291
encrypt.o N 00000293
encrypt.o N 00000295
encrypt.o N 0000029a
encrypt.o N 0000029f
encrypt.o N 000002a2
encrypt.o N 000002a7
encrypt.o N 000002b9
encrypt.o N 000002bd
encrypt.o aegis128_initialization T
encrypt.o aegis128_tag_generation T
Number of similar (implementation,compiler) pairs: 2, namely:
Implementation | Compiler |
T:ref | 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:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
aes.o AESROUND T
aes.o N 00000000
aes.o N 00000037
aes.o N 0000003d
aes.o N 00000102
aes.o N 00000106
aes.o N 00000114
aes.o N 00000128
aes.o N 0000012c
aes.o N 00000130
aes.o N 00000134
aes.o N 00000141
aes.o N 00000145
aes.o N 0000014e
aes.o N 00000152
aes.o N 00000155
aes.o TE0 D
aes.o TE1 D
aes.o TE2 D
aes.o TE3 D
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000106
encrypt.o N 0000011d
encrypt.o N 00000133
encrypt.o N 00000140
encrypt.o N 0000014e
encrypt.o N 0000015c
encrypt.o N 00000162
encrypt.o N 00000166
encrypt.o N 0000017a
encrypt.o N 00000190
encrypt.o N 000001a8
encrypt.o N 000001c0
encrypt.o N 000001ed
encrypt.o N 000001f1
encrypt.o N 0000021e
encrypt.o N 00000222
encrypt.o N 00000225
encrypt.o N 0000022e
encrypt.o N 00000235
encrypt.o N 0000023b
encrypt.o N 0000023d
encrypt.o N 00000241
encrypt.o N 00000247
encrypt.o N 0000024e
encrypt.o N 00000255
encrypt.o N 0000025c
encrypt.o N 0000026b
encrypt.o N 0000027b
encrypt.o N 0000028a
encrypt.o N 0000028c
encrypt.o N 00000291
encrypt.o N 00000293
encrypt.o N 00000295
encrypt.o N 0000029a
encrypt.o N 0000029f
encrypt.o N 000002a2
encrypt.o N 000002a7
encrypt.o N 000002b9
encrypt.o N 000002bd
encrypt.o aegis128_initialization T
encrypt.o aegis128_tag_generation T
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
aes.o AESROUND T
aes.o N 00000000
aes.o N 00000037
aes.o N 0000003d
aes.o N 00000101
aes.o N 00000105
aes.o N 00000113
aes.o N 00000127
aes.o N 0000012b
aes.o N 0000012f
aes.o N 00000133
aes.o N 00000140
aes.o N 00000144
aes.o N 0000014d
aes.o N 00000151
aes.o N 00000154
aes.o TE0 D
aes.o TE1 D
aes.o TE2 D
aes.o TE3 D
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000105
encrypt.o N 0000011c
encrypt.o N 00000132
encrypt.o N 0000013f
encrypt.o N 0000014d
encrypt.o N 0000015b
encrypt.o N 00000161
encrypt.o N 00000165
encrypt.o N 00000179
encrypt.o N 0000018f
encrypt.o N 000001a7
encrypt.o N 000001bf
encrypt.o N 000001ec
encrypt.o N 000001f0
encrypt.o N 0000021d
encrypt.o N 00000221
encrypt.o N 00000224
encrypt.o N 0000022d
encrypt.o N 00000234
encrypt.o N 0000023a
encrypt.o N 0000023c
encrypt.o N 00000243
encrypt.o N 00000247
encrypt.o N 0000024e
encrypt.o N 00000254
encrypt.o N 0000025b
encrypt.o N 0000026a
encrypt.o N 0000027a
encrypt.o N 00000289
encrypt.o N 0000028b
encrypt.o N 00000290
encrypt.o N 00000292
encrypt.o N 00000294
encrypt.o N 00000299
encrypt.o N 0000029e
encrypt.o N 000002a1
encrypt.o N 000002a6
encrypt.o N 000002b8
encrypt.o N 000002bc
encrypt.o aegis128_initialization T
encrypt.o aegis128_tag_generation T
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
aes.o AESROUND T
aes.o N 00000000
aes.o N 00000037
aes.o N 0000003d
aes.o N 00000101
aes.o N 00000105
aes.o N 00000113
aes.o N 00000127
aes.o N 0000012b
aes.o N 0000012f
aes.o N 00000133
aes.o N 00000140
aes.o N 00000144
aes.o N 0000014d
aes.o N 00000151
aes.o N 00000154
aes.o TE0 D
aes.o TE1 D
aes.o TE2 D
aes.o TE3 D
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000105
encrypt.o N 0000011c
encrypt.o N 00000132
encrypt.o N 0000013f
encrypt.o N 0000014d
encrypt.o N 0000015b
encrypt.o N 00000161
encrypt.o N 00000165
encrypt.o N 00000179
encrypt.o N 0000018f
encrypt.o N 000001a7
encrypt.o N 000001bf
encrypt.o N 000001ec
encrypt.o N 000001f0
encrypt.o N 0000021d
encrypt.o N 00000221
encrypt.o N 00000224
encrypt.o N 0000022a
encrypt.o N 00000231
encrypt.o N 0000023a
encrypt.o N 0000023c
encrypt.o N 00000243
encrypt.o N 00000247
encrypt.o N 0000024e
encrypt.o N 00000254
encrypt.o N 0000025b
encrypt.o N 0000026a
encrypt.o N 00000279
encrypt.o N 0000027b
encrypt.o N 00000280
encrypt.o N 00000282
encrypt.o N 00000284
encrypt.o N 00000289
encrypt.o N 0000028e
encrypt.o N 00000291
encrypt.o N 00000296
encrypt.o N 000002a8
encrypt.o N 000002b8
encrypt.o N 000002bc
encrypt.o aegis128_initialization T
encrypt.o aegis128_tag_generation T
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
aes.o AESROUND T
aes.o TE0 D
aes.o TE1 D
aes.o TE2 D
aes.o TE3 D
encrypt.o aegis128_initialization T
encrypt.o aegis128_tag_generation T
Number of similar (implementation,compiler) pairs: 3, namely:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |