Test results for aarch64, pi3aplus, crypto_aead/ascon128bi32v12
[Page version: 20240908 09:13:06]
Measurements for aarch64, pi3aplus, crypto_aead
Test results for aarch64, pi3aplus, crypto_aead
Test results for crypto_aead/ascon128bi32v12
Computer: pi3aplus
Microarchitecture: aarch64; Cortex-A53 (410fd034)
Architecture: aarch64
CPU ID: 410fd034
SUPERCOP version: 20240808
Operation: crypto_aead
Primitive: ascon128bi32v12
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
157755 | 20560 0 0 | 34040 864 864 | ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240808 |
202578 | 18720 0 0 | 30839 856 848 | ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240808 |
226180 | 8196 0 0 | 20287 856 848 | bi32 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240808 |
229981 | 8148 0 0 | 21584 864 864 | bi32 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240808 |
232528 | 4256 0 0 | 16439 864 848 | bi32_lowreg | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240808 |
243113 | 6572 0 0 | 20341 768 856 | bi32 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240808 |
255972 | 4064 0 0 | 17600 872 864 | bi32_lowreg | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240808 |
260776 | 2040 0 0 | 15520 872 864 | bi32_lowsize | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240808 |
265622 | 1820 0 0 | 13927 864 848 | bi32_lowsize | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240808 |
277837 | 1616 0 0 | 15413 776 856 | bi32_lowsize | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240808 |
290800 | 7956 0 0 | 19287 840 840 | bi32 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240808 |
292887 | 19424 0 0 | 31783 856 848 | ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240808 |
294508 | 3324 0 0 | 17125 776 856 | bi32_lowreg | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240808 |
321843 | 4832 0 0 | 18493 768 856 | ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240808 |
410018 | 10024 0 0 | 22343 856 848 | bi32 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240808 |
484698 | 1732 0 0 | 13079 848 840 | bi32_lowsize | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240808 |
495367 | 3936 0 0 | 15383 848 840 | bi32_lowreg | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240808 |
567159 | 2540 0 0 | 14887 864 848 | bi32_lowsize | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240808 |
569592 | 5724 0 0 | 18159 864 848 | bi32_lowreg | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240808 |
852076 | 2324 0 0 | 13735 840 840 | ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240822 | 20240808 |
Compiler output
aead.c: In file included from round.h:8,
aead.c: from permutations.h:11,
aead.c: from aead.c:4:
aead.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
aead.c: return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
aead.c: ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: In file included from round.h:8,
permutations.c: from permutations.h:11,
permutations.c: from permutations.c:1:
permutations.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
permutations.c: return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
permutations.c: ^~~~~~~~~~~~~~~~~~~~~~
Number of similar (implementation,compiler) pairs: 8, namely:
Implementation | Compiler |
bi32 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
bi32 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
bi32 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
bi32 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
bi32_lowreg | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
bi32_lowreg | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
bi32_lowreg | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
bi32_lowreg | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Compiler output
aead.c: In file included from aead.c:4:
aead.c: In file included from ./permutations.h:11:
aead.c: ./round.h:82:19: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths]
aead.c: [tmp1] "=r"(tmp1)
aead.c: ^
aead.c: ./round.h:15:13: note: use constraint modifier "w"
aead.c: "ldrb %[tmp1], [%[C]], #1\n\t"
aead.c: ^~~~~~~
aead.c: %w[tmp1]
aead.c: ./round.h:78:19: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths]
aead.c: [x0_l] "+r"(s->w[0][0]), [x0_h] "+r"(s->w[0][1]), [x1_l] "+r"(s->w[1][0]),
aead.c: ^
aead.c: ./round.h:16:12: note: use constraint modifier "w"
aead.c: "eor %[x0_l], %[x0_l], %[x4_l]\n\t"
aead.c: ^~~~~~~
aead.c: %w[x0_l]
aead.c: ./round.h:78:19: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths]
aead.c: [x0_l] "+r"(s->w[0][0]), [x0_h] "+r"(s->w[0][1]), [x1_l] "+r"(s->w[1][0]),
aead.c: ^
aead.c: ./round.h:16:21: note: use constraint modifier "w"
aead.c: "eor %[x0_l], %[x0_l], %[x4_l]\n\t"
aead.c: ^~~~~~~
aead.c: %w[x0_l]
aead.c: ./round.h:80:69: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths]
aead.c: [x3_l] "+r"(s->w[3][0]), [x3_h] "+r"(s->w[3][1]), [x4_l] "+r"(s->w[4][0]),
aead.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
bi32_armv6 | 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
aead.c: In file included from round.h:8,
aead.c: from permutations.h:11,
aead.c: from aead.c:4:
aead.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
aead.c: return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
aead.c: ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: In file included from round.h:8,
permutations.c: from permutations.h:11,
permutations.c: from permutations.c:1:
permutations.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
permutations.c: return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
permutations.c: ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: /tmp/ccrieuhq.s: Assembler messages:
permutations.c: /tmp/ccrieuhq.s:160: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccrieuhq.s:263: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccrieuhq.s:332: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccrieuhq.s:349: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccrieuhq.s:607: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccrieuhq.s:693: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccrieuhq.s:848: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccrieuhq.s:1020: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccrieuhq.s:1182: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccrieuhq.s:1276: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccrieuhq.s:1431: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccrieuhq.s:1603: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
bi32_armv6 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Compiler output
aead.c: In file included from round.h:8,
aead.c: from permutations.h:11,
aead.c: from aead.c:4:
aead.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
aead.c: return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
aead.c: ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: In file included from round.h:8,
permutations.c: from permutations.h:11,
permutations.c: from permutations.c:1:
permutations.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
permutations.c: return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
permutations.c: ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: /tmp/ccxDpxJj.s: Assembler messages:
permutations.c: /tmp/ccxDpxJj.s:160: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccxDpxJj.s:263: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccxDpxJj.s:332: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccxDpxJj.s:349: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccxDpxJj.s:607: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccxDpxJj.s:693: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccxDpxJj.s:848: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccxDpxJj.s:1020: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccxDpxJj.s:1182: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccxDpxJj.s:1276: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccxDpxJj.s:1431: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccxDpxJj.s:1603: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
bi32_armv6 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Compiler output
aead.c: In file included from round.h:8,
aead.c: from permutations.h:11,
aead.c: from aead.c:4:
aead.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
aead.c: return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
aead.c: ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: In file included from round.h:8,
permutations.c: from permutations.h:11,
permutations.c: from permutations.c:1:
permutations.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
permutations.c: return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
permutations.c: ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: /tmp/ccPtJLuT.s: Assembler messages:
permutations.c: /tmp/ccPtJLuT.s:149: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccPtJLuT.s:252: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccPtJLuT.s:321: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccPtJLuT.s:338: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccPtJLuT.s:596: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccPtJLuT.s:682: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccPtJLuT.s:837: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccPtJLuT.s:1009: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccPtJLuT.s:1162: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccPtJLuT.s:1258: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccPtJLuT.s:1413: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccPtJLuT.s:1585: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
bi32_armv6 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Compiler output
aead.c: In file included from round.h:8,
aead.c: from permutations.h:11,
aead.c: from aead.c:4:
aead.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
aead.c: return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
aead.c: ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: In file included from round.h:8,
permutations.c: from permutations.h:11,
permutations.c: from permutations.c:1:
permutations.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
permutations.c: return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
permutations.c: ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: /tmp/ccPJCeOT.s: Assembler messages:
permutations.c: /tmp/ccPJCeOT.s:142: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccPJCeOT.s:245: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccPJCeOT.s:314: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccPJCeOT.s:331: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccPJCeOT.s:589: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccPJCeOT.s:675: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccPJCeOT.s:830: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccPJCeOT.s:1002: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccPJCeOT.s:1154: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccPJCeOT.s:1240: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccPJCeOT.s:1395: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccPJCeOT.s:1567: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
bi32_armv6 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Compiler output
aead.c: In file included from aead.c:4:
aead.c: In file included from ./permutations.h:11:
aead.c: ./round.h:164:14: error: invalid output constraint '+l' in asm
aead.c: [x0_l] "+l"(s->w[0][0]), [x0_h] "+h"(s->w[0][1]), [x1_l] "+l"(s->w[1][0]),
aead.c: ^
aead.c: ./round.h:314:14: error: invalid output constraint '+l' in asm
aead.c: [x0_l] "+l"(s->w[0][0]), [x0_h] "+h"(s->w[0][1]), [x1_l] "+l"(s->w[1][0]),
aead.c: ^
aead.c: 2 errors generated.
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
bi32_armv6m | 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
aead.c: In file included from permutations.h:11,
aead.c: from aead.c:4:
aead.c: round.h: In function 'ROUND_LOOP':
aead.c: round.h:12:12: warning: unused variable 'tmp0' [-Wunused-variable]
aead.c: uint32_t tmp0, tmp1;
aead.c: ^~~~
aead.c: In file included from round.h:8,
aead.c: from permutations.h:11,
aead.c: from aead.c:4:
aead.c: aead.c: At top level:
aead.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
aead.c: return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
aead.c: ^~~~~~~~~~~~~~~~~~~~~~
aead.c: In file included from permutations.h:11,
aead.c: from aead.c:4:
aead.c: aead.c: In function 'crypto_aead_ascon128bi32v12_bi32_armv6m_constbranchindex_encrypt':
aead.c: round.h:13:3: error: impossible constraint in 'asm'
aead.c: __asm__ __volatile__(
aead.c: ^~~~~~~
aead.c: round.h:13:3: error: impossible constraint in 'asm'
aead.c: __asm__ __volatile__(
aead.c: ^~~~~~~
aead.c: round.h:13:3: error: impossible constraint in 'asm'
aead.c: __asm__ __volatile__(
aead.c: ^~~~~~~
aead.c: ...
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
bi32_armv6m | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
bi32_armv6m | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
bi32_armv6m | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
bi32_armv6m | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Compiler output
aead.c: In file included from aead.c:4:
aead.c: In file included from ./permutations.h:11:
aead.c: ./round.h:78:19: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths]
aead.c: [tmp1] "=r"(tmp1)
aead.c: ^
aead.c: ./round.h:15:13: note: use constraint modifier "w"
aead.c: "ldrb %[tmp1], [%[C]], #1\n\t"
aead.c: ^~~~~~~
aead.c: %w[tmp1]
aead.c: ./round.h:74:19: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths]
aead.c: [x0_l] "+r"(s->w[0][0]), [x0_h] "+r"(s->w[0][1]), [x1_l] "+r"(s->w[1][0]),
aead.c: ^
aead.c: ./round.h:16:12: note: use constraint modifier "w"
aead.c: "eor %[x0_l], %[x0_l], %[x4_l]\n\t"
aead.c: ^~~~~~~
aead.c: %w[x0_l]
aead.c: ./round.h:74:19: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths]
aead.c: [x0_l] "+r"(s->w[0][0]), [x0_h] "+r"(s->w[0][1]), [x1_l] "+r"(s->w[1][0]),
aead.c: ^
aead.c: ./round.h:16:21: note: use constraint modifier "w"
aead.c: "eor %[x0_l], %[x0_l], %[x4_l]\n\t"
aead.c: ^~~~~~~
aead.c: %w[x0_l]
aead.c: ./round.h:76:69: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths]
aead.c: [x3_l] "+r"(s->w[3][0]), [x3_h] "+r"(s->w[3][1]), [x4_l] "+r"(s->w[4][0]),
aead.c: ...
Number of similar (implementation,compiler) pairs: 2, namely:
Implementation | Compiler |
bi32_armv7m | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
bi32_armv7m_small | 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
aead.c: In file included from round.h:8,
aead.c: from permutations.h:11,
aead.c: from aead.c:4:
aead.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
aead.c: return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
aead.c: ^~~~~~~~~~~~~~~~~~~~~~
aead.c: /tmp/cccfxWyb.s: Assembler messages:
aead.c: /tmp/cccfxWyb.s:276: Error: immediate out of range at operand 3 -- `eor x21,x21,9'
aead.c: /tmp/cccfxWyb.s:376: Error: immediate out of range at operand 3 -- `eor x15,x15,9'
aead.c: /tmp/cccfxWyb.s:444: Error: immediate out of range at operand 3 -- `eor x21,x21,9'
aead.c: /tmp/cccfxWyb.s:460: Error: immediate out of range at operand 3 -- `eor x15,x15,9'
aead.c: /tmp/cccfxWyb.s:712: Error: immediate out of range at operand 3 -- `eor x15,x15,9'
aead.c: /tmp/cccfxWyb.s:796: Error: immediate out of range at operand 3 -- `eor x15,x15,9'
aead.c: /tmp/cccfxWyb.s:948: Error: immediate out of range at operand 3 -- `eor x21,x21,9'
aead.c: /tmp/cccfxWyb.s:1111: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
aead.c: /tmp/cccfxWyb.s:1362: Error: immediate out of range at operand 3 -- `eor x21,x21,9'
aead.c: /tmp/cccfxWyb.s:1462: Error: immediate out of range at operand 3 -- `eor x15,x15,9'
aead.c: /tmp/cccfxWyb.s:1614: Error: immediate out of range at operand 3 -- `eor x21,x21,9'
aead.c: /tmp/cccfxWyb.s:1798: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
aead.c: /tmp/cccfxWyb.s:2001: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
aead.c: /tmp/cccfxWyb.s:2095: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
aead.c: /tmp/cccfxWyb.s:2247: Error: immediate out of range at operand 3 -- `eor x19,x19,9'
aead.c: /tmp/cccfxWyb.s:2423: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
aead.c: /tmp/cccfxWyb.s:2661: Error: immediate out of range at operand 3 -- `eor x20,x20,9'
aead.c: /tmp/cccfxWyb.s:2755: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
aead.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
bi32_armv7m | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Compiler output
aead.c: In file included from round.h:8,
aead.c: from permutations.h:11,
aead.c: from aead.c:4:
aead.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
aead.c: return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
aead.c: ^~~~~~~~~~~~~~~~~~~~~~
aead.c: /tmp/ccd0rNNL.s: Assembler messages:
aead.c: /tmp/ccd0rNNL.s:277: Error: immediate out of range at operand 3 -- `eor x19,x19,9'
aead.c: /tmp/ccd0rNNL.s:377: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
aead.c: /tmp/ccd0rNNL.s:445: Error: immediate out of range at operand 3 -- `eor x19,x19,9'
aead.c: /tmp/ccd0rNNL.s:461: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
aead.c: /tmp/ccd0rNNL.s:713: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
aead.c: /tmp/ccd0rNNL.s:797: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
aead.c: /tmp/ccd0rNNL.s:949: Error: immediate out of range at operand 3 -- `eor x19,x19,9'
aead.c: /tmp/ccd0rNNL.s:1115: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
aead.c: /tmp/ccd0rNNL.s:1366: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
aead.c: /tmp/ccd0rNNL.s:1460: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
aead.c: /tmp/ccd0rNNL.s:1612: Error: immediate out of range at operand 3 -- `eor x20,x20,9'
aead.c: /tmp/ccd0rNNL.s:1796: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
aead.c: /tmp/ccd0rNNL.s:1999: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
aead.c: /tmp/ccd0rNNL.s:2093: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
aead.c: /tmp/ccd0rNNL.s:2245: Error: immediate out of range at operand 3 -- `eor x17,x17,9'
aead.c: /tmp/ccd0rNNL.s:2421: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
aead.c: /tmp/ccd0rNNL.s:2661: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
aead.c: /tmp/ccd0rNNL.s:2755: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
aead.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
bi32_armv7m | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Compiler output
aead.c: In file included from round.h:8,
aead.c: from permutations.h:11,
aead.c: from aead.c:4:
aead.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
aead.c: return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
aead.c: ^~~~~~~~~~~~~~~~~~~~~~
aead.c: /tmp/ccdfxWyb.s: Assembler messages:
aead.c: /tmp/ccdfxWyb.s:396: Error: immediate out of range at operand 3 -- `eor x17,x17,9'
aead.c: /tmp/ccdfxWyb.s:496: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
aead.c: /tmp/ccdfxWyb.s:564: Error: immediate out of range at operand 3 -- `eor x17,x17,9'
aead.c: /tmp/ccdfxWyb.s:580: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
aead.c: /tmp/ccdfxWyb.s:832: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
aead.c: /tmp/ccdfxWyb.s:916: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
aead.c: /tmp/ccdfxWyb.s:1068: Error: immediate out of range at operand 3 -- `eor x17,x17,9'
aead.c: /tmp/ccdfxWyb.s:1231: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
aead.c: /tmp/ccdfxWyb.s:1464: Error: immediate out of range at operand 3 -- `eor x17,x17,9'
aead.c: /tmp/ccdfxWyb.s:1558: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
aead.c: /tmp/ccdfxWyb.s:1710: Error: immediate out of range at operand 3 -- `eor x18,x18,9'
aead.c: /tmp/ccdfxWyb.s:1886: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
aead.c: /tmp/ccdfxWyb.s:2065: Error: immediate out of range at operand 3 -- `eor x15,x15,9'
aead.c: /tmp/ccdfxWyb.s:2159: Error: immediate out of range at operand 3 -- `eor x10,x10,9'
aead.c: /tmp/ccdfxWyb.s:2311: Error: immediate out of range at operand 3 -- `eor x15,x15,9'
aead.c: /tmp/ccdfxWyb.s:2487: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
aead.c: /tmp/ccdfxWyb.s:2748: Error: immediate out of range at operand 3 -- `eor x17,x17,9'
aead.c: /tmp/ccdfxWyb.s:2842: Error: immediate out of range at operand 3 -- `eor x10,x10,9'
aead.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
bi32_armv7m | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Compiler output
aead.c: In file included from round.h:8,
aead.c: from permutations.h:11,
aead.c: from aead.c:4:
aead.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
aead.c: return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
aead.c: ^~~~~~~~~~~~~~~~~~~~~~
aead.c: /tmp/cca0rNNL.s: Assembler messages:
aead.c: /tmp/cca0rNNL.s:297: Error: immediate out of range at operand 3 -- `eor x30,x30,9'
aead.c: /tmp/cca0rNNL.s:397: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/cca0rNNL.s:465: Error: immediate out of range at operand 3 -- `eor x30,x30,9'
aead.c: /tmp/cca0rNNL.s:481: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/cca0rNNL.s:733: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/cca0rNNL.s:817: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/cca0rNNL.s:969: Error: immediate out of range at operand 3 -- `eor x30,x30,9'
aead.c: /tmp/cca0rNNL.s:1132: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
aead.c: /tmp/cca0rNNL.s:1566: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/cca0rNNL.s:1666: Error: immediate out of range at operand 3 -- `eor x11,x11,9'
aead.c: /tmp/cca0rNNL.s:1734: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/cca0rNNL.s:1750: Error: immediate out of range at operand 3 -- `eor x11,x11,9'
aead.c: /tmp/cca0rNNL.s:2002: Error: immediate out of range at operand 3 -- `eor x11,x11,9'
aead.c: /tmp/cca0rNNL.s:2086: Error: immediate out of range at operand 3 -- `eor x11,x11,9'
aead.c: /tmp/cca0rNNL.s:2238: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/cca0rNNL.s:2408: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
aead.c: /tmp/cca0rNNL.s:2651: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/cca0rNNL.s:2745: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
bi32_armv7m | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Compiler output
aead.c: In file included from round.h:8,
aead.c: from permutations.h:11,
aead.c: from aead.c:4:
aead.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
aead.c: return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
aead.c: ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: In file included from round.h:8,
permutations.c: from permutations.h:11,
permutations.c: from permutations.c:1:
permutations.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
permutations.c: return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
permutations.c: ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: /tmp/cc8BQ6Jq.s: Assembler messages:
permutations.c: /tmp/cc8BQ6Jq.s:63: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/cc8BQ6Jq.s:63: Info: did you mean this?
permutations.c: /tmp/cc8BQ6Jq.s:63: Info: ldrb w14, [x1], #1
permutations.c: /tmp/cc8BQ6Jq.s:78: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/cc8BQ6Jq.s:78: Info: did you mean this?
permutations.c: /tmp/cc8BQ6Jq.s:78: Info: ldrb w14, [x1], #1
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
bi32_armv7m_small | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Compiler output
aead.c: In file included from round.h:8,
aead.c: from permutations.h:11,
aead.c: from aead.c:4:
aead.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
aead.c: return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
aead.c: ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: In file included from round.h:8,
permutations.c: from permutations.h:11,
permutations.c: from permutations.c:1:
permutations.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
permutations.c: return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
permutations.c: ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: /tmp/cc5yz6Jq.s: Assembler messages:
permutations.c: /tmp/cc5yz6Jq.s:63: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/cc5yz6Jq.s:63: Info: did you mean this?
permutations.c: /tmp/cc5yz6Jq.s:63: Info: ldrb w14, [x1], #1
permutations.c: /tmp/cc5yz6Jq.s:78: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/cc5yz6Jq.s:78: Info: did you mean this?
permutations.c: /tmp/cc5yz6Jq.s:78: Info: ldrb w14, [x1], #1
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
bi32_armv7m_small | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Compiler output
aead.c: In file included from round.h:8,
aead.c: from permutations.h:11,
aead.c: from aead.c:4:
aead.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
aead.c: return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
aead.c: ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: In file included from round.h:8,
permutations.c: from permutations.h:11,
permutations.c: from permutations.c:1:
permutations.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
permutations.c: return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
permutations.c: ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: /tmp/ccjp3G63.s: Assembler messages:
permutations.c: /tmp/ccjp3G63.s:56: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccjp3G63.s:56: Info: did you mean this?
permutations.c: /tmp/ccjp3G63.s:56: Info: ldrb w14, [x1], #1
permutations.c: /tmp/ccjp3G63.s:71: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccjp3G63.s:71: Info: did you mean this?
permutations.c: /tmp/ccjp3G63.s:71: Info: ldrb w14, [x1], #1
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
bi32_armv7m_small | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Compiler output
aead.c: In file included from round.h:8,
aead.c: from permutations.h:11,
aead.c: from aead.c:4:
aead.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
aead.c: return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
aead.c: ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: In file included from round.h:8,
permutations.c: from permutations.h:11,
permutations.c: from permutations.c:1:
permutations.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
permutations.c: return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
permutations.c: ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: /tmp/cc6Dy1Ur.s: Assembler messages:
permutations.c: /tmp/cc6Dy1Ur.s:58: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/cc6Dy1Ur.s:58: Info: did you mean this?
permutations.c: /tmp/cc6Dy1Ur.s:58: Info: ldrb w14, [x1], #1
permutations.c: /tmp/cc6Dy1Ur.s:73: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/cc6Dy1Ur.s:73: Info: did you mean this?
permutations.c: /tmp/cc6Dy1Ur.s:73: Info: ldrb w14, [x1], #1
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
bi32_armv7m_small | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Compiler output
update.c: update.c:21:13: warning: unused variable 'rate' [-Wunused-variable]
update.c: const int rate = ASCON_AEAD_RATE;
update.c: ^
update.c: 1 warning generated.
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
bi32_lowsize | 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
aead.c: In file included from round.h:8,
aead.c: from permutations.h:11,
aead.c: from aead.c:3:
aead.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
aead.c: return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
aead.c: ^~~~~~~~~~~~~~~~~~~~~~
crypto_aead.c: In file included from round.h:8,
crypto_aead.c: from permutations.h:11,
crypto_aead.c: from crypto_aead.c:8:
crypto_aead.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
crypto_aead.c: return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
crypto_aead.c: ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: In file included from round.h:8,
permutations.c: from permutations.h:11,
permutations.c: from permutations.c:1:
permutations.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
permutations.c: return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
permutations.c: ^~~~~~~~~~~~~~~~~~~~~~
update.c: update.c: In function 'ascon_update':
update.c: update.c:21:13: warning: unused variable 'rate' [-Wunused-variable]
update.c: const int rate = ASCON_AEAD_RATE;
update.c: ^~~~
update.c: In file included from round.h:8,
update.c: from permutations.h:11,
update.c: from update.c:3:
update.c: update.c: At top level:
update.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
update.c: return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
update.c: ^~~~~~~~~~~~~~~~~~~~~~
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
bi32_lowsize | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
bi32_lowsize | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
bi32_lowsize | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
bi32_lowsize | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Namespace violations
constants.o constants R
permutations.o P12 T
permutations.o P6 T
Number of similar (implementation,compiler) pairs: 5, namely:
Implementation | Compiler |
bi32 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
bi32 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
bi32 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
bi32 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
bi32 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Namespace violations
aead.o ascon_adata T
aead.o ascon_decrypt T
aead.o ascon_encrypt T
aead.o ascon_final T
aead.o ascon_initaead T
aead.o ascon_loadkey T
constants.o constants R
Number of similar (implementation,compiler) pairs: 5, namely:
Implementation | Compiler |
bi32_lowreg | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
bi32_lowreg | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
bi32_lowreg | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
bi32_lowreg | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
bi32_lowreg | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Namespace violations
aead.o ascon_aead T
constants.o constants R
permutations.o P T
update.o ascon_update T
Number of similar (implementation,compiler) pairs: 5, namely:
Implementation | Compiler |
bi32_lowsize | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
bi32_lowsize | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
bi32_lowsize | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
bi32_lowsize | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
bi32_lowsize | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
TIMECOP error (can be valgrind bug)
error 127
valgrind: ./try-timecop: No such file or directory
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
bi32 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
TIMECOP error (can be valgrind bug)
error 111
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
bi32 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
bi32_lowreg | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
TIMECOP error (can be valgrind bug)
error 142
Alarm clock
Number of similar (implementation,compiler) pairs: 3, namely:
Implementation | Compiler |
bi32_lowreg | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
bi32_lowreg | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
bi32_lowreg | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Passed TIMECOP
TIMECOP iterations: 10
Number of similar (implementation,compiler) pairs: 12, namely:
Implementation | Compiler |
bi32 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
bi32 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
bi32 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
bi32_lowreg | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
bi32_lowsize | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
bi32_lowsize | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
bi32_lowsize | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
bi32_lowsize | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
bi32_lowsize | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
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)) |
ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |