Test results for armeabi, bblack, crypto_aead/giftcofb128v1
[Page version: 20250111 17:52:34]
Measurements for armeabi, bblack, crypto_aead
Test results for armeabi, bblack, crypto_aead
Test results for crypto_aead/giftcofb128v1
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20241022
Operation: crypto_aead
Primitive: giftcofb128v1
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
304152 | 7948 0 0 | 17893 456 776 | T:aadomn/opt32 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240716 |
308032 | 8324 0 0 | 19334 460 776 | T:aadomn/opt32 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240716 |
341032 | 6892 0 0 | 16569 448 776 | T:aadomn/opt32 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240716 |
392112 | 7556 0 0 | 17605 456 776 | T:aadomn/opt32 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240716 |
3736664 | 6128 0 0 | 17134 460 776 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240716 |
5319848 | 5596 0 0 | 22199 412 776 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240716 |
5321224 | 5596 0 0 | 22199 412 776 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240716 |
5321224 | 5720 0 0 | 30079 412 792 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240716 |
5335752 | 5608 0 0 | 21207 412 784 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240716 |
8486160 | 3548 0 0 | 18441 408 776 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240716 |
9673104 | 1864 0 0 | 11797 456 776 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240716 |
13129488 | 1608 0 0 | 11281 448 776 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240716 |
14036776 | 1854 0 0 | 11893 456 776 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240716 |
Compiler output
giftb128.c: giftb128.c:52:17: error: assigning to 'u32' (aka 'unsigned int') from incompatible type 'void'
giftb128.c: rkey[i] = REARRANGE_RKEY_0(rkey[i]);
giftb128.c: ^ ~~~~~~~~~~~~~~~~~~~~~~~~~
giftb128.c: giftb128.c:53:21: error: assigning to 'u32' (aka 'unsigned int') from incompatible type 'void'
giftb128.c: rkey[i + 1] = REARRANGE_RKEY_0(rkey[i + 1]);
giftb128.c: ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
giftb128.c: giftb128.c:54:21: error: assigning to 'u32' (aka 'unsigned int') from incompatible type 'void'
giftb128.c: rkey[i + 2] = REARRANGE_RKEY_1(rkey[i + 2]);
giftb128.c: ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
giftb128.c: giftb128.c:55:21: error: assigning to 'u32' (aka 'unsigned int') from incompatible type 'void'
giftb128.c: rkey[i + 3] = REARRANGE_RKEY_1(rkey[i + 3]);
giftb128.c: ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
giftb128.c: giftb128.c:56:21: error: assigning to 'u32' (aka 'unsigned int') from incompatible type 'void'
giftb128.c: rkey[i + 4] = REARRANGE_RKEY_2(rkey[i + 4]);
giftb128.c: ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
giftb128.c: giftb128.c:57:21: error: assigning to 'u32' (aka 'unsigned int') from incompatible type 'void'
giftb128.c: rkey[i + 5] = REARRANGE_RKEY_2(rkey[i + 5]);
giftb128.c: ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
giftb128.c: giftb128.c:58:21: error: assigning to 'u32' (aka 'unsigned int') from incompatible type 'void'
giftb128.c: rkey[i + 6] = REARRANGE_RKEY_3(rkey[i + 6]);
giftb128.c: ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
giftb128.c: giftb128.c:59:21: error: assigning to 'u32' (aka 'unsigned int') from incompatible type 'void'
giftb128.c: rkey[i + 7] = REARRANGE_RKEY_3(rkey[i + 7]);
giftb128.c: ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
giftb128.c: 8 errors generated.
Number of similar (implementation,compiler) pairs: 5, namely:
Implementation | Compiler |
T:aadomn/opt32 | 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:aadomn/opt32 | 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:aadomn/opt32 | 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:aadomn/opt32 | 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:aadomn/opt32 | 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
encrypt.o giftcofb_crypt T
giftb128.o giftb128 T
giftb128.o precompute_rkeys T
giftb128.o rconst R
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:aadomn/opt32 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:aadomn/opt32 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:aadomn/opt32 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:aadomn/opt32 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Namespace violations
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010b
encrypt.o N 00000119
encrypt.o N 0000011b
encrypt.o N 0000011d
encrypt.o N 0000011f
encrypt.o N 00000121
encrypt.o N 0000012e
encrypt.o N 00000132
encrypt.o N 00000146
encrypt.o N 0000014c
encrypt.o N 00000151
encrypt.o N 00000153
encrypt.o N 00000155
encrypt.o N 00000161
encrypt.o N 00000165
encrypt.o N 0000016a
encrypt.o N 00000172
encrypt.o N 0000017c
encrypt.o N 0000017f
encrypt.o N 00000182
encrypt.o N 00000194
encrypt.o N 0000019f
encrypt.o N 000001b0
encrypt.o N 000001c2
encrypt.o N 000001c6
encrypt.o N 000001c8
encrypt.o N 000001ca
encrypt.o N 000001d3
encrypt.o N 000001e0
encrypt.o N 000001eb
encrypt.o N 000001f8
encrypt.o N 0000022a
encrypt.o N 0000025c
encrypt.o N 0000025e
encrypt.o N 00000260
encrypt.o N 00000262
encrypt.o N 00000264
encrypt.o N 0000026b
encrypt.o N 0000026d
encrypt.o N 00000274
encrypt.o N 0000027a
encrypt.o N 00000281
encrypt.o N 00000285
encrypt.o N 00000290
encrypt.o N 00000296
encrypt.o N 00000299
encrypt.o N 0000029e
encrypt.o N 000002a5
encrypt.o N 000002ac
encrypt.o N 000002b3
encrypt.o N 000002b8
encrypt.o N 000002cf
encrypt.o N 000002d1
encrypt.o N 000002d6
encrypt.o N 000002db
encrypt.o N 000002e1
encrypt.o N 000002e4
encrypt.o cofb_decrypt T
encrypt.o cofb_encrypt T
gift128.o GIFT_RC R
gift128.o N 00000000
gift128.o N 00000037
gift128.o N 00000041
gift128.o N 0000010b
gift128.o N 00000113
gift128.o N 00000121
gift128.o N 00000135
gift128.o N 00000142
gift128.o N 0000014d
gift128.o N 00000156
gift128.o N 00000165
gift128.o N 00000170
gift128.o N 00000179
gift128.o N 00000181
gift128.o N 0000018a
gift128.o N 0000018c
gift128.o N 00000193
gift128.o N 00000197
gift128.o N 0000019e
gift128.o N 000001a5
gift128.o N 000001a7
gift128.o N 000001a9
gift128.o N 000001b0
gift128.o N 000001b2
gift128.o N 000001bc
gift128.o N 000001c4
gift128.o N 000001c6
gift128.o N 000001c8
gift128.o N 000001ca
gift128.o N 000001d0
gift128.o N 000001d3
gift128.o giftb128 T
gift128.o rowperm 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 -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010a
encrypt.o N 00000118
encrypt.o N 0000011a
encrypt.o N 0000011c
encrypt.o N 0000011e
encrypt.o N 00000120
encrypt.o N 0000012d
encrypt.o N 00000131
encrypt.o N 00000145
encrypt.o N 0000014b
encrypt.o N 00000150
encrypt.o N 00000152
encrypt.o N 00000154
encrypt.o N 00000160
encrypt.o N 00000164
encrypt.o N 00000169
encrypt.o N 00000171
encrypt.o N 0000017b
encrypt.o N 0000017e
encrypt.o N 00000181
encrypt.o N 00000193
encrypt.o N 0000019e
encrypt.o N 000001af
encrypt.o N 000001c1
encrypt.o N 000001c5
encrypt.o N 000001c7
encrypt.o N 000001c9
encrypt.o N 000001d2
encrypt.o N 000001df
encrypt.o N 000001ea
encrypt.o N 000001f7
encrypt.o N 00000229
encrypt.o N 0000025b
encrypt.o N 0000025d
encrypt.o N 0000025f
encrypt.o N 00000261
encrypt.o N 00000263
encrypt.o N 0000026a
encrypt.o N 0000026c
encrypt.o N 00000273
encrypt.o N 00000279
encrypt.o N 00000280
encrypt.o N 00000284
encrypt.o N 0000028f
encrypt.o N 00000295
encrypt.o N 00000298
encrypt.o N 0000029d
encrypt.o N 000002a4
encrypt.o N 000002ab
encrypt.o N 000002b2
encrypt.o N 000002b7
encrypt.o N 000002ce
encrypt.o N 000002d0
encrypt.o N 000002d5
encrypt.o N 000002da
encrypt.o N 000002e0
encrypt.o N 000002e3
encrypt.o cofb_decrypt T
encrypt.o cofb_encrypt T
gift128.o GIFT_RC R
gift128.o N 00000000
gift128.o N 00000037
gift128.o N 00000041
gift128.o N 0000010a
gift128.o N 00000112
gift128.o N 00000120
gift128.o N 00000134
gift128.o N 00000141
gift128.o N 0000014c
gift128.o N 00000155
gift128.o N 00000164
gift128.o N 0000016f
gift128.o N 00000178
gift128.o N 00000180
gift128.o N 00000189
gift128.o N 0000018b
gift128.o N 00000192
gift128.o N 00000196
gift128.o N 0000019d
gift128.o N 000001a4
gift128.o N 000001a6
gift128.o N 000001a8
gift128.o N 000001af
gift128.o N 000001b1
gift128.o N 000001bb
gift128.o N 000001c3
gift128.o N 000001c5
gift128.o N 000001c7
gift128.o N 000001c9
gift128.o N 000001cf
gift128.o N 000001d2
gift128.o giftb128 T
gift128.o rowperm T
Number of similar (implementation,compiler) pairs: 2, 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)) |
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
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010b
encrypt.o N 00000119
encrypt.o N 0000012a
encrypt.o N 0000012c
encrypt.o N 0000012f
encrypt.o N 00000132
encrypt.o N 00000136
encrypt.o N 0000014a
encrypt.o N 00000150
encrypt.o N 00000152
encrypt.o N 0000015f
encrypt.o N 00000171
encrypt.o N 00000173
encrypt.o N 0000017e
encrypt.o N 00000190
encrypt.o N 0000019a
encrypt.o N 000001a6
encrypt.o N 000001aa
encrypt.o N 000001ac
encrypt.o N 000001ae
encrypt.o N 000001b0
encrypt.o N 000001b2
encrypt.o N 000001b6
encrypt.o N 000001bf
encrypt.o N 000001c1
encrypt.o N 000001c9
encrypt.o N 000001d6
encrypt.o N 000001e1
encrypt.o N 000001ee
encrypt.o N 00000220
encrypt.o N 00000252
encrypt.o N 00000257
encrypt.o N 00000259
encrypt.o N 0000025b
encrypt.o N 0000025d
encrypt.o N 0000025f
encrypt.o N 00000266
encrypt.o N 00000268
encrypt.o N 0000026f
encrypt.o N 00000275
encrypt.o N 0000027c
encrypt.o N 00000280
encrypt.o N 0000028b
encrypt.o N 00000291
encrypt.o N 00000294
encrypt.o N 00000299
encrypt.o N 000002a0
encrypt.o N 000002a7
encrypt.o N 000002ae
encrypt.o N 000002b3
encrypt.o N 000002ca
encrypt.o N 000002cc
encrypt.o N 000002d1
encrypt.o N 000002d6
encrypt.o N 000002dc
encrypt.o N 000002df
encrypt.o N 000002e4
encrypt.o cofb_decrypt T
encrypt.o cofb_encrypt T
gift128.o GIFT_RC R
gift128.o N 00000000
gift128.o N 00000037
gift128.o N 00000041
gift128.o N 0000010b
gift128.o N 00000113
gift128.o N 00000121
gift128.o N 00000135
gift128.o N 00000142
gift128.o N 0000014d
gift128.o N 00000156
gift128.o N 00000165
gift128.o N 00000170
gift128.o N 00000179
gift128.o N 00000181
gift128.o N 0000018a
gift128.o N 0000018c
gift128.o N 00000193
gift128.o N 00000197
gift128.o N 0000019e
gift128.o N 000001a5
gift128.o N 000001ac
gift128.o N 000001ae
gift128.o N 000001b0
gift128.o N 000001b2
gift128.o N 000001bc
gift128.o N 000001c4
gift128.o N 000001c6
gift128.o N 000001c8
gift128.o N 000001ca
gift128.o N 000001d0
gift128.o N 000001d3
gift128.o giftb128 T
gift128.o rowperm T
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
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
encrypt.o cofb_decrypt T
encrypt.o cofb_encrypt T
gift128.o GIFT_RC R
gift128.o giftb128 T
gift128.o rowperm T
Number of similar (implementation,compiler) pairs: 4, 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) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |