Test results for armeabi, tinker, crypto_auth/siphash24
[Page version: 20241215 22:35:41]
Measurements for armeabi, tinker, crypto_auth
Test results for armeabi, tinker, crypto_auth
Test results for crypto_auth/siphash24
Computer: tinker
Microarchitecture: armeabi; Cortex-A17 (410fc0d1)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20241022
Operation: crypto_auth
Primitive: siphash24
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
17111 | 1384 0 0 | 11853 388 760 | T:ref_le | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241031 | 20241022 |
17113 | 1384 0 0 | 11121 388 760 | T:ref_le | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241031 | 20241022 |
17738 | 1162 0 0 | 9145 380 752 | T:ref_le | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241031 | 20241022 |
18468 | 1374 0 0 | 10724 384 752 | T:little2 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241031 | 20241022 |
18482 | 1394 0 0 | 10744 384 752 | T:ref_le | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241031 | 20241022 |
18664 | 1356 0 0 | 11093 388 760 | T:little2 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241031 | 20241022 |
18667 | 1392 0 0 | 11861 388 760 | T:little | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241031 | 20241022 |
18668 | 1356 0 0 | 11825 388 760 | T:little2 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241031 | 20241022 |
18677 | 1496 0 0 | 14062 416 768 | T:ref_le | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241031 | 20241022 |
18892 | 892 0 0 | 8873 380 752 | T:little | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241031 | 20241022 |
19143 | 1112 0 0 | 10460 384 752 | T:little | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241031 | 20241022 |
19839 | 1496 0 0 | 14062 416 768 | T:little2 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241031 | 20241022 |
19853 | 1524 0 0 | 14090 416 768 | T:little | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241031 | 20241022 |
20205 | 860 0 0 | 10597 388 760 | T:little | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241031 | 20241022 |
22188 | 1150 0 0 | 9133 380 752 | T:little2 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241031 | 20241022 |
Compiler output
siphash.c: siphash.c:31:7: warning: unused variable 'h' [-Wunused-variable]
siphash.c: u64 h;
siphash.c: ^
siphash.c: 1 warning generated.
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref_le | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
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 (12.2.0) |
T:ref_le | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:ref_le | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:ref_le | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
siphash.c: siphash.c:67:39: error: invalid instruction
siphash.c: for(k = 0; k < SIPHASH_ROUNDS; ++k) COMPRESS(v0,v1,v2,v3);
siphash.c: ^
siphash.c: siphash.c:57:3: note: expanded from macro 'COMPRESS'
siphash.c: HALF_ROUND(v0,v1,v2,v3,13,16); \
siphash.c: ^
siphash.c: siphash.c:50:7: note: expanded from macro 'HALF_ROUND'
siphash.c: b = rotl64(b, s); d = rotl64(d, t); \
siphash.c: ^
siphash.c: siphash.c:29:22: note: expanded from macro 'rotl64'
siphash.c: #define rotl64(x, c) ROT(x,c)
siphash.c: ^
siphash.c: siphash.c:25:15: note: expanded from macro 'ROT'
siphash.c: __asm__ ("shld %2,%0,%0" : "=r"(__out) : "0"(__in), "i"(n)); \
siphash.c: ^
siphash.c: <inline asm>:1:2: note: instantiated into assembly here
siphash.c: shld #13,r10,r10
siphash.c: ^~~~
siphash.c: siphash.c:67:39: error: invalid instruction
siphash.c: for(k = 0; k < SIPHASH_ROUNDS; ++k) COMPRESS(v0,v1,v2,v3);
siphash.c: ^
siphash.c: siphash.c:60:8: note: expanded from macro 'COMPRESS'
siphash.c: v2 = rotl64(v2, 32); \
siphash.c: ^
siphash.c: siphash.c:29:22: note: expanded from macro 'rotl64'
siphash.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:sandy | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
siphash.c: /tmp/ccUjFcxS.s: Assembler messages:
siphash.c: /tmp/ccUjFcxS.s:206: Error: bad instruction `shld #13,r10,r10'
siphash.c: /tmp/ccUjFcxS.s:220: Error: bad instruction `shld #32,r0,r0'
siphash.c: /tmp/ccUjFcxS.s:245: Error: bad instruction `shld #16,r2,r2'
siphash.c: /tmp/ccUjFcxS.s:263: Error: bad instruction `shld #17,r6,r6'
siphash.c: /tmp/ccUjFcxS.s:308: Error: bad instruction `shld #21,r4,r4'
siphash.c: /tmp/ccUjFcxS.s:336: Error: bad instruction `shld #32,r8,r8'
siphash.c: /tmp/ccUjFcxS.s:461: Error: bad instruction `shld #13,r10,r10'
siphash.c: /tmp/ccUjFcxS.s:477: Error: bad instruction `shld #16,r4,r4'
siphash.c: /tmp/ccUjFcxS.s:523: Error: bad instruction `shld #32,r2,r2'
siphash.c: /tmp/ccUjFcxS.s:543: Error: bad instruction `shld #17,r6,r6'
siphash.c: /tmp/ccUjFcxS.s:557: Error: bad instruction `shld #32,r8,r8'
siphash.c: /tmp/ccUjFcxS.s:585: Error: bad instruction `shld #21,r1,r1'
siphash.c: /tmp/ccUjFcxS.s:662: Error: bad instruction `shld #13,r10,r10'
siphash.c: /tmp/ccUjFcxS.s:676: Error: bad instruction `shld #32,r6,r6'
siphash.c: /tmp/ccUjFcxS.s:701: Error: bad instruction `shld #16,r4,r4'
siphash.c: /tmp/ccUjFcxS.s:726: Error: bad instruction `shld #17,r8,r8'
siphash.c: /tmp/ccUjFcxS.s:763: Error: bad instruction `shld #21,r0,r0'
siphash.c: /tmp/ccUjFcxS.s:793: Error: bad instruction `shld #32,r2,r2'
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:sandy | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
siphash.c: /tmp/cc8Fzs5c.s: Assembler messages:
siphash.c: /tmp/cc8Fzs5c.s:194: Error: bad instruction `shld #13,r10,r10'
siphash.c: /tmp/cc8Fzs5c.s:219: Error: bad instruction `shld #32,r2,r2'
siphash.c: /tmp/cc8Fzs5c.s:273: Error: bad instruction `shld #16,r6,r6'
siphash.c: /tmp/cc8Fzs5c.s:308: Error: bad instruction `shld #17,r7,r7'
siphash.c: /tmp/cc8Fzs5c.s:336: Error: bad instruction `shld #32,r7,r7'
siphash.c: /tmp/cc8Fzs5c.s:368: Error: bad instruction `shld #21,r6,r6'
siphash.c: /tmp/cc8Fzs5c.s:412: Error: bad instruction `shld #13,r6,r6'
siphash.c: /tmp/cc8Fzs5c.s:434: Error: bad instruction `shld #32,r7,r7'
siphash.c: /tmp/cc8Fzs5c.s:461: Error: bad instruction `shld #16,r6,r6'
siphash.c: /tmp/cc8Fzs5c.s:484: Error: bad instruction `shld #17,r0,r0'
siphash.c: /tmp/cc8Fzs5c.s:511: Error: bad instruction `shld #32,r4,r4'
siphash.c: /tmp/cc8Fzs5c.s:540: Error: bad instruction `shld #21,r6,r6'
siphash.c: /tmp/cc8Fzs5c.s:655: Error: bad instruction `shld #13,r10,r10'
siphash.c: /tmp/cc8Fzs5c.s:683: Error: bad instruction `shld #16,r2,r2'
siphash.c: /tmp/cc8Fzs5c.s:699: Error: bad instruction `shld #32,r8,r8'
siphash.c: /tmp/cc8Fzs5c.s:711: Error: bad instruction `shld #21,r2,r2'
siphash.c: /tmp/cc8Fzs5c.s:721: Error: bad instruction `shld #17,r10,r10'
siphash.c: /tmp/cc8Fzs5c.s:809: Error: bad instruction `shld #32,r6,r6'
siphash.c: /tmp/cc8Fzs5c.s:821: Error: bad instruction `shld #13,r4,r4'
siphash.c: /tmp/cc8Fzs5c.s:843: Error: bad instruction `shld #16,r8,r8'
siphash.c: /tmp/cc8Fzs5c.s:877: Error: bad instruction `shld #32,r2,r2'
siphash.c: /tmp/cc8Fzs5c.s:903: Error: bad instruction `shld #17,r6,r6'
siphash.c: /tmp/cc8Fzs5c.s:940: Error: bad instruction `shld #32,r6,r6'
siphash.c: /tmp/cc8Fzs5c.s:955: Error: bad instruction `shld #21,r4,r4'
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 (12.2.0) |
Compiler output
siphash.c: /tmp/ccrCZtfT.s: Assembler messages:
siphash.c: /tmp/ccrCZtfT.s:197: Error: bad instruction `shld #13,r9,r9'
siphash.c: /tmp/ccrCZtfT.s:213: Error: bad instruction `shld #16,r0,r0'
siphash.c: /tmp/ccrCZtfT.s:248: Error: bad instruction `shld #32,r0,r0'
siphash.c: /tmp/ccrCZtfT.s:286: Error: bad instruction `shld #17,r0,r0'
siphash.c: /tmp/ccrCZtfT.s:307: Error: bad instruction `shld #21,r0,r0'
siphash.c: /tmp/ccrCZtfT.s:344: Error: bad instruction `shld #32,r0,r0'
siphash.c: /tmp/ccrCZtfT.s:384: Error: bad instruction `shld #13,r0,r0'
siphash.c: /tmp/ccrCZtfT.s:400: Error: bad instruction `shld #16,r4,r4'
siphash.c: /tmp/ccrCZtfT.s:438: Error: bad instruction `shld #32,r0,r0'
siphash.c: /tmp/ccrCZtfT.s:472: Error: bad instruction `shld #17,r0,r0'
siphash.c: /tmp/ccrCZtfT.s:487: Error: bad instruction `shld #21,r4,r4'
siphash.c: /tmp/ccrCZtfT.s:523: Error: bad instruction `shld #32,fp,fp'
siphash.c: /tmp/ccrCZtfT.s:644: Error: bad instruction `shld #13,r9,r9'
siphash.c: /tmp/ccrCZtfT.s:659: Error: bad instruction `shld #16,r4,r4'
siphash.c: /tmp/ccrCZtfT.s:685: Error: bad instruction `shld #32,r6,r6'
siphash.c: /tmp/ccrCZtfT.s:711: Error: bad instruction `shld #17,r2,r2'
siphash.c: /tmp/ccrCZtfT.s:726: Error: bad instruction `shld #21,r0,r0'
siphash.c: /tmp/ccrCZtfT.s:754: Error: bad instruction `shld #32,r4,r4'
siphash.c: /tmp/ccrCZtfT.s:782: Error: bad instruction `shld #13,r6,r6'
siphash.c: /tmp/ccrCZtfT.s:797: Error: bad instruction `shld #16,r2,r2'
siphash.c: /tmp/ccrCZtfT.s:823: Error: bad instruction `shld #32,r0,r0'
siphash.c: /tmp/ccrCZtfT.s:849: Error: bad instruction `shld #17,r4,r4'
siphash.c: /tmp/ccrCZtfT.s:864: Error: bad instruction `shld #21,r6,r6'
siphash.c: /tmp/ccrCZtfT.s:892: Error: bad instruction `shld #32,r2,r2'
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 (12.2.0) |
Compiler output
siphash.c: /tmp/cczAqmhd.s: Assembler messages:
siphash.c: /tmp/cczAqmhd.s:244: Error: bad instruction `shld #13,r8,r8'
siphash.c: /tmp/cczAqmhd.s:274: Error: bad instruction `shld #16,r2,r2'
siphash.c: /tmp/cczAqmhd.s:291: Error: bad instruction `shld #32,r4,r4'
siphash.c: /tmp/cczAqmhd.s:318: Error: bad instruction `shld #17,r0,r0'
siphash.c: /tmp/cczAqmhd.s:349: Error: bad instruction `shld #21,r6,r6'
siphash.c: /tmp/cczAqmhd.s:366: Error: bad instruction `shld #32,r2,r2'
siphash.c: /tmp/cczAqmhd.s:376: Error: bad instruction `shld #13,r4,r4'
siphash.c: /tmp/cczAqmhd.s:430: Error: bad instruction `shld #16,r8,r8'
siphash.c: /tmp/cczAqmhd.s:447: Error: bad instruction `shld #32,r10,r10'
siphash.c: /tmp/cczAqmhd.s:480: Error: bad instruction `shld #17,r0,r0'
siphash.c: /tmp/cczAqmhd.s:495: Error: bad instruction `shld #21,r2,r2'
siphash.c: /tmp/cczAqmhd.s:522: Error: bad instruction `shld #32,r8,r8'
siphash.c: /tmp/cczAqmhd.s:563: Error: bad instruction `shld #13,r4,r4'
siphash.c: /tmp/cczAqmhd.s:593: Error: bad instruction `shld #16,r0,r0'
siphash.c: /tmp/cczAqmhd.s:620: Error: bad instruction `shld #32,r2,r2'
siphash.c: /tmp/cczAqmhd.s:654: Error: bad instruction `shld #17,r2,r2'
siphash.c: /tmp/cczAqmhd.s:673: Error: bad instruction `shld #21,r2,r2'
siphash.c: /tmp/cczAqmhd.s:699: Error: bad instruction `shld #32,r10,r10'
siphash.c: /tmp/cczAqmhd.s:788: Error: bad instruction `shld #13,r8,r8'
siphash.c: /tmp/cczAqmhd.s:827: Error: bad instruction `shld #16,r10,r10'
siphash.c: /tmp/cczAqmhd.s:854: Error: bad instruction `shld #32,r6,r6'
siphash.c: /tmp/cczAqmhd.s:892: Error: bad instruction `shld #17,r6,r6'
siphash.c: /tmp/cczAqmhd.s:911: Error: bad instruction `shld #21,r6,r6'
siphash.c: /tmp/cczAqmhd.s:949: 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 (12.2.0) |
Compiler output
siphash.c: siphash.c:40:5: error: invalid instruction
siphash.c: ROUND
siphash.c: ^
siphash.c: siphash.c:14:3: note: expanded from macro 'ROUND'
siphash.c: ROTATE(v1,13); ROTATE(v3,16); \
siphash.c: ^
siphash.c: siphash.c:8:15: note: expanded from macro 'ROTATE'
siphash.c: __asm__ ("shld %2,%0,%0" : "=r"(__out) : "0"(__in), "i"(n)); \
siphash.c: ^
siphash.c: <inline asm>:1:2: note: instantiated into assembly here
siphash.c: shld #13,r2,r2
siphash.c: ^~~~
siphash.c: siphash.c:40:5: error: invalid instruction
siphash.c: ROUND
siphash.c: ^
siphash.c: siphash.c:20:3: note: expanded from macro 'ROUND'
siphash.c: ROTATE(v2,32);
siphash.c: ^
siphash.c: siphash.c:8:15: note: expanded from macro 'ROTATE'
siphash.c: __asm__ ("shld %2,%0,%0" : "=r"(__out) : "0"(__in), "i"(n)); \
siphash.c: ^
siphash.c: <inline asm>:1:2: note: instantiated into assembly here
siphash.c: shld #32,r8,r8
siphash.c: ^~~~
siphash.c: siphash.c:40:5: error: invalid instruction
siphash.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:sandy2 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
siphash.c: /tmp/ccjNCDnB.s: Assembler messages:
siphash.c: /tmp/ccjNCDnB.s:190: Error: bad instruction `shld #13,r4,r4'
siphash.c: /tmp/ccjNCDnB.s:242: Error: bad instruction `shld #32,r0,r0'
siphash.c: /tmp/ccjNCDnB.s:258: Error: bad instruction `shld #16,r0,r0'
siphash.c: /tmp/ccjNCDnB.s:303: Error: bad instruction `shld #17,r8,r8'
siphash.c: /tmp/ccjNCDnB.s:326: Error: bad instruction `shld #32,r9,r9'
siphash.c: /tmp/ccjNCDnB.s:364: Error: bad instruction `shld #21,r0,r0'
siphash.c: /tmp/ccjNCDnB.s:416: Error: bad instruction `shld #13,r8,r8'
siphash.c: /tmp/ccjNCDnB.s:444: Error: bad instruction `shld #32,r0,r0'
siphash.c: /tmp/ccjNCDnB.s:481: Error: bad instruction `shld #16,r0,r0'
siphash.c: /tmp/ccjNCDnB.s:523: Error: bad instruction `shld #17,r8,r8'
siphash.c: /tmp/ccjNCDnB.s:542: Error: bad instruction `shld #32,r6,r6'
siphash.c: /tmp/ccjNCDnB.s:579: Error: bad instruction `shld #21,fp,fp'
siphash.c: /tmp/ccjNCDnB.s:682: Error: bad instruction `shld #13,r4,r4'
siphash.c: /tmp/ccjNCDnB.s:713: Error: bad instruction `shld #16,r2,r2'
siphash.c: /tmp/ccjNCDnB.s:746: Error: bad instruction `shld #32,r4,r4'
siphash.c: /tmp/ccjNCDnB.s:759: Error: bad instruction `shld #17,r10,r10'
siphash.c: /tmp/ccjNCDnB.s:805: Error: bad instruction `shld #21,r4,r4'
siphash.c: /tmp/ccjNCDnB.s:832: Error: bad instruction `shld #32,r10,r10'
siphash.c: /tmp/ccjNCDnB.s:845: Error: bad instruction `shld #13,r2,r2'
siphash.c: /tmp/ccjNCDnB.s:879: Error: bad instruction `shld #16,r8,r8'
siphash.c: /tmp/ccjNCDnB.s:896: Error: bad instruction `shld #32,r6,r6'
siphash.c: /tmp/ccjNCDnB.s:929: Error: bad instruction `shld #17,r4,r4'
siphash.c: /tmp/ccjNCDnB.s:954: Error: bad instruction `shld #21,r2,r2'
siphash.c: /tmp/ccjNCDnB.s:982: Error: bad instruction `shld #32,r4,r4'
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 (12.2.0) |
Compiler output
siphash.c: /tmp/ccw3ESGP.s: Assembler messages:
siphash.c: /tmp/ccw3ESGP.s:190: Error: bad instruction `shld #13,r4,r4'
siphash.c: /tmp/ccw3ESGP.s:242: Error: bad instruction `shld #32,r0,r0'
siphash.c: /tmp/ccw3ESGP.s:258: Error: bad instruction `shld #16,r0,r0'
siphash.c: /tmp/ccw3ESGP.s:303: Error: bad instruction `shld #17,r8,r8'
siphash.c: /tmp/ccw3ESGP.s:326: Error: bad instruction `shld #32,r9,r9'
siphash.c: /tmp/ccw3ESGP.s:364: Error: bad instruction `shld #21,r0,r0'
siphash.c: /tmp/ccw3ESGP.s:416: Error: bad instruction `shld #13,r8,r8'
siphash.c: /tmp/ccw3ESGP.s:444: Error: bad instruction `shld #32,r0,r0'
siphash.c: /tmp/ccw3ESGP.s:481: Error: bad instruction `shld #16,r0,r0'
siphash.c: /tmp/ccw3ESGP.s:523: Error: bad instruction `shld #17,r8,r8'
siphash.c: /tmp/ccw3ESGP.s:542: Error: bad instruction `shld #32,r6,r6'
siphash.c: /tmp/ccw3ESGP.s:579: Error: bad instruction `shld #21,fp,fp'
siphash.c: /tmp/ccw3ESGP.s:682: Error: bad instruction `shld #13,r4,r4'
siphash.c: /tmp/ccw3ESGP.s:713: Error: bad instruction `shld #16,r2,r2'
siphash.c: /tmp/ccw3ESGP.s:746: Error: bad instruction `shld #32,r4,r4'
siphash.c: /tmp/ccw3ESGP.s:759: Error: bad instruction `shld #17,r10,r10'
siphash.c: /tmp/ccw3ESGP.s:805: Error: bad instruction `shld #21,r4,r4'
siphash.c: /tmp/ccw3ESGP.s:832: Error: bad instruction `shld #32,r10,r10'
siphash.c: /tmp/ccw3ESGP.s:845: Error: bad instruction `shld #13,r2,r2'
siphash.c: /tmp/ccw3ESGP.s:879: Error: bad instruction `shld #16,r8,r8'
siphash.c: /tmp/ccw3ESGP.s:896: Error: bad instruction `shld #32,r6,r6'
siphash.c: /tmp/ccw3ESGP.s:929: Error: bad instruction `shld #17,r4,r4'
siphash.c: /tmp/ccw3ESGP.s:954: Error: bad instruction `shld #21,r2,r2'
siphash.c: /tmp/ccw3ESGP.s:982: Error: bad instruction `shld #32,r4,r4'
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 (12.2.0) |
Compiler output
siphash.c: /tmp/ccgunZeZ.s: Assembler messages:
siphash.c: /tmp/ccgunZeZ.s:184: Error: bad instruction `shld #13,r10,r10'
siphash.c: /tmp/ccgunZeZ.s:200: Error: bad instruction `shld #16,r4,r4'
siphash.c: /tmp/ccgunZeZ.s:235: Error: bad instruction `shld #32,r4,r4'
siphash.c: /tmp/ccgunZeZ.s:270: Error: bad instruction `shld #17,r4,r4'
siphash.c: /tmp/ccgunZeZ.s:289: Error: bad instruction `shld #21,r4,r4'
siphash.c: /tmp/ccgunZeZ.s:326: Error: bad instruction `shld #32,r4,r4'
siphash.c: /tmp/ccgunZeZ.s:361: Error: bad instruction `shld #13,r4,r4'
siphash.c: /tmp/ccgunZeZ.s:380: Error: bad instruction `shld #16,r4,r4'
siphash.c: /tmp/ccgunZeZ.s:415: Error: bad instruction `shld #32,r4,r4'
siphash.c: /tmp/ccgunZeZ.s:446: Error: bad instruction `shld #17,r8,r8'
siphash.c: /tmp/ccgunZeZ.s:462: Error: bad instruction `shld #21,r4,r4'
siphash.c: /tmp/ccgunZeZ.s:494: Error: bad instruction `shld #32,r0,r0'
siphash.c: /tmp/ccgunZeZ.s:599: Error: bad instruction `shld #13,r10,r10'
siphash.c: /tmp/ccgunZeZ.s:614: Error: bad instruction `shld #16,r4,r4'
siphash.c: /tmp/ccgunZeZ.s:637: Error: bad instruction `shld #32,r2,r2'
siphash.c: /tmp/ccgunZeZ.s:662: Error: bad instruction `shld #17,r0,r0'
siphash.c: /tmp/ccgunZeZ.s:677: Error: bad instruction `shld #21,r6,r6'
siphash.c: /tmp/ccgunZeZ.s:704: Error: bad instruction `shld #32,r4,r4'
siphash.c: /tmp/ccgunZeZ.s:729: Error: bad instruction `shld #13,r2,r2'
siphash.c: /tmp/ccgunZeZ.s:744: Error: bad instruction `shld #16,r0,r0'
siphash.c: /tmp/ccgunZeZ.s:771: Error: bad instruction `shld #32,r6,r6'
siphash.c: /tmp/ccgunZeZ.s:796: Error: bad instruction `shld #17,r4,r4'
siphash.c: /tmp/ccgunZeZ.s:811: Error: bad instruction `shld #21,r2,r2'
siphash.c: /tmp/ccgunZeZ.s:838: 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 (12.2.0) |
Compiler output
siphash.c: /tmp/ccUZRsY6.s: Assembler messages:
siphash.c: /tmp/ccUZRsY6.s:157: Error: bad instruction `shld #13,r8,r8'
siphash.c: /tmp/ccUZRsY6.s:194: Error: bad instruction `shld #16,r4,r4'
siphash.c: /tmp/ccUZRsY6.s:240: Error: bad instruction `shld #32,r10,r10'
siphash.c: /tmp/ccUZRsY6.s:253: Error: bad instruction `shld #17,r2,r2'
siphash.c: /tmp/ccUZRsY6.s:284: Error: bad instruction `shld #21,r0,r0'
siphash.c: /tmp/ccUZRsY6.s:303: Error: bad instruction `shld #32,r6,r6'
siphash.c: /tmp/ccUZRsY6.s:328: Error: bad instruction `shld #13,r4,r4'
siphash.c: /tmp/ccUZRsY6.s:358: Error: bad instruction `shld #16,r2,r2'
siphash.c: /tmp/ccUZRsY6.s:377: Error: bad instruction `shld #32,r0,r0'
siphash.c: /tmp/ccUZRsY6.s:408: Error: bad instruction `shld #17,r6,r6'
siphash.c: /tmp/ccUZRsY6.s:423: Error: bad instruction `shld #21,r4,r4'
siphash.c: /tmp/ccUZRsY6.s:447: Error: bad instruction `shld #32,r2,r2'
siphash.c: /tmp/ccUZRsY6.s:488: Error: bad instruction `shld #13,r0,r0'
siphash.c: /tmp/ccUZRsY6.s:518: Error: bad instruction `shld #16,r6,r6'
siphash.c: /tmp/ccUZRsY6.s:537: Error: bad instruction `shld #32,r4,r4'
siphash.c: /tmp/ccUZRsY6.s:562: Error: bad instruction `shld #17,r2,r2'
siphash.c: /tmp/ccUZRsY6.s:592: Error: bad instruction `shld #21,r0,r0'
siphash.c: /tmp/ccUZRsY6.s:611: Error: bad instruction `shld #32,r6,r6'
siphash.c: /tmp/ccUZRsY6.s:636: Error: bad instruction `shld #13,r4,r4'
siphash.c: /tmp/ccUZRsY6.s:666: Error: bad instruction `shld #16,r2,r2'
siphash.c: /tmp/ccUZRsY6.s:685: Error: bad instruction `shld #32,r0,r0'
siphash.c: /tmp/ccUZRsY6.s:710: Error: bad instruction `shld #17,r6,r6'
siphash.c: /tmp/ccUZRsY6.s:740: Error: bad instruction `shld #21,r4,r4'
siphash.c: /tmp/ccUZRsY6.s:759: 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 (12.2.0) |