Implementation notes: aarch64, pi4b, crypto_aead/ascon128bi32v12

Computer: pi4b
Microarchitecture: aarch64; Cortex-A72 (410fd083)
Architecture: aarch64
CPU ID: 410fd083
SUPERCOP version: 20240808
Operation: crypto_aead
Primitive: ascon128bi32v12
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
12756920336 0 033784 816 864refgcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024082120240808
1380808628 0 022878 840 856refclang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024082120240808
1475126152 0 020478 840 856bi32clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024082120240808
1673781656 0 016022 848 856bi32_lowsizeclang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024082120240808
1699823284 0 017726 848 856bi32_lowregclang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024082120240808
1755558908 0 022336 816 864bi32gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024082120240808
1755858908 0 021280 816 848bi32gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024082120240808
1800418592 0 019960 800 840bi32gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024082120240808
1813173716 0 016112 816 848refgcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024082120240808
1821574864 0 018384 824 864bi32_lowreggcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024082120240808
1822914880 0 017336 824 848bi32_lowreggcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024082120240808
1858512220 0 015767 832 864bi32_lowsizegcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024082120240808
1883501980 0 014479 832 848bi32_lowsizegcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024082120240808
19210710316 0 022743 808 848bi32gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024082120240808
1929224008 0 016471 808 848refgcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024082120240808
2070512132 0 013560 800 840refgcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024082120240808
2221511916 0 013391 816 840bi32_lowsizegcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024082120240808
2318884528 0 016000 808 840bi32_lowreggcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024082120240808
2327725812 0 018343 816 848bi32_lowreggcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024082120240808
2428642760 0 015294 824 848bi32_lowsizegcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024082120240808

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:    55 |   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:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
permutations.c:       |           ^~~~~~~~~~~~~~~~~~~~~~

Number of similar (implementation,compiler) pairs: 8, namely:
ImplementationCompiler
bi32gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
bi32gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
bi32gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
bi32gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
bi32_lowreggcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
bi32_lowreggcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
bi32_lowreggcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
bi32_lowreggcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.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:
ImplementationCompiler
bi32_armv6clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.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:    55 |   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:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
permutations.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: /tmp/ccMApDdq.s: Assembler messages:
permutations.c: /tmp/ccMApDdq.s:182: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccMApDdq.s:298: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccMApDdq.s:380: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccMApDdq.s:397: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
permutations.c: /tmp/ccMApDdq.s:694: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
permutations.c: /tmp/ccMApDdq.s:793: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
permutations.c: /tmp/ccMApDdq.s:974: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccMApDdq.s:1172: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccMApDdq.s:1339: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
permutations.c: /tmp/ccMApDdq.s:1448: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
permutations.c: /tmp/ccMApDdq.s:1629: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccMApDdq.s:1827: Error: immediate out of range at operand 3 -- `eor x13,x13,9'

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
bi32_armv6gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.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:    55 |   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:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
permutations.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: /tmp/ccFBbvMQ.s: Assembler messages:
permutations.c: /tmp/ccFBbvMQ.s:182: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccFBbvMQ.s:298: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccFBbvMQ.s:380: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccFBbvMQ.s:397: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
permutations.c: /tmp/ccFBbvMQ.s:694: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
permutations.c: /tmp/ccFBbvMQ.s:793: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
permutations.c: /tmp/ccFBbvMQ.s:974: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccFBbvMQ.s:1172: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccFBbvMQ.s:1339: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
permutations.c: /tmp/ccFBbvMQ.s:1448: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
permutations.c: /tmp/ccFBbvMQ.s:1629: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccFBbvMQ.s:1827: Error: immediate out of range at operand 3 -- `eor x13,x13,9'

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
bi32_armv6gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.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:    55 |   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:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
permutations.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: /tmp/ccAqRASu.s: Assembler messages:
permutations.c: /tmp/ccAqRASu.s:151: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccAqRASu.s:255: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccAqRASu.s:325: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccAqRASu.s:342: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccAqRASu.s:603: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccAqRASu.s:690: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccAqRASu.s:847: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccAqRASu.s:1021: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccAqRASu.s:1177: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccAqRASu.s:1274: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccAqRASu.s:1431: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccAqRASu.s:1605: Error: immediate out of range at operand 3 -- `eor x13,x13,9'

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
bi32_armv6gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.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:    55 |   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:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
permutations.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: /tmp/ccA9pNYv.s: Assembler messages:
permutations.c: /tmp/ccA9pNYv.s:157: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccA9pNYv.s:273: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccA9pNYv.s:355: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccA9pNYv.s:372: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccA9pNYv.s:669: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccA9pNYv.s:768: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccA9pNYv.s:949: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccA9pNYv.s:1147: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccA9pNYv.s:1303: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccA9pNYv.s:1402: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccA9pNYv.s:1583: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccA9pNYv.s:1781: Error: immediate out of range at operand 3 -- `eor x13,x13,9'

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
bi32_armv6gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.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:
ImplementationCompiler
bi32_armv6mclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)

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:    12 |   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:    55 |   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:    13 |   __asm__ __volatile__(
aead.c:       |   ^~~~~~~
aead.c: round.h:13:3: error: impossible constraint in 'asm'
aead.c:    13 |   __asm__ __volatile__(
aead.c:       |   ^~~~~~~
aead.c: round.h:13:3: error: impossible constraint in 'asm'
aead.c:    13 |   __asm__ __volatile__(
aead.c:       |   ^~~~~~~
aead.c: ...

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
bi32_armv6mgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
bi32_armv6mgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
bi32_armv6mgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
bi32_armv6mgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.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:
ImplementationCompiler
bi32_armv7mclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
bi32_armv7m_smallclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.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:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
aead.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
aead.c: /tmp/ccA8EyDJ.s: Assembler messages:
aead.c: /tmp/ccA8EyDJ.s:293: Error: immediate out of range at operand 3 -- `eor x17,x17,9'
aead.c: /tmp/ccA8EyDJ.s:406: Error: immediate out of range at operand 3 -- `eor x4,x4,9'
aead.c: /tmp/ccA8EyDJ.s:487: Error: immediate out of range at operand 3 -- `eor x17,x17,9'
aead.c: /tmp/ccA8EyDJ.s:503: Error: immediate out of range at operand 3 -- `eor x4,x4,9'
aead.c: /tmp/ccA8EyDJ.s:794: Error: immediate out of range at operand 3 -- `eor x4,x4,9'
aead.c: /tmp/ccA8EyDJ.s:891: Error: immediate out of range at operand 3 -- `eor x4,x4,9'
aead.c: /tmp/ccA8EyDJ.s:1069: Error: immediate out of range at operand 3 -- `eor x17,x17,9'
aead.c: /tmp/ccA8EyDJ.s:1250: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
aead.c: /tmp/ccA8EyDJ.s:1479: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
aead.c: /tmp/ccA8EyDJ.s:1586: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
aead.c: /tmp/ccA8EyDJ.s:1764: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/ccA8EyDJ.s:1965: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
aead.c: /tmp/ccA8EyDJ.s:2186: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
aead.c: /tmp/ccA8EyDJ.s:2299: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
aead.c: /tmp/ccA8EyDJ.s:2477: Error: immediate out of range at operand 3 -- `eor x17,x17,9'
aead.c: /tmp/ccA8EyDJ.s:2684: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
aead.c: /tmp/ccA8EyDJ.s:2944: Error: immediate out of range at operand 3 -- `eor x10,x10,9'
aead.c: /tmp/ccA8EyDJ.s:3051: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
aead.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
bi32_armv7mgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.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:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
aead.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
aead.c: /tmp/cct53T7F.s: Assembler messages:
aead.c: /tmp/cct53T7F.s:293: Error: immediate out of range at operand 3 -- `eor x17,x17,9'
aead.c: /tmp/cct53T7F.s:406: Error: immediate out of range at operand 3 -- `eor x4,x4,9'
aead.c: /tmp/cct53T7F.s:487: Error: immediate out of range at operand 3 -- `eor x17,x17,9'
aead.c: /tmp/cct53T7F.s:503: Error: immediate out of range at operand 3 -- `eor x4,x4,9'
aead.c: /tmp/cct53T7F.s:794: Error: immediate out of range at operand 3 -- `eor x4,x4,9'
aead.c: /tmp/cct53T7F.s:891: Error: immediate out of range at operand 3 -- `eor x4,x4,9'
aead.c: /tmp/cct53T7F.s:1069: Error: immediate out of range at operand 3 -- `eor x17,x17,9'
aead.c: /tmp/cct53T7F.s:1250: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
aead.c: /tmp/cct53T7F.s:1479: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
aead.c: /tmp/cct53T7F.s:1586: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
aead.c: /tmp/cct53T7F.s:1764: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/cct53T7F.s:1965: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
aead.c: /tmp/cct53T7F.s:2186: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
aead.c: /tmp/cct53T7F.s:2299: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
aead.c: /tmp/cct53T7F.s:2477: Error: immediate out of range at operand 3 -- `eor x17,x17,9'
aead.c: /tmp/cct53T7F.s:2684: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
aead.c: /tmp/cct53T7F.s:2945: Error: immediate out of range at operand 3 -- `eor x10,x10,9'
aead.c: /tmp/cct53T7F.s:3052: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
aead.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
bi32_armv7mgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.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:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
aead.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
aead.c: /tmp/cczQr3H8.s: Assembler messages:
aead.c: /tmp/cczQr3H8.s:355: Error: immediate out of range at operand 3 -- `eor x19,x19,9'
aead.c: /tmp/cczQr3H8.s:456: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
aead.c: /tmp/cczQr3H8.s:525: Error: immediate out of range at operand 3 -- `eor x19,x19,9'
aead.c: /tmp/cczQr3H8.s:541: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
aead.c: /tmp/cczQr3H8.s:796: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
aead.c: /tmp/cczQr3H8.s:881: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
aead.c: /tmp/cczQr3H8.s:1035: Error: immediate out of range at operand 3 -- `eor x19,x19,9'
aead.c: /tmp/cczQr3H8.s:1200: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
aead.c: /tmp/cczQr3H8.s:1414: Error: immediate out of range at operand 3 -- `eor x20,x20,9'
aead.c: /tmp/cczQr3H8.s:1509: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
aead.c: /tmp/cczQr3H8.s:1663: Error: immediate out of range at operand 3 -- `eor x22,x22,9'
aead.c: /tmp/cczQr3H8.s:1842: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
aead.c: /tmp/cczQr3H8.s:2085: Error: immediate out of range at operand 3 -- `eor x17,x17,9'
aead.c: /tmp/cczQr3H8.s:2180: Error: immediate out of range at operand 3 -- `eor x10,x10,9'
aead.c: /tmp/cczQr3H8.s:2334: Error: immediate out of range at operand 3 -- `eor x17,x17,9'
aead.c: /tmp/cczQr3H8.s:2513: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
aead.c: /tmp/cczQr3H8.s:2746: Error: immediate out of range at operand 3 -- `eor x30,x30,9'
aead.c: /tmp/cczQr3H8.s:2841: Error: immediate out of range at operand 3 -- `eor x10,x10,9'
aead.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
bi32_armv7mgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.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:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
aead.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
aead.c: /tmp/ccvdFiHn.s: Assembler messages:
aead.c: /tmp/ccvdFiHn.s:272: Error: immediate out of range at operand 3 -- `eor x30,x30,9'
aead.c: /tmp/ccvdFiHn.s:385: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/ccvdFiHn.s:466: Error: immediate out of range at operand 3 -- `eor x30,x30,9'
aead.c: /tmp/ccvdFiHn.s:482: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/ccvdFiHn.s:773: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/ccvdFiHn.s:870: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/ccvdFiHn.s:1048: Error: immediate out of range at operand 3 -- `eor x30,x30,9'
aead.c: /tmp/ccvdFiHn.s:1221: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
aead.c: /tmp/ccvdFiHn.s:1702: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/ccvdFiHn.s:1815: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
aead.c: /tmp/ccvdFiHn.s:1896: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/ccvdFiHn.s:1912: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
aead.c: /tmp/ccvdFiHn.s:2203: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
aead.c: /tmp/ccvdFiHn.s:2300: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
aead.c: /tmp/ccvdFiHn.s:2478: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/ccvdFiHn.s:2650: Error: immediate out of range at operand 3 -- `eor x1,x1,9'
aead.c: /tmp/ccvdFiHn.s:2901: Error: immediate out of range at operand 3 -- `eor x20,x20,9'
aead.c: /tmp/ccvdFiHn.s:3006: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
bi32_armv7mgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.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:    55 |   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:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
permutations.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: /tmp/cciwd5Gr.s: Assembler messages:
permutations.c: /tmp/cciwd5Gr.s:64: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/cciwd5Gr.s:64: Info:    did you mean this?
permutations.c: /tmp/cciwd5Gr.s:64: Info:    	ldrb w14, [x1], #1
permutations.c: /tmp/cciwd5Gr.s:79: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/cciwd5Gr.s:79: Info:    did you mean this?
permutations.c: /tmp/cciwd5Gr.s:79: Info:    	ldrb w14, [x1], #1

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
bi32_armv7m_smallgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.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:    55 |   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:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
permutations.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: /tmp/ccQODuXm.s: Assembler messages:
permutations.c: /tmp/ccQODuXm.s:64: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccQODuXm.s:64: Info:    did you mean this?
permutations.c: /tmp/ccQODuXm.s:64: Info:    	ldrb w14, [x1], #1
permutations.c: /tmp/ccQODuXm.s:79: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccQODuXm.s:79: Info:    did you mean this?
permutations.c: /tmp/ccQODuXm.s:79: Info:    	ldrb w14, [x1], #1

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
bi32_armv7m_smallgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.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:    55 |   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:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
permutations.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: /tmp/ccejCLOX.s: Assembler messages:
permutations.c: /tmp/ccejCLOX.s:56: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccejCLOX.s:56: Info:    did you mean this?
permutations.c: /tmp/ccejCLOX.s:56: Info:    	ldrb w14, [x1], #1
permutations.c: /tmp/ccejCLOX.s:71: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccejCLOX.s:71: Info:    did you mean this?
permutations.c: /tmp/ccejCLOX.s:71: Info:    	ldrb w14, [x1], #1

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
bi32_armv7m_smallgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.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:    55 |   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:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
permutations.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: /tmp/ccW4liHl.s: Assembler messages:
permutations.c: /tmp/ccW4liHl.s:58: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccW4liHl.s:58: Info:    did you mean this?
permutations.c: /tmp/ccW4liHl.s:58: Info:    	ldrb w14, [x1], #1
permutations.c: /tmp/ccW4liHl.s:73: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccW4liHl.s:73: Info:    did you mean this?
permutations.c: /tmp/ccW4liHl.s:73: Info:    	ldrb w14, [x1], #1

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
bi32_armv7m_smallgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.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:
ImplementationCompiler
bi32_lowsizeclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)

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:    55 |   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:    55 |   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:    55 |   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:    21 |   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:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
update.c:       |           ^~~~~~~~~~~~~~~~~~~~~~

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

Namespace violations


constants.o constants R
permutations.o P12 T
permutations.o P6 T

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
bi32clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
bi32gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
bi32gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
bi32gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
bi32gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.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:
ImplementationCompiler
bi32_lowregclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
bi32_lowreggcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
bi32_lowreggcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
bi32_lowreggcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
bi32_lowreggcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.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:
ImplementationCompiler
bi32_lowsizeclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
bi32_lowsizegcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
bi32_lowsizegcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
bi32_lowsizegcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
bi32_lowsizegcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Passed TIMECOP


TIMECOP iterations: 10

Number of similar (implementation,compiler) pairs: 20, namely:
ImplementationCompiler
bi32clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
bi32gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
bi32gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
bi32gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
bi32gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
bi32_lowregclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
bi32_lowreggcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
bi32_lowreggcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
bi32_lowreggcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
bi32_lowreggcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
bi32_lowsizeclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
bi32_lowsizegcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
bi32_lowsizegcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
bi32_lowsizegcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
bi32_lowsizegcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)