Test results for aarch64, pi3aplus, crypto_aead/ascon128abi32v12
[Page version: 20240908 09:13:06]
Measurements for aarch64, pi3aplus, crypto_aead
Test results for aarch64, pi3aplus, crypto_aead
Test results for crypto_aead/ascon128abi32v12
Computer: pi3aplus
Microarchitecture: aarch64; Cortex-A53 (410fd034)
Architecture: aarch64
CPU ID: 410fd034
SUPERCOP version: 20240808
Operation: crypto_aead
Primitive: ascon128abi32v12
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
108826 | 22868 0 0 | 36344 864 864 | ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240821 | 20240808 |
150450 | 9108 0 0 | 21207 856 848 | bi32 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240821 | 20240808 |
152976 | 18996 0 0 | 31127 856 848 | ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240821 | 20240808 |
155136 | 9044 0 0 | 22480 864 864 | bi32 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240821 | 20240808 |
158185 | 4548 0 0 | 16759 864 848 | bi32_lowreg | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240821 | 20240808 |
164622 | 7464 0 0 | 21221 768 856 | bi32 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240821 | 20240808 |
174036 | 4316 0 0 | 17888 872 864 | bi32_lowreg | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240821 | 20240808 |
180897 | 2028 0 0 | 15512 872 864 | bi32_lowsize | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240821 | 20240808 |
185624 | 1844 0 0 | 13967 864 848 | bi32_lowsize | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240821 | 20240808 |
192285 | 1732 0 0 | 15525 776 856 | bi32_lowsize | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240821 | 20240808 |
193834 | 3540 0 0 | 17333 776 856 | bi32_lowreg | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240821 | 20240808 |
194112 | 9000 0 0 | 20327 840 840 | bi32 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240821 | 20240808 |
219041 | 7312 0 0 | 20973 768 856 | ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240821 | 20240808 |
261598 | 21476 0 0 | 33847 856 848 | ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240821 | 20240808 |
276144 | 11896 0 0 | 24223 856 848 | bi32 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240821 | 20240808 |
314956 | 4188 0 0 | 15623 848 840 | bi32_lowreg | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240821 | 20240808 |
335503 | 1788 0 0 | 13151 848 840 | bi32_lowsize | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240821 | 20240808 |
390427 | 6680 0 0 | 19111 864 848 | bi32_lowreg | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240821 | 20240808 |
391048 | 2584 0 0 | 14943 864 848 | bi32_lowsize | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240821 | 20240808 |
598054 | 2924 0 0 | 14327 840 840 | ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240821 | 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/ccomePRO.s: Assembler messages:
permutations.c: /tmp/ccomePRO.s:160: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccomePRO.s:263: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccomePRO.s:332: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccomePRO.s:349: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccomePRO.s:607: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccomePRO.s:693: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccomePRO.s:848: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccomePRO.s:1020: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccomePRO.s:1362: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccomePRO.s:1448: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccomePRO.s:1603: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccomePRO.s:1775: 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/ccKjykaa.s: Assembler messages:
permutations.c: /tmp/ccKjykaa.s:160: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccKjykaa.s:263: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccKjykaa.s:332: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccKjykaa.s:349: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccKjykaa.s:607: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccKjykaa.s:693: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccKjykaa.s:848: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccKjykaa.s:1020: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccKjykaa.s:1362: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccKjykaa.s:1448: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccKjykaa.s:1603: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccKjykaa.s:1775: 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/cc9dtnJa.s: Assembler messages:
permutations.c: /tmp/cc9dtnJa.s:149: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc9dtnJa.s:252: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc9dtnJa.s:321: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc9dtnJa.s:338: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc9dtnJa.s:596: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc9dtnJa.s:682: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc9dtnJa.s:837: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc9dtnJa.s:1009: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc9dtnJa.s:1344: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc9dtnJa.s:1430: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc9dtnJa.s:1585: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc9dtnJa.s:1757: 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/ccju3KKu.s: Assembler messages:
permutations.c: /tmp/ccju3KKu.s:142: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccju3KKu.s:245: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccju3KKu.s:314: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccju3KKu.s:331: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccju3KKu.s:589: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccju3KKu.s:675: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccju3KKu.s:830: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccju3KKu.s:1002: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccju3KKu.s:1326: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccju3KKu.s:1412: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccju3KKu.s:1567: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccju3KKu.s:1739: 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_ascon128abi32v12_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/cceBYeXd.s: Assembler messages:
aead.c: /tmp/cceBYeXd.s:289: Error: immediate out of range at operand 3 -- `eor x21,x21,9'
aead.c: /tmp/cceBYeXd.s:389: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/cceBYeXd.s:457: Error: immediate out of range at operand 3 -- `eor x21,x21,9'
aead.c: /tmp/cceBYeXd.s:473: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/cceBYeXd.s:725: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/cceBYeXd.s:809: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/cceBYeXd.s:961: Error: immediate out of range at operand 3 -- `eor x21,x21,9'
aead.c: /tmp/cceBYeXd.s:1124: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
aead.c: /tmp/cceBYeXd.s:1573: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/cceBYeXd.s:1657: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/cceBYeXd.s:1825: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
aead.c: /tmp/cceBYeXd.s:1965: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
aead.c: /tmp/cceBYeXd.s:2448: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
aead.c: /tmp/cceBYeXd.s:2532: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
aead.c: /tmp/cceBYeXd.s:2692: Error: immediate out of range at operand 3 -- `eor x4,x4,9'
aead.c: /tmp/cceBYeXd.s:2832: Error: immediate out of range at operand 3 -- `eor x4,x4,9'
aead.c: /tmp/cceBYeXd.s:3321: Error: immediate out of range at operand 3 -- `eor x22,x22,9'
aead.c: /tmp/cceBYeXd.s:3405: Error: immediate out of range at operand 3 -- `eor x22,x22,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/ccNRMCx8.s: Assembler messages:
aead.c: /tmp/ccNRMCx8.s:290: Error: immediate out of range at operand 3 -- `eor x19,x19,9'
aead.c: /tmp/ccNRMCx8.s:390: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
aead.c: /tmp/ccNRMCx8.s:458: Error: immediate out of range at operand 3 -- `eor x19,x19,9'
aead.c: /tmp/ccNRMCx8.s:474: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
aead.c: /tmp/ccNRMCx8.s:726: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
aead.c: /tmp/ccNRMCx8.s:810: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
aead.c: /tmp/ccNRMCx8.s:962: Error: immediate out of range at operand 3 -- `eor x19,x19,9'
aead.c: /tmp/ccNRMCx8.s:1128: Error: immediate out of range at operand 3 -- `eor x1,x1,9'
aead.c: /tmp/ccNRMCx8.s:1577: Error: immediate out of range at operand 3 -- `eor x15,x15,9'
aead.c: /tmp/ccNRMCx8.s:1661: Error: immediate out of range at operand 3 -- `eor x15,x15,9'
aead.c: /tmp/ccNRMCx8.s:1821: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
aead.c: /tmp/ccNRMCx8.s:1961: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
aead.c: /tmp/ccNRMCx8.s:2446: Error: immediate out of range at operand 3 -- `eor x11,x11,9'
aead.c: /tmp/ccNRMCx8.s:2530: Error: immediate out of range at operand 3 -- `eor x11,x11,9'
aead.c: /tmp/ccNRMCx8.s:2690: Error: immediate out of range at operand 3 -- `eor x4,x4,9'
aead.c: /tmp/ccNRMCx8.s:2830: Error: immediate out of range at operand 3 -- `eor x4,x4,9'
aead.c: /tmp/ccNRMCx8.s:3319: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/ccNRMCx8.s:3403: 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 -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/ccgWN5z2.s: Assembler messages:
aead.c: /tmp/ccgWN5z2.s:391: Error: immediate out of range at operand 3 -- `eor x19,x19,9'
aead.c: /tmp/ccgWN5z2.s:491: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
aead.c: /tmp/ccgWN5z2.s:559: Error: immediate out of range at operand 3 -- `eor x19,x19,9'
aead.c: /tmp/ccgWN5z2.s:575: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
aead.c: /tmp/ccgWN5z2.s:827: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
aead.c: /tmp/ccgWN5z2.s:911: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
aead.c: /tmp/ccgWN5z2.s:1063: Error: immediate out of range at operand 3 -- `eor x19,x19,9'
aead.c: /tmp/ccgWN5z2.s:1226: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
aead.c: /tmp/ccgWN5z2.s:1682: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
aead.c: /tmp/ccgWN5z2.s:1766: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
aead.c: /tmp/ccgWN5z2.s:1926: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
aead.c: /tmp/ccgWN5z2.s:2066: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
aead.c: /tmp/ccgWN5z2.s:2555: Error: immediate out of range at operand 3 -- `eor x10,x10,9'
aead.c: /tmp/ccgWN5z2.s:2639: Error: immediate out of range at operand 3 -- `eor x10,x10,9'
aead.c: /tmp/ccgWN5z2.s:2799: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
aead.c: /tmp/ccgWN5z2.s:2939: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
aead.c: /tmp/ccgWN5z2.s:3461: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
aead.c: /tmp/ccgWN5z2.s:3545: Error: immediate out of range at operand 3 -- `eor x13,x13,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/ccPuzWGT.s: Assembler messages:
aead.c: /tmp/ccPuzWGT.s:296: Error: immediate out of range at operand 3 -- `eor x30,x30,9'
aead.c: /tmp/ccPuzWGT.s:396: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/ccPuzWGT.s:464: Error: immediate out of range at operand 3 -- `eor x30,x30,9'
aead.c: /tmp/ccPuzWGT.s:480: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/ccPuzWGT.s:732: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/ccPuzWGT.s:816: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/ccPuzWGT.s:968: Error: immediate out of range at operand 3 -- `eor x30,x30,9'
aead.c: /tmp/ccPuzWGT.s:1131: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
aead.c: /tmp/ccPuzWGT.s:1622: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
aead.c: /tmp/ccPuzWGT.s:1706: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
aead.c: /tmp/ccPuzWGT.s:1866: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
aead.c: /tmp/ccPuzWGT.s:2006: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
aead.c: /tmp/ccPuzWGT.s:2455: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/ccPuzWGT.s:2555: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
aead.c: /tmp/ccPuzWGT.s:2623: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/ccPuzWGT.s:2639: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
aead.c: /tmp/ccPuzWGT.s:2891: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
aead.c: /tmp/ccPuzWGT.s:2975: Error: immediate out of range at operand 3 -- `eor x9,x9,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/ccP53Xdv.s: Assembler messages:
permutations.c: /tmp/ccP53Xdv.s:63: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccP53Xdv.s:63: Info: did you mean this?
permutations.c: /tmp/ccP53Xdv.s:63: Info: ldrb w14, [x1], #1
permutations.c: /tmp/ccP53Xdv.s:78: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccP53Xdv.s:78: Info: did you mean this?
permutations.c: /tmp/ccP53Xdv.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/cc9EL2A9.s: Assembler messages:
permutations.c: /tmp/cc9EL2A9.s:63: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/cc9EL2A9.s:63: Info: did you mean this?
permutations.c: /tmp/cc9EL2A9.s:63: Info: ldrb w14, [x1], #1
permutations.c: /tmp/cc9EL2A9.s:78: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/cc9EL2A9.s:78: Info: did you mean this?
permutations.c: /tmp/cc9EL2A9.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/cc8dc8An.s: Assembler messages:
permutations.c: /tmp/cc8dc8An.s:56: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/cc8dc8An.s:56: Info: did you mean this?
permutations.c: /tmp/cc8dc8An.s:56: Info: ldrb w14, [x1], #1
permutations.c: /tmp/cc8dc8An.s:71: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/cc8dc8An.s:71: Info: did you mean this?
permutations.c: /tmp/cc8dc8An.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/ccDgkREt.s: Assembler messages:
permutations.c: /tmp/ccDgkREt.s:58: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccDgkREt.s:58: Info: did you mean this?
permutations.c: /tmp/ccDgkREt.s:58: Info: ldrb w14, [x1], #1
permutations.c: /tmp/ccDgkREt.s:73: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccDgkREt.s:73: Info: did you mean this?
permutations.c: /tmp/ccDgkREt.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
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: In file included from round.h:8,
update.c: from permutations.h:11,
update.c: from update.c:3:
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 P8 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 111
Number of similar (implementation,compiler) pairs: 8, namely:
Implementation | Compiler |
bi32 | gcc -march=native -mtune=native -O3 -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 | 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 -Os -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 -O -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) |
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 -O -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_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 -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 -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
ref | gcc -march=native -mtune=native -O3 -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) |