Test results for armeabi, berry2, crypto_auth/siphash24
[Page version: 20241120 00:22:57]
Measurements for armeabi, berry2, crypto_auth
Test results for armeabi, berry2, crypto_auth
Test results for crypto_auth/siphash24
Computer: berry2
Microarchitecture: armeabi; Cortex-A7 (410fc075)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_auth
Primitive: siphash24
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
28669 | 1552 0 0 | 12386 356 752 | T:ref_le | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240927 | 20240909 |
30564 | 1580 0 0 | 14243 360 752 | T:ref_le | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240927 | 20240909 |
30566 | 1580 0 0 | 12595 360 752 | T:ref_le | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240927 | 20240909 |
30572 | 1444 0 0 | 11591 352 752 | T:ref_le | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240927 | 20240909 |
30944 | 1512 0 0 | 14175 360 752 | T:little2 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240927 | 20240909 |
30948 | 1500 0 0 | 12515 360 752 | T:little2 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240927 | 20240909 |
31354 | 1464 0 0 | 12298 356 752 | T:little2 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240927 | 20240909 |
32104 | 1472 0 0 | 14135 360 752 | T:little | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240927 | 20240909 |
32115 | 1132 0 0 | 12147 360 752 | T:little | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240927 | 20240909 |
33304 | 1100 0 0 | 11247 352 752 | T:little | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240927 | 20240909 |
33764 | 1192 0 0 | 12026 356 752 | T:little | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240927 | 20240909 |
39426 | 1476 0 0 | 11623 352 752 | T:little2 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240927 | 20240909 |
Compiler output
siphash.c: siphash.c: In function 'crypto_auth_siphash24_little2_timingleaks':
siphash.c: siphash.c:41:52: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
siphash.c: 41 | for (i = 0;i < inlen;++i) i[(char *) &lastblock] = i[in];
siphash.c: | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
siphash.c: siphash.c:21:10: note: at offset 0 to object 'lastblock' with size 8 declared here
siphash.c: 21 | uint64 lastblock = inlen << 56;
siphash.c: | ^~~~~~~~~
siphash.c: siphash.c:41:52: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
siphash.c: 41 | for (i = 0;i < inlen;++i) i[(char *) &lastblock] = i[in];
siphash.c: | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
siphash.c: siphash.c:21:10: note: at offset 0 to object 'lastblock' with size 8 declared here
siphash.c: 21 | uint64 lastblock = inlen << 56;
siphash.c: | ^~~~~~~~~
siphash.c: siphash.c:41:52: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
siphash.c: 41 | for (i = 0;i < inlen;++i) i[(char *) &lastblock] = i[in];
siphash.c: | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
siphash.c: siphash.c:21:10: note: at offset 0 to object 'lastblock' with size 8 declared here
siphash.c: 21 | uint64 lastblock = inlen << 56;
siphash.c: | ^~~~~~~~~
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:little2 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Compiler output
siphash.c: siphash.c: In function 'crypto_auth_siphash24_ref_le_timingleaks':
siphash.c: siphash.c:31:7: warning: unused variable 'h' [-Wunused-variable]
siphash.c: 31 | u64 h;
siphash.c: | ^
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:ref_le | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref_le | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref_le | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref_le | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Compiler output
siphash.c: /tmp/cc5jBwWK.s: Assembler messages:
siphash.c: /tmp/cc5jBwWK.s:178: Error: bad instruction `shld #13,r8,r8'
siphash.c: /tmp/cc5jBwWK.s:221: Error: bad instruction `shld #32,r2,r2'
siphash.c: /tmp/cc5jBwWK.s:249: Error: bad instruction `shld #16,r4,r4'
siphash.c: /tmp/cc5jBwWK.s:297: Error: bad instruction `shld #17,r4,r4'
siphash.c: /tmp/cc5jBwWK.s:327: Error: bad instruction `shld #32,r4,r4'
siphash.c: /tmp/cc5jBwWK.s:352: Error: bad instruction `shld #21,r2,r2'
siphash.c: /tmp/cc5jBwWK.s:400: Error: bad instruction `shld #13,r2,r2'
siphash.c: /tmp/cc5jBwWK.s:442: Error: bad instruction `shld #16,r4,r4'
siphash.c: /tmp/cc5jBwWK.s:478: Error: bad instruction `shld #32,r2,r2'
siphash.c: /tmp/cc5jBwWK.s:526: Error: bad instruction `shld #17,r10,r10'
siphash.c: /tmp/cc5jBwWK.s:553: Error: bad instruction `shld #21,r0,r0'
siphash.c: /tmp/cc5jBwWK.s:563: Error: bad instruction `shld #32,r2,r2'
siphash.c: /tmp/cc5jBwWK.s:696: Error: bad instruction `shld #13,r8,r8'
siphash.c: /tmp/cc5jBwWK.s:727: Error: bad instruction `shld #16,r10,r10'
siphash.c: /tmp/cc5jBwWK.s:749: Error: bad instruction `shld #32,r0,r0'
siphash.c: /tmp/cc5jBwWK.s:763: Error: bad instruction `shld #17,r6,r6'
siphash.c: /tmp/cc5jBwWK.s:810: Error: bad instruction `shld #21,r0,r0'
siphash.c: /tmp/cc5jBwWK.s:830: Error: bad instruction `shld #13,r6,r6'
siphash.c: /tmp/cc5jBwWK.s:852: Error: bad instruction `shld #32,r8,r8'
siphash.c: /tmp/cc5jBwWK.s:894: Error: bad instruction `shld #16,r4,r4'
siphash.c: /tmp/cc5jBwWK.s:925: Error: bad instruction `shld #32,r6,r6'
siphash.c: /tmp/cc5jBwWK.s:947: Error: bad instruction `shld #17,r2,r2'
siphash.c: /tmp/cc5jBwWK.s:988: Error: bad instruction `shld #21,r10,r10'
siphash.c: /tmp/cc5jBwWK.s:1001: Error: bad instruction `shld #32,r6,r6'
siphash.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:sandy | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Compiler output
siphash.c: /tmp/ccMGOJ37.s: Assembler messages:
siphash.c: /tmp/ccMGOJ37.s:220: Error: bad instruction `shld #13,r8,r8'
siphash.c: /tmp/ccMGOJ37.s:247: Error: bad instruction `shld #32,r2,r2'
siphash.c: /tmp/ccMGOJ37.s:306: Error: bad instruction `shld #16,r4,r4'
siphash.c: /tmp/ccMGOJ37.s:353: Error: bad instruction `shld #17,r4,r4'
siphash.c: /tmp/ccMGOJ37.s:396: Error: bad instruction `shld #21,r2,r2'
siphash.c: /tmp/ccMGOJ37.s:410: Error: bad instruction `shld #32,r4,r4'
siphash.c: /tmp/ccMGOJ37.s:466: Error: bad instruction `shld #13,r2,r2'
siphash.c: /tmp/ccMGOJ37.s:514: Error: bad instruction `shld #16,r10,r10'
siphash.c: /tmp/ccMGOJ37.s:532: Error: bad instruction `shld #17,r4,r4'
siphash.c: /tmp/ccMGOJ37.s:546: Error: bad instruction `shld #32,r2,r2'
siphash.c: /tmp/ccMGOJ37.s:571: Error: bad instruction `shld #21,r4,r4'
siphash.c: /tmp/ccMGOJ37.s:627: Error: bad instruction `shld #32,r0,r0'
siphash.c: /tmp/ccMGOJ37.s:746: Error: bad instruction `shld #13,r8,r8'
siphash.c: /tmp/ccMGOJ37.s:783: Error: bad instruction `shld #16,r2,r2'
siphash.c: /tmp/ccMGOJ37.s:810: Error: bad instruction `shld #32,r6,r6'
siphash.c: /tmp/ccMGOJ37.s:818: Error: bad instruction `shld #17,r8,r8'
siphash.c: /tmp/ccMGOJ37.s:872: Error: bad instruction `shld #21,r2,r2'
siphash.c: /tmp/ccMGOJ37.s:890: Error: bad instruction `shld #32,r4,r4'
siphash.c: /tmp/ccMGOJ37.s:900: Error: bad instruction `shld #13,r0,r0'
siphash.c: /tmp/ccMGOJ37.s:948: Error: bad instruction `shld #16,r6,r6'
siphash.c: /tmp/ccMGOJ37.s:965: Error: bad instruction `shld #32,r2,r2'
siphash.c: /tmp/ccMGOJ37.s:996: Error: bad instruction `shld #17,r4,r4'
siphash.c: /tmp/ccMGOJ37.s:1026: Error: bad instruction `shld #32,r4,r4'
siphash.c: /tmp/ccMGOJ37.s:1044: Error: bad instruction `shld #21,r0,r0'
siphash.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:sandy | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Compiler output
siphash.c: /tmp/cchjXkO4.s: Assembler messages:
siphash.c: /tmp/cchjXkO4.s:194: Error: bad instruction `shld #13,r10,r10'
siphash.c: /tmp/cchjXkO4.s:209: Error: bad instruction `shld #16,r4,r4'
siphash.c: /tmp/cchjXkO4.s:245: Error: bad instruction `shld #32,r4,r4'
siphash.c: /tmp/cchjXkO4.s:279: Error: bad instruction `shld #17,r6,r6'
siphash.c: /tmp/cchjXkO4.s:298: Error: bad instruction `shld #21,r4,r4'
siphash.c: /tmp/cchjXkO4.s:332: Error: bad instruction `shld #32,r4,r4'
siphash.c: /tmp/cchjXkO4.s:368: Error: bad instruction `shld #13,r6,r6'
siphash.c: /tmp/cchjXkO4.s:385: Error: bad instruction `shld #16,r4,r4'
siphash.c: /tmp/cchjXkO4.s:419: Error: bad instruction `shld #32,r6,r6'
siphash.c: /tmp/cchjXkO4.s:448: Error: bad instruction `shld #17,r4,r4'
siphash.c: /tmp/cchjXkO4.s:470: Error: bad instruction `shld #21,r4,r4'
siphash.c: /tmp/cchjXkO4.s:497: Error: bad instruction `shld #32,r8,r8'
siphash.c: /tmp/cchjXkO4.s:619: Error: bad instruction `shld #13,r10,r10'
siphash.c: /tmp/cchjXkO4.s:634: Error: bad instruction `shld #16,r4,r4'
siphash.c: /tmp/cchjXkO4.s:662: Error: bad instruction `shld #32,r6,r6'
siphash.c: /tmp/cchjXkO4.s:688: Error: bad instruction `shld #17,r2,r2'
siphash.c: /tmp/cchjXkO4.s:703: Error: bad instruction `shld #21,r0,r0'
siphash.c: /tmp/cchjXkO4.s:731: Error: bad instruction `shld #32,r4,r4'
siphash.c: /tmp/cchjXkO4.s:759: Error: bad instruction `shld #13,r6,r6'
siphash.c: /tmp/cchjXkO4.s:774: Error: bad instruction `shld #16,r2,r2'
siphash.c: /tmp/cchjXkO4.s:800: Error: bad instruction `shld #32,r0,r0'
siphash.c: /tmp/cchjXkO4.s:824: Error: bad instruction `shld #17,r4,r4'
siphash.c: /tmp/cchjXkO4.s:839: Error: bad instruction `shld #21,r6,r6'
siphash.c: /tmp/cchjXkO4.s:867: Error: bad instruction `shld #32,r8,r8'
siphash.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:sandy | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Compiler output
siphash.c: /tmp/cceuazyp.s: Assembler messages:
siphash.c: /tmp/cceuazyp.s:232: Error: bad instruction `shld #13,r8,r8'
siphash.c: /tmp/cceuazyp.s:260: Error: bad instruction `shld #16,r0,r0'
siphash.c: /tmp/cceuazyp.s:293: Error: bad instruction `shld #32,r0,r0'
siphash.c: /tmp/cceuazyp.s:307: Error: bad instruction `shld #17,r2,r2'
siphash.c: /tmp/cceuazyp.s:341: Error: bad instruction `shld #21,r4,r4'
siphash.c: /tmp/cceuazyp.s:365: Error: bad instruction `shld #32,r6,r6'
siphash.c: /tmp/cceuazyp.s:383: Error: bad instruction `shld #13,r0,r0'
siphash.c: /tmp/cceuazyp.s:418: Error: bad instruction `shld #16,r6,r6'
siphash.c: /tmp/cceuazyp.s:444: Error: bad instruction `shld #32,r8,r8'
siphash.c: /tmp/cceuazyp.s:467: Error: bad instruction `shld #17,r4,r4'
siphash.c: /tmp/cceuazyp.s:482: Error: bad instruction `shld #21,r2,r2'
siphash.c: /tmp/cceuazyp.s:503: Error: bad instruction `shld #32,r6,r6'
siphash.c: /tmp/cceuazyp.s:558: Error: bad instruction `shld #13,r0,r0'
siphash.c: /tmp/cceuazyp.s:590: Error: bad instruction `shld #16,r4,r4'
siphash.c: /tmp/cceuazyp.s:623: Error: bad instruction `shld #32,r8,r8'
siphash.c: /tmp/cceuazyp.s:648: Error: bad instruction `shld #17,r8,r8'
siphash.c: /tmp/cceuazyp.s:689: Error: bad instruction `shld #21,r8,r8'
siphash.c: /tmp/cceuazyp.s:706: Error: bad instruction `shld #32,r2,r2'
siphash.c: /tmp/cceuazyp.s:798: Error: bad instruction `shld #13,r8,r8'
siphash.c: /tmp/cceuazyp.s:842: Error: bad instruction `shld #16,r10,r10'
siphash.c: /tmp/cceuazyp.s:876: Error: bad instruction `shld #32,r6,r6'
siphash.c: /tmp/cceuazyp.s:904: Error: bad instruction `shld #17,r6,r6'
siphash.c: /tmp/cceuazyp.s:935: Error: bad instruction `shld #21,r6,r6'
siphash.c: /tmp/cceuazyp.s:982: Error: bad instruction `shld #32,r6,r6'
siphash.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:sandy | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Compiler output
siphash.c: /tmp/ccDXZLl8.s: Assembler messages:
siphash.c: /tmp/ccDXZLl8.s:205: Error: bad instruction `shld #13,r10,r10'
siphash.c: /tmp/ccDXZLl8.s:222: Error: bad instruction `shld #32,r2,r2'
siphash.c: /tmp/ccDXZLl8.s:254: Error: bad instruction `shld #16,r4,r4'
siphash.c: /tmp/ccDXZLl8.s:303: Error: bad instruction `shld #17,r4,r4'
siphash.c: /tmp/ccDXZLl8.s:351: Error: bad instruction `shld #21,r2,r2'
siphash.c: /tmp/ccDXZLl8.s:383: Error: bad instruction `shld #32,r4,r4'
siphash.c: /tmp/ccDXZLl8.s:418: Error: bad instruction `shld #13,r2,r2'
siphash.c: /tmp/ccDXZLl8.s:459: Error: bad instruction `shld #16,r4,r4'
siphash.c: /tmp/ccDXZLl8.s:493: Error: bad instruction `shld #17,r4,r4'
siphash.c: /tmp/ccDXZLl8.s:510: Error: bad instruction `shld #32,r2,r2'
siphash.c: /tmp/ccDXZLl8.s:566: Error: bad instruction `shld #21,r4,r4'
siphash.c: /tmp/ccDXZLl8.s:596: Error: bad instruction `shld #32,r6,r6'
siphash.c: /tmp/ccDXZLl8.s:697: Error: bad instruction `shld #13,r10,r10'
siphash.c: /tmp/ccDXZLl8.s:731: Error: bad instruction `shld #16,r2,r2'
siphash.c: /tmp/ccDXZLl8.s:751: Error: bad instruction `shld #32,r4,r4'
siphash.c: /tmp/ccDXZLl8.s:761: Error: bad instruction `shld #17,r10,r10'
siphash.c: /tmp/ccDXZLl8.s:816: Error: bad instruction `shld #13,r4,r4'
siphash.c: /tmp/ccDXZLl8.s:826: Error: bad instruction `shld #21,r6,r6'
siphash.c: /tmp/ccDXZLl8.s:854: Error: bad instruction `shld #32,r10,r10'
siphash.c: /tmp/ccDXZLl8.s:889: Error: bad instruction `shld #16,r8,r8'
siphash.c: /tmp/ccDXZLl8.s:906: Error: bad instruction `shld #32,r2,r2'
siphash.c: /tmp/ccDXZLl8.s:940: Error: bad instruction `shld #17,r4,r4'
siphash.c: /tmp/ccDXZLl8.s:983: Error: bad instruction `shld #32,r4,r4'
siphash.c: /tmp/ccDXZLl8.s:995: Error: bad instruction `shld #21,r6,r6'
siphash.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:sandy2 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Compiler output
siphash.c: siphash.c: In function 'crypto_auth_siphash24_sandy2_timingleaks':
siphash.c: siphash.c:46:52: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
siphash.c: 46 | for (i = 0;i < inlen;++i) i[(char *) &lastblock] = i[in];
siphash.c: | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
siphash.c: siphash.c:26:10: note: at offset 0 to object 'lastblock' with size 8 declared here
siphash.c: 26 | uint64 lastblock = inlen << 56;
siphash.c: | ^~~~~~~~~
siphash.c: siphash.c:46:52: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
siphash.c: 46 | for (i = 0;i < inlen;++i) i[(char *) &lastblock] = i[in];
siphash.c: | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
siphash.c: siphash.c:26:10: note: at offset 0 to object 'lastblock' with size 8 declared here
siphash.c: 26 | uint64 lastblock = inlen << 56;
siphash.c: | ^~~~~~~~~
siphash.c: siphash.c:46:52: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
siphash.c: 46 | for (i = 0;i < inlen;++i) i[(char *) &lastblock] = i[in];
siphash.c: | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
siphash.c: siphash.c:26:10: note: at offset 0 to object 'lastblock' with size 8 declared here
siphash.c: 26 | uint64 lastblock = inlen << 56;
siphash.c: | ^~~~~~~~~
siphash.c: /tmp/ccVCfsSm.s: Assembler messages:
siphash.c: /tmp/ccVCfsSm.s:208: Error: bad instruction `shld #13,r10,r10'
siphash.c: /tmp/ccVCfsSm.s:240: Error: bad instruction `shld #32,r4,r4'
siphash.c: /tmp/ccVCfsSm.s:270: Error: bad instruction `shld #16,r6,r6'
siphash.c: /tmp/ccVCfsSm.s:315: Error: bad instruction `shld #17,r6,r6'
siphash.c: /tmp/ccVCfsSm.s:348: Error: bad instruction `shld #32,r6,r6'
siphash.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:sandy2 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Compiler output
siphash.c: /tmp/ccIk018A.s: Assembler messages:
siphash.c: /tmp/ccIk018A.s:189: Error: bad instruction `shld #13,r10,r10'
siphash.c: /tmp/ccIk018A.s:204: Error: bad instruction `shld #16,r6,r6'
siphash.c: /tmp/ccIk018A.s:237: Error: bad instruction `shld #32,r4,r4'
siphash.c: /tmp/ccIk018A.s:275: Error: bad instruction `shld #17,r2,r2'
siphash.c: /tmp/ccIk018A.s:291: Error: bad instruction `shld #21,r4,r4'
siphash.c: /tmp/ccIk018A.s:328: Error: bad instruction `shld #32,r2,r2'
siphash.c: /tmp/ccIk018A.s:360: Error: bad instruction `shld #13,r4,r4'
siphash.c: /tmp/ccIk018A.s:380: Error: bad instruction `shld #16,r2,r2'
siphash.c: /tmp/ccIk018A.s:415: Error: bad instruction `shld #32,r2,r2'
siphash.c: /tmp/ccIk018A.s:440: Error: bad instruction `shld #17,r8,r8'
siphash.c: /tmp/ccIk018A.s:455: Error: bad instruction `shld #21,r4,r4'
siphash.c: /tmp/ccIk018A.s:483: Error: bad instruction `shld #32,r0,r0'
siphash.c: /tmp/ccIk018A.s:597: Error: bad instruction `shld #13,r10,r10'
siphash.c: /tmp/ccIk018A.s:612: Error: bad instruction `shld #16,r4,r4'
siphash.c: /tmp/ccIk018A.s:635: Error: bad instruction `shld #32,r2,r2'
siphash.c: /tmp/ccIk018A.s:660: Error: bad instruction `shld #17,r0,r0'
siphash.c: /tmp/ccIk018A.s:675: Error: bad instruction `shld #21,r6,r6'
siphash.c: /tmp/ccIk018A.s:702: Error: bad instruction `shld #32,r4,r4'
siphash.c: /tmp/ccIk018A.s:727: Error: bad instruction `shld #13,r2,r2'
siphash.c: /tmp/ccIk018A.s:742: Error: bad instruction `shld #16,r0,r0'
siphash.c: /tmp/ccIk018A.s:769: Error: bad instruction `shld #32,r6,r6'
siphash.c: /tmp/ccIk018A.s:794: Error: bad instruction `shld #17,r4,r4'
siphash.c: /tmp/ccIk018A.s:809: Error: bad instruction `shld #21,r2,r2'
siphash.c: /tmp/ccIk018A.s:836: Error: bad instruction `shld #32,r0,r0'
siphash.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:sandy2 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Compiler output
siphash.c: /tmp/cckVk21L.s: Assembler messages:
siphash.c: /tmp/cckVk21L.s:191: Error: bad instruction `shld #13,r8,r8'
siphash.c: /tmp/cckVk21L.s:236: Error: bad instruction `shld #16,r4,r4'
siphash.c: /tmp/cckVk21L.s:262: Error: bad instruction `shld #17,r2,r2'
siphash.c: /tmp/cckVk21L.s:272: Error: bad instruction `shld #32,r10,r10'
siphash.c: /tmp/cckVk21L.s:306: Error: bad instruction `shld #21,r0,r0'
siphash.c: /tmp/cckVk21L.s:325: Error: bad instruction `shld #32,r6,r6'
siphash.c: /tmp/cckVk21L.s:350: Error: bad instruction `shld #13,r4,r4'
siphash.c: /tmp/cckVk21L.s:380: Error: bad instruction `shld #16,r2,r2'
siphash.c: /tmp/cckVk21L.s:399: Error: bad instruction `shld #32,r0,r0'
siphash.c: /tmp/cckVk21L.s:430: Error: bad instruction `shld #17,r6,r6'
siphash.c: /tmp/cckVk21L.s:445: Error: bad instruction `shld #21,r4,r4'
siphash.c: /tmp/cckVk21L.s:484: Error: bad instruction `shld #32,r2,r2'
siphash.c: /tmp/cckVk21L.s:510: Error: bad instruction `shld #13,r0,r0'
siphash.c: /tmp/cckVk21L.s:540: Error: bad instruction `shld #16,r6,r6'
siphash.c: /tmp/cckVk21L.s:559: Error: bad instruction `shld #32,r4,r4'
siphash.c: /tmp/cckVk21L.s:584: Error: bad instruction `shld #17,r2,r2'
siphash.c: /tmp/cckVk21L.s:614: Error: bad instruction `shld #21,r0,r0'
siphash.c: /tmp/cckVk21L.s:633: Error: bad instruction `shld #32,r6,r6'
siphash.c: /tmp/cckVk21L.s:658: Error: bad instruction `shld #13,r4,r4'
siphash.c: /tmp/cckVk21L.s:688: Error: bad instruction `shld #16,r2,r2'
siphash.c: /tmp/cckVk21L.s:707: Error: bad instruction `shld #32,r0,r0'
siphash.c: /tmp/cckVk21L.s:732: Error: bad instruction `shld #17,r6,r6'
siphash.c: /tmp/cckVk21L.s:762: Error: bad instruction `shld #21,r4,r4'
siphash.c: /tmp/cckVk21L.s:781: Error: bad instruction `shld #32,r2,r2'
siphash.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:sandy2 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |