Test results for aarch64, pi3bplus, crypto_hash/asconhashabi32v12
[Page version: 20241105 13:29:25]
Measurements for aarch64, pi3bplus, crypto_hash
Test results for aarch64, pi3bplus, crypto_hash
Test results for crypto_hash/asconhashabi32v12
Computer: pi3bplus
Microarchitecture: aarch64; Cortex-A53 (410fd034)
Architecture: aarch64
CPU ID: 410fd034
SUPERCOP version: 20241022
Operation: crypto_hash
Primitive: asconhashabi32v12
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
55083 | 9228 0 0 | 19332 768 736 | ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240919 | 20240909 |
73040 | 1852 0 0 | 11084 776 736 | bi32_lowreg | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241016 | 20241011 |
73391 | 1852 0 0 | 11996 776 736 | bi32_lowreg | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241016 | 20241011 |
78171 | 7748 0 0 | 16900 768 736 | bi32 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241016 | 20241011 |
78199 | 7748 0 0 | 17812 768 736 | bi32 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241016 | 20241011 |
80476 | 936 0 0 | 10140 776 736 | bi32_lowsize | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241016 | 20241011 |
82042 | 936 0 0 | 11052 776 736 | bi32_lowsize | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241016 | 20241011 |
84280 | 1348 0 0 | 10548 768 736 | ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240919 | 20240909 |
89323 | 1024 0 0 | 9148 752 720 | ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240919 | 20240909 |
100384 | 7816 0 0 | 15884 752 720 | bi32 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241016 | 20241011 |
105275 | 1500 0 0 | 10531 760 728 | ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240919 | 20240909 |
140367 | 8192 0 0 | 17195 760 728 | bi32 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241016 | 20241011 |
147814 | 1836 0 0 | 9996 760 720 | bi32_lowreg | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241016 | 20241011 |
152140 | 908 0 0 | 9020 760 720 | bi32_lowsize | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241016 | 20241011 |
160444 | 2316 0 0 | 11403 768 728 | bi32_lowreg | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241016 | 20241011 |
169246 | 1292 0 0 | 10331 768 728 | bi32_lowsize | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241016 | 20241011 |
Compiler output
hash.c: In file included from round.h:8,
hash.c: from permutations.h:11,
hash.c: from hash.c:4:
hash.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
hash.c: 55 | return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
hash.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: 12, namely:
Implementation | Compiler |
bi32 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
bi32 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
bi32 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
bi32 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
bi32_lowreg | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
bi32_lowreg | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
bi32_lowreg | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
bi32_lowreg | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
bi32_lowsize | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
bi32_lowsize | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
bi32_lowsize | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
bi32_lowsize | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
hash.c: In file included from round.h:8,
hash.c: from permutations.h:11,
hash.c: from hash.c:4:
hash.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
hash.c: 55 | return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
hash.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/ccROc7IS.s: Assembler messages:
permutations.c: /tmp/ccROc7IS.s:162: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccROc7IS.s:266: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccROc7IS.s:336: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccROc7IS.s:353: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccROc7IS.s:614: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccROc7IS.s:701: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccROc7IS.s:858: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccROc7IS.s:1032: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccROc7IS.s:1379: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccROc7IS.s:1466: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccROc7IS.s:1623: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccROc7IS.s:1797: 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 (12.2.0) |
Compiler output
hash.c: In file included from round.h:8,
hash.c: from permutations.h:11,
hash.c: from hash.c:4:
hash.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
hash.c: 55 | return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
hash.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/cc5jXuaN.s: Assembler messages:
permutations.c: /tmp/cc5jXuaN.s:162: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc5jXuaN.s:266: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc5jXuaN.s:336: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc5jXuaN.s:353: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc5jXuaN.s:614: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc5jXuaN.s:701: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc5jXuaN.s:858: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc5jXuaN.s:1032: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc5jXuaN.s:1379: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc5jXuaN.s:1466: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc5jXuaN.s:1623: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc5jXuaN.s:1797: 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 (12.2.0) |
Compiler output
hash.c: In file included from round.h:8,
hash.c: from permutations.h:11,
hash.c: from hash.c:4:
hash.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
hash.c: 55 | return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
hash.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/cc5QbDq2.s: Assembler messages:
permutations.c: /tmp/cc5QbDq2.s:151: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc5QbDq2.s:255: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc5QbDq2.s:325: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc5QbDq2.s:342: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc5QbDq2.s:603: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc5QbDq2.s:690: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc5QbDq2.s:847: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc5QbDq2.s:1021: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc5QbDq2.s:1361: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc5QbDq2.s:1448: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc5QbDq2.s:1605: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc5QbDq2.s:1779: 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 (12.2.0) |
Compiler output
hash.c: In file included from round.h:8,
hash.c: from permutations.h:11,
hash.c: from hash.c:4:
hash.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
hash.c: 55 | return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
hash.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/ccJQ7cpQ.s: Assembler messages:
permutations.c: /tmp/ccJQ7cpQ.s:142: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccJQ7cpQ.s:246: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccJQ7cpQ.s:316: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccJQ7cpQ.s:333: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccJQ7cpQ.s:594: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccJQ7cpQ.s:681: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccJQ7cpQ.s:838: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccJQ7cpQ.s:1012: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccJQ7cpQ.s:1339: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccJQ7cpQ.s:1426: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccJQ7cpQ.s:1583: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccJQ7cpQ.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 -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
hash.c: In file included from permutations.h:11,
hash.c: from hash.c:4:
hash.c: round.h: In function 'ROUND_LOOP':
hash.c: round.h:12:12: warning: unused variable 'tmp0' [-Wunused-variable]
hash.c: 12 | uint32_t tmp0, tmp1;
hash.c: | ^~~~
hash.c: In file included from round.h:8:
hash.c: word.h: At top level:
hash.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
hash.c: 55 | return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
hash.c: | ^~~~~~~~~~~~~~~~~~~~~~
hash.c: In function 'ROUND_LOOP',
hash.c: inlined from 'PROUNDS' at round.h:325:3,
hash.c: inlined from 'P' at permutations.h:70:48,
hash.c: inlined from 'ascon_absorb' at hash.c:54:5,
hash.c: inlined from 'crypto_hash_asconhashabi32v12_bi32_armv6m_constbranchindex' at hash.c:84:3:
hash.c: round.h:13:3: error: impossible constraint in 'asm'
hash.c: 13 | __asm__ __volatile__(
hash.c: | ^~~~~~~
hash.c: In function 'ROUND_LOOP',
hash.c: inlined from 'PROUNDS' at round.h:325:3,
hash.c: inlined from 'P' at permutations.h:70:48,
hash.c: inlined from 'ascon_squeeze' at hash.c:67:3,
hash.c: inlined from 'crypto_hash_asconhashabi32v12_bi32_armv6m_constbranchindex' at hash.c:85:3:
hash.c: round.h:13:3: error: impossible constraint in 'asm'
hash.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 (12.2.0) |
bi32_armv6m | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
bi32_armv6m | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
bi32_armv6m | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
hash.c: In file included from round.h:8,
hash.c: from permutations.h:11,
hash.c: from hash.c:4:
hash.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
hash.c: 55 | return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
hash.c: | ^~~~~~~~~~~~~~~~~~~~~~
hash.c: /tmp/ccusKuZ4.s: Assembler messages:
hash.c: /tmp/ccusKuZ4.s:379: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccusKuZ4.s:464: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccusKuZ4.s:628: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
hash.c: /tmp/ccusKuZ4.s:768: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
hash.c: /tmp/ccusKuZ4.s:1129: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccusKuZ4.s:1230: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccusKuZ4.s:1299: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccusKuZ4.s:1315: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccusKuZ4.s:1570: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccusKuZ4.s:1655: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccusKuZ4.s:1809: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccusKuZ4.s:1981: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
hash.c: /tmp/ccusKuZ4.s:2338: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
hash.c: /tmp/ccusKuZ4.s:2423: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
hash.c: /tmp/ccusKuZ4.s:2586: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
hash.c: /tmp/ccusKuZ4.s:2726: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
bi32_armv7m | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
hash.c: In file included from round.h:8,
hash.c: from permutations.h:11,
hash.c: from hash.c:4:
hash.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
hash.c: 55 | return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
hash.c: | ^~~~~~~~~~~~~~~~~~~~~~
hash.c: /tmp/ccfYTHlO.s: Assembler messages:
hash.c: /tmp/ccfYTHlO.s:379: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccfYTHlO.s:464: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccfYTHlO.s:628: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
hash.c: /tmp/ccfYTHlO.s:768: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
hash.c: /tmp/ccfYTHlO.s:1129: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccfYTHlO.s:1230: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccfYTHlO.s:1299: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccfYTHlO.s:1315: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccfYTHlO.s:1570: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccfYTHlO.s:1655: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccfYTHlO.s:1809: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccfYTHlO.s:1981: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
hash.c: /tmp/ccfYTHlO.s:2338: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
hash.c: /tmp/ccfYTHlO.s:2423: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
hash.c: /tmp/ccfYTHlO.s:2586: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
hash.c: /tmp/ccfYTHlO.s:2726: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
bi32_armv7m | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
hash.c: In file included from round.h:8,
hash.c: from permutations.h:11,
hash.c: from hash.c:4:
hash.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
hash.c: 55 | return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
hash.c: | ^~~~~~~~~~~~~~~~~~~~~~
hash.c: /tmp/ccrXlDV4.s: Assembler messages:
hash.c: /tmp/ccrXlDV4.s:385: Error: immediate out of range at operand 3 -- `eor x11,x11,9'
hash.c: /tmp/ccrXlDV4.s:470: Error: immediate out of range at operand 3 -- `eor x11,x11,9'
hash.c: /tmp/ccrXlDV4.s:634: Error: immediate out of range at operand 3 -- `eor x2,x2,9'
hash.c: /tmp/ccrXlDV4.s:774: Error: immediate out of range at operand 3 -- `eor x2,x2,9'
hash.c: /tmp/ccrXlDV4.s:1085: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccrXlDV4.s:1186: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccrXlDV4.s:1255: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccrXlDV4.s:1271: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccrXlDV4.s:1526: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccrXlDV4.s:1611: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccrXlDV4.s:1765: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccrXlDV4.s:1929: Error: immediate out of range at operand 3 -- `eor x2,x2,9'
hash.c: /tmp/ccrXlDV4.s:2290: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
hash.c: /tmp/ccrXlDV4.s:2375: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
hash.c: /tmp/ccrXlDV4.s:2538: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
hash.c: /tmp/ccrXlDV4.s:2678: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
bi32_armv7m | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
hash.c: In file included from round.h:8,
hash.c: from permutations.h:11,
hash.c: from hash.c:4:
hash.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
hash.c: 55 | return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
hash.c: | ^~~~~~~~~~~~~~~~~~~~~~
hash.c: /tmp/cc25EDcX.s: Assembler messages:
hash.c: /tmp/cc25EDcX.s:409: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/cc25EDcX.s:510: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/cc25EDcX.s:579: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/cc25EDcX.s:595: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/cc25EDcX.s:850: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/cc25EDcX.s:935: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/cc25EDcX.s:1089: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/cc25EDcX.s:1254: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
hash.c: /tmp/cc25EDcX.s:1602: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
hash.c: /tmp/cc25EDcX.s:1687: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
hash.c: /tmp/cc25EDcX.s:1850: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
hash.c: /tmp/cc25EDcX.s:1990: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
hash.c: /tmp/cc25EDcX.s:2406: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
hash.c: /tmp/cc25EDcX.s:2491: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
hash.c: /tmp/cc25EDcX.s:2655: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
hash.c: /tmp/cc25EDcX.s:2797: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
bi32_armv7m | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
hash.c: In file included from round.h:8,
hash.c: from permutations.h:11,
hash.c: from hash.c:4:
hash.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
hash.c: 55 | return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
hash.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/ccPaKALO.s: Assembler messages:
permutations.c: /tmp/ccPaKALO.s:58: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccPaKALO.s:58: Info: did you mean this?
permutations.c: /tmp/ccPaKALO.s:58: Info: ldrb w14, [x1], #1
permutations.c: /tmp/ccPaKALO.s:73: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccPaKALO.s:73: Info: did you mean this?
permutations.c: /tmp/ccPaKALO.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 -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
hash.c: In file included from round.h:8,
hash.c: from permutations.h:11,
hash.c: from hash.c:4:
hash.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
hash.c: 55 | return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
hash.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/ccqFkZ60.s: Assembler messages:
permutations.c: /tmp/ccqFkZ60.s:58: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccqFkZ60.s:58: Info: did you mean this?
permutations.c: /tmp/ccqFkZ60.s:58: Info: ldrb w14, [x1], #1
permutations.c: /tmp/ccqFkZ60.s:73: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccqFkZ60.s:73: Info: did you mean this?
permutations.c: /tmp/ccqFkZ60.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 -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
hash.c: In file included from round.h:8,
hash.c: from permutations.h:11,
hash.c: from hash.c:4:
hash.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
hash.c: 55 | return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
hash.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/ccC5iXIO.s: Assembler messages:
permutations.c: /tmp/ccC5iXIO.s:56: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccC5iXIO.s:56: Info: did you mean this?
permutations.c: /tmp/ccC5iXIO.s:56: Info: ldrb w14, [x1], #1
permutations.c: /tmp/ccC5iXIO.s:71: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccC5iXIO.s:71: Info: did you mean this?
permutations.c: /tmp/ccC5iXIO.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 (12.2.0) |
Compiler output
hash.c: In file included from round.h:8,
hash.c: from permutations.h:11,
hash.c: from hash.c:4:
hash.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
hash.c: 55 | return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
hash.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/ccs81hl0.s: Assembler messages:
permutations.c: /tmp/ccs81hl0.s:58: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccs81hl0.s:58: Info: did you mean this?
permutations.c: /tmp/ccs81hl0.s:58: Info: ldrb w14, [x1], #1
permutations.c: /tmp/ccs81hl0.s:73: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccs81hl0.s:73: Info: did you mean this?
permutations.c: /tmp/ccs81hl0.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 (12.2.0) |
Namespace violations
constants.o constants R
permutations.o P12 T
permutations.o P8 T
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
bi32 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
bi32 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
bi32 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
bi32 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Namespace violations
constants.o constants R
hash.o ascon_absorb T
hash.o ascon_inithash T
hash.o ascon_squeeze T
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
bi32_lowreg | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
bi32_lowreg | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
bi32_lowreg | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
bi32_lowreg | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Namespace violations
constants.o constants R
permutations.o P T
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
bi32_lowsize | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
bi32_lowsize | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
bi32_lowsize | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
bi32_lowsize | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Passed TIMECOP
TIMECOP iterations: 10
Number of similar (implementation,compiler) pairs: 16, namely:
Implementation | Compiler |
bi32 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
bi32 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
bi32 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
bi32 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
bi32_lowreg | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
bi32_lowreg | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
bi32_lowreg | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
bi32_lowreg | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
bi32_lowsize | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
bi32_lowsize | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
bi32_lowsize | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
bi32_lowsize | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |