Test results for armeabi, berry0, crypto_auth/siphash24

[Page version: 20250206 00:27:24]

Measurements for armeabi, berry0, crypto_auth Test results for armeabi, berry0, crypto_auth Test results for crypto_auth/siphash24
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_auth
Primitive: siphash24
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
296781564 0 014351 360 752T:ref_legcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
297031564 0 012699 360 752T:ref_legcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
300921552 0 012582 356 752T:ref_legcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
308651508 0 015648 388 768T:ref_leclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
312001508 0 015900 388 760T:ref_leclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
316051508 0 013998 384 752T:ref_leclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
316551492 0 015640 388 768T:ref_leclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
327651508 0 014295 360 752T:little2gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
327801500 0 012635 360 752T:little2gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
327901444 0 011791 352 752T:ref_legcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
332451568 0 015716 388 768T:littleclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
333971508 0 013970 384 752T:ref_leclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
339201464 0 012494 356 752T:little2gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
339601156 0 012291 360 752T:littlegcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
342141552 0 015692 388 768T:littleclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
343691552 0 015944 388 760T:littleclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
350651496 0 015636 388 768T:little2clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
350981496 0 015888 388 760T:little2clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
352851476 0 015624 388 768T:little2clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
353001496 0 013986 384 752T:little2clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
363481492 0 014279 360 752T:littlegcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
371821100 0 011447 352 752T:littlegcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
372001192 0 012222 356 752T:littlegcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
390101492 0 013954 384 752T:little2clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
39063976 0 013466 384 752T:littleclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
44883988 0 013442 384 752T:littleclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100320240909
465321476 0 011823 352 752T:little2gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100320240909

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:
ImplementationCompiler
T:little2gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

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: 5, namely:
ImplementationCompiler
T:ref_leclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:ref_leclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:ref_leclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:ref_leclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:ref_leclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

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:
ImplementationCompiler
T:ref_legcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:ref_legcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:ref_legcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:ref_legcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

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:25: 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 #16,r2,r2
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:59:3: note: expanded from macro 'COMPRESS'
siphash.c:                 HALF_ROUND(v2,v1,v0,v3,17,21); \
siphash.c:                 ^
siphash.c: siphash.c:50:25: note: expanded from macro 'HALF_ROUND'
siphash.c: ...

Number of similar (implementation,compiler) pairs: 2, namely:
ImplementationCompiler
T:sandyclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:sandyclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

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,r6,r6
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: 2, namely:
ImplementationCompiler
T:sandyclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:sandyclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

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,r4,r4
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:59:3: note: expanded from macro 'COMPRESS'
siphash.c:                 HALF_ROUND(v2,v1,v0,v3,17,21); \
siphash.c:                 ^
siphash.c: siphash.c:50:7: note: expanded from macro 'HALF_ROUND'
siphash.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:sandyclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Compiler output


siphash.c: /tmp/cc47hI2O.s: Assembler messages:
siphash.c: /tmp/cc47hI2O.s:167: Error: bad instruction `shld #13,r10,r10'
siphash.c: /tmp/cc47hI2O.s:180: Error: bad instruction `shld #32,r8,r8'
siphash.c: /tmp/cc47hI2O.s:249: Error: bad instruction `shld #16,r2,r2'
siphash.c: /tmp/cc47hI2O.s:295: Error: bad instruction `shld #17,r6,r6'
siphash.c: /tmp/cc47hI2O.s:307: Error: bad instruction `shld #32,r8,r8'
siphash.c: /tmp/cc47hI2O.s:355: Error: bad instruction `shld #21,r2,r2'
siphash.c: /tmp/cc47hI2O.s:404: Error: bad instruction `shld #13,r0,r0'
siphash.c: /tmp/cc47hI2O.s:437: Error: bad instruction `shld #16,r0,r0'
siphash.c: /tmp/cc47hI2O.s:455: Error: bad instruction `shld #32,r2,r2'
siphash.c: /tmp/cc47hI2O.s:491: Error: bad instruction `shld #17,r8,r8'
siphash.c: /tmp/cc47hI2O.s:503: Error: bad instruction `shld #32,r0,r0'
siphash.c: /tmp/cc47hI2O.s:549: Error: bad instruction `shld #21,r2,r2'
siphash.c: /tmp/cc47hI2O.s:674: Error: bad instruction `shld #13,r10,r10'
siphash.c: /tmp/cc47hI2O.s:691: Error: bad instruction `shld #16,r2,r2'
siphash.c: /tmp/cc47hI2O.s:709: Error: bad instruction `shld #32,r0,r0'
siphash.c: /tmp/cc47hI2O.s:721: Error: bad instruction `shld #17,r6,r6'
siphash.c: /tmp/cc47hI2O.s:733: Error: bad instruction `shld #21,r10,r10'
siphash.c: /tmp/cc47hI2O.s:751: Error: bad instruction `shld #32,r0,r0'
siphash.c: /tmp/cc47hI2O.s:761: Error: bad instruction `shld #13,r6,r6'
siphash.c: /tmp/cc47hI2O.s:777: Error: bad instruction `shld #16,r10,r10'
siphash.c: /tmp/cc47hI2O.s:790: Error: bad instruction `shld #32,r8,r8'
siphash.c: /tmp/cc47hI2O.s:803: Error: bad instruction `shld #17,r2,r2'
siphash.c: /tmp/cc47hI2O.s:931: Error: bad instruction `shld #21,r10,r10'
siphash.c: /tmp/cc47hI2O.s:948: Error: bad instruction `shld #32,r6,r6'
siphash.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:sandygcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Compiler output


siphash.c: /tmp/ccwcR43b.s: Assembler messages:
siphash.c: /tmp/ccwcR43b.s:201: Error: bad instruction `shld #13,r2,r2'
siphash.c: /tmp/ccwcR43b.s:220: Error: bad instruction `shld #32,r2,r2'
siphash.c: /tmp/ccwcR43b.s:290: Error: bad instruction `shld #16,r4,r4'
siphash.c: /tmp/ccwcR43b.s:305: Error: bad instruction `shld #17,r2,r2'
siphash.c: /tmp/ccwcR43b.s:339: Error: bad instruction `shld #32,r4,r4'
siphash.c: /tmp/ccwcR43b.s:391: Error: bad instruction `shld #21,r2,r2'
siphash.c: /tmp/ccwcR43b.s:443: Error: bad instruction `shld #13,r2,r2'
siphash.c: /tmp/ccwcR43b.s:465: Error: bad instruction `shld #32,r2,r2'
siphash.c: /tmp/ccwcR43b.s:494: Error: bad instruction `shld #16,r4,r4'
siphash.c: /tmp/ccwcR43b.s:530: Error: bad instruction `shld #17,r10,r10'
siphash.c: /tmp/ccwcR43b.s:580: Error: bad instruction `shld #32,r0,r0'
siphash.c: /tmp/ccwcR43b.s:606: Error: bad instruction `shld #21,r4,r4'
siphash.c: /tmp/ccwcR43b.s:740: Error: bad instruction `shld #13,r8,r8'
siphash.c: /tmp/ccwcR43b.s:781: Error: bad instruction `shld #16,r2,r2'
siphash.c: /tmp/ccwcR43b.s:800: Error: bad instruction `shld #32,r6,r6'
siphash.c: /tmp/ccwcR43b.s:813: Error: bad instruction `shld #17,r8,r8'
siphash.c: /tmp/ccwcR43b.s:843: Error: bad instruction `shld #21,r2,r2'
siphash.c: /tmp/ccwcR43b.s:889: Error: bad instruction `shld #32,r4,r4'
siphash.c: /tmp/ccwcR43b.s:899: Error: bad instruction `shld #13,r0,r0'
siphash.c: /tmp/ccwcR43b.s:951: Error: bad instruction `shld #16,r6,r6'
siphash.c: /tmp/ccwcR43b.s:968: Error: bad instruction `shld #32,r2,r2'
siphash.c: /tmp/ccwcR43b.s:1004: Error: bad instruction `shld #17,r4,r4'
siphash.c: /tmp/ccwcR43b.s:1033: Error: bad instruction `shld #21,r0,r0'
siphash.c: /tmp/ccwcR43b.s:1047: Error: bad instruction `shld #32,r4,r4'
siphash.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:sandygcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Compiler output


siphash.c: /tmp/ccW4fDQ6.s: Assembler messages:
siphash.c: /tmp/ccW4fDQ6.s:186: Error: bad instruction `shld #13,r10,r10'
siphash.c: /tmp/ccW4fDQ6.s:201: Error: bad instruction `shld #16,r4,r4'
siphash.c: /tmp/ccW4fDQ6.s:237: Error: bad instruction `shld #32,r4,r4'
siphash.c: /tmp/ccW4fDQ6.s:271: Error: bad instruction `shld #17,r6,r6'
siphash.c: /tmp/ccW4fDQ6.s:290: Error: bad instruction `shld #21,r4,r4'
siphash.c: /tmp/ccW4fDQ6.s:324: Error: bad instruction `shld #32,r4,r4'
siphash.c: /tmp/ccW4fDQ6.s:360: Error: bad instruction `shld #13,r6,r6'
siphash.c: /tmp/ccW4fDQ6.s:377: Error: bad instruction `shld #16,r4,r4'
siphash.c: /tmp/ccW4fDQ6.s:411: Error: bad instruction `shld #32,r6,r6'
siphash.c: /tmp/ccW4fDQ6.s:440: Error: bad instruction `shld #17,r4,r4'
siphash.c: /tmp/ccW4fDQ6.s:462: Error: bad instruction `shld #21,r4,r4'
siphash.c: /tmp/ccW4fDQ6.s:489: Error: bad instruction `shld #32,r8,r8'
siphash.c: /tmp/ccW4fDQ6.s:611: Error: bad instruction `shld #13,r10,r10'
siphash.c: /tmp/ccW4fDQ6.s:626: Error: bad instruction `shld #16,r4,r4'
siphash.c: /tmp/ccW4fDQ6.s:654: Error: bad instruction `shld #32,r6,r6'
siphash.c: /tmp/ccW4fDQ6.s:680: Error: bad instruction `shld #17,r2,r2'
siphash.c: /tmp/ccW4fDQ6.s:695: Error: bad instruction `shld #21,r0,r0'
siphash.c: /tmp/ccW4fDQ6.s:723: Error: bad instruction `shld #32,r4,r4'
siphash.c: /tmp/ccW4fDQ6.s:751: Error: bad instruction `shld #13,r6,r6'
siphash.c: /tmp/ccW4fDQ6.s:766: Error: bad instruction `shld #16,r2,r2'
siphash.c: /tmp/ccW4fDQ6.s:792: Error: bad instruction `shld #32,r0,r0'
siphash.c: /tmp/ccW4fDQ6.s:816: Error: bad instruction `shld #17,r4,r4'
siphash.c: /tmp/ccW4fDQ6.s:831: Error: bad instruction `shld #21,r6,r6'
siphash.c: /tmp/ccW4fDQ6.s:859: Error: bad instruction `shld #32,r8,r8'
siphash.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:sandygcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Compiler output


siphash.c: /tmp/ccfknS8v.s: Assembler messages:
siphash.c: /tmp/ccfknS8v.s:223: Error: bad instruction `shld #13,r8,r8'
siphash.c: /tmp/ccfknS8v.s:251: Error: bad instruction `shld #16,r0,r0'
siphash.c: /tmp/ccfknS8v.s:281: Error: bad instruction `shld #32,r0,r0'
siphash.c: /tmp/ccfknS8v.s:298: Error: bad instruction `shld #17,r2,r2'
siphash.c: /tmp/ccfknS8v.s:331: Error: bad instruction `shld #21,r4,r4'
siphash.c: /tmp/ccfknS8v.s:355: Error: bad instruction `shld #32,r6,r6'
siphash.c: /tmp/ccfknS8v.s:373: Error: bad instruction `shld #13,r0,r0'
siphash.c: /tmp/ccfknS8v.s:405: Error: bad instruction `shld #32,r8,r8'
siphash.c: /tmp/ccfknS8v.s:416: Error: bad instruction `shld #16,r6,r6'
siphash.c: /tmp/ccfknS8v.s:458: Error: bad instruction `shld #17,r4,r4'
siphash.c: /tmp/ccfknS8v.s:473: Error: bad instruction `shld #21,r2,r2'
siphash.c: /tmp/ccfknS8v.s:494: Error: bad instruction `shld #32,r6,r6'
siphash.c: /tmp/ccfknS8v.s:548: Error: bad instruction `shld #13,r0,r0'
siphash.c: /tmp/ccfknS8v.s:580: Error: bad instruction `shld #16,r4,r4'
siphash.c: /tmp/ccfknS8v.s:613: Error: bad instruction `shld #32,r8,r8'
siphash.c: /tmp/ccfknS8v.s:630: Error: bad instruction `shld #17,r8,r8'
siphash.c: /tmp/ccfknS8v.s:652: Error: bad instruction `shld #21,r8,r8'
siphash.c: /tmp/ccfknS8v.s:696: Error: bad instruction `shld #32,r2,r2'
siphash.c: /tmp/ccfknS8v.s:780: Error: bad instruction `shld #13,r8,r8'
siphash.c: /tmp/ccfknS8v.s:824: Error: bad instruction `shld #16,r10,r10'
siphash.c: /tmp/ccfknS8v.s:858: Error: bad instruction `shld #32,r6,r6'
siphash.c: /tmp/ccfknS8v.s:878: Error: bad instruction `shld #17,r6,r6'
siphash.c: /tmp/ccfknS8v.s:900: Error: bad instruction `shld #21,r6,r6'
siphash.c: /tmp/ccfknS8v.s:966: Error: bad instruction `shld #32,r6,r6'
siphash.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:sandygcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

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,r10,r10
siphash.c:         ^~~~
siphash.c: siphash.c:40:5: error: invalid instruction
siphash.c: ...

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:sandy2clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:sandy2clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:sandy2clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:sandy2clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

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,r6,r6
siphash.c:         ^~~~
siphash.c: siphash.c:40:5: error: invalid instruction
siphash.c:     ROUND
siphash.c:     ^
siphash.c: siphash.c:18:3: note: expanded from macro 'ROUND'
siphash.c:   ROTATE(v1,17); ROTATE(v3,21); \
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 #17,r4,r4
siphash.c:         ^~~~
siphash.c: siphash.c:40:5: error: invalid instruction
siphash.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:sandy2clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Compiler output


siphash.c: /tmp/ccopnAp1.s: Assembler messages:
siphash.c: /tmp/ccopnAp1.s:162: Error: bad instruction `shld #13,r10,r10'
siphash.c: /tmp/ccopnAp1.s:183: Error: bad instruction `shld #32,r2,r2'
siphash.c: /tmp/ccopnAp1.s:233: Error: bad instruction `shld #16,r4,r4'
siphash.c: /tmp/ccopnAp1.s:279: Error: bad instruction `shld #17,r4,r4'
siphash.c: /tmp/ccopnAp1.s:305: Error: bad instruction `shld #32,r4,r4'
siphash.c: /tmp/ccopnAp1.s:333: Error: bad instruction `shld #21,r2,r2'
siphash.c: /tmp/ccopnAp1.s:388: Error: bad instruction `shld #13,r2,r2'
siphash.c: /tmp/ccopnAp1.s:434: Error: bad instruction `shld #16,r4,r4'
siphash.c: /tmp/ccopnAp1.s:442: Error: bad instruction `shld #32,r2,r2'
siphash.c: /tmp/ccopnAp1.s:482: Error: bad instruction `shld #17,r4,r4'
siphash.c: /tmp/ccopnAp1.s:498: Error: bad instruction `shld #32,r6,r6'
siphash.c: /tmp/ccopnAp1.s:528: Error: bad instruction `shld #21,r4,r4'
siphash.c: /tmp/ccopnAp1.s:666: Error: bad instruction `shld #13,r10,r10'
siphash.c: /tmp/ccopnAp1.s:698: Error: bad instruction `shld #16,r2,r2'
siphash.c: /tmp/ccopnAp1.s:718: Error: bad instruction `shld #32,r4,r4'
siphash.c: /tmp/ccopnAp1.s:735: Error: bad instruction `shld #17,r10,r10'
siphash.c: /tmp/ccopnAp1.s:782: Error: bad instruction `shld #21,r6,r6'
siphash.c: /tmp/ccopnAp1.s:796: Error: bad instruction `shld #13,r4,r4'
siphash.c: /tmp/ccopnAp1.s:821: Error: bad instruction `shld #32,r10,r10'
siphash.c: /tmp/ccopnAp1.s:866: Error: bad instruction `shld #16,r8,r8'
siphash.c: /tmp/ccopnAp1.s:883: Error: bad instruction `shld #32,r2,r2'
siphash.c: /tmp/ccopnAp1.s:917: Error: bad instruction `shld #17,r4,r4'
siphash.c: /tmp/ccopnAp1.s:956: Error: bad instruction `shld #21,r6,r6'
siphash.c: /tmp/ccopnAp1.s:970: Error: bad instruction `shld #32,r4,r4'
siphash.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:sandy2gcc -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/ccUeCq3c.s: Assembler messages:
siphash.c: /tmp/ccUeCq3c.s:177: Error: bad instruction `shld #13,r10,r10'
siphash.c: /tmp/ccUeCq3c.s:191: Error: bad instruction `shld #32,r4,r4'
siphash.c: /tmp/ccUeCq3c.s:258: Error: bad instruction `shld #16,r4,r4'
siphash.c: /tmp/ccUeCq3c.s:299: Error: bad instruction `shld #17,r2,r2'
siphash.c: /tmp/ccUeCq3c.s:344: Error: bad instruction `shld #21,r6,r6'
siphash.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:sandy2gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Compiler output


siphash.c: /tmp/cc7pHAaq.s: Assembler messages:
siphash.c: /tmp/cc7pHAaq.s:178: Error: bad instruction `shld #13,r10,r10'
siphash.c: /tmp/cc7pHAaq.s:193: Error: bad instruction `shld #16,r6,r6'
siphash.c: /tmp/cc7pHAaq.s:226: Error: bad instruction `shld #32,r4,r4'
siphash.c: /tmp/cc7pHAaq.s:264: Error: bad instruction `shld #17,r2,r2'
siphash.c: /tmp/cc7pHAaq.s:280: Error: bad instruction `shld #21,r4,r4'
siphash.c: /tmp/cc7pHAaq.s:317: Error: bad instruction `shld #32,r2,r2'
siphash.c: /tmp/cc7pHAaq.s:349: Error: bad instruction `shld #13,r4,r4'
siphash.c: /tmp/cc7pHAaq.s:369: Error: bad instruction `shld #16,r2,r2'
siphash.c: /tmp/cc7pHAaq.s:404: Error: bad instruction `shld #32,r2,r2'
siphash.c: /tmp/cc7pHAaq.s:429: Error: bad instruction `shld #17,r8,r8'
siphash.c: /tmp/cc7pHAaq.s:444: Error: bad instruction `shld #21,r4,r4'
siphash.c: /tmp/cc7pHAaq.s:472: Error: bad instruction `shld #32,r0,r0'
siphash.c: /tmp/cc7pHAaq.s:586: Error: bad instruction `shld #13,r10,r10'
siphash.c: /tmp/cc7pHAaq.s:601: Error: bad instruction `shld #16,r4,r4'
siphash.c: /tmp/cc7pHAaq.s:624: Error: bad instruction `shld #32,r2,r2'
siphash.c: /tmp/cc7pHAaq.s:649: Error: bad instruction `shld #17,r0,r0'
siphash.c: /tmp/cc7pHAaq.s:664: Error: bad instruction `shld #21,r6,r6'
siphash.c: /tmp/cc7pHAaq.s:691: Error: bad instruction `shld #32,r4,r4'
siphash.c: /tmp/cc7pHAaq.s:716: Error: bad instruction `shld #13,r2,r2'
siphash.c: /tmp/cc7pHAaq.s:731: Error: bad instruction `shld #16,r0,r0'
siphash.c: /tmp/cc7pHAaq.s:758: Error: bad instruction `shld #32,r6,r6'
siphash.c: /tmp/cc7pHAaq.s:783: Error: bad instruction `shld #17,r4,r4'
siphash.c: /tmp/cc7pHAaq.s:798: Error: bad instruction `shld #21,r2,r2'
siphash.c: /tmp/cc7pHAaq.s:825: Error: bad instruction `shld #32,r0,r0'
siphash.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:sandy2gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Compiler output


siphash.c: /tmp/ccH6XCbC.s: Assembler messages:
siphash.c: /tmp/ccH6XCbC.s:183: Error: bad instruction `shld #13,r8,r8'
siphash.c: /tmp/ccH6XCbC.s:227: Error: bad instruction `shld #16,r4,r4'
siphash.c: /tmp/ccH6XCbC.s:253: Error: bad instruction `shld #17,r2,r2'
siphash.c: /tmp/ccH6XCbC.s:263: Error: bad instruction `shld #32,r10,r10'
siphash.c: /tmp/ccH6XCbC.s:297: Error: bad instruction `shld #21,r0,r0'
siphash.c: /tmp/ccH6XCbC.s:316: Error: bad instruction `shld #32,r6,r6'
siphash.c: /tmp/ccH6XCbC.s:341: Error: bad instruction `shld #13,r4,r4'
siphash.c: /tmp/ccH6XCbC.s:371: Error: bad instruction `shld #16,r2,r2'
siphash.c: /tmp/ccH6XCbC.s:390: Error: bad instruction `shld #32,r0,r0'
siphash.c: /tmp/ccH6XCbC.s:421: Error: bad instruction `shld #17,r6,r6'
siphash.c: /tmp/ccH6XCbC.s:436: Error: bad instruction `shld #21,r4,r4'
siphash.c: /tmp/ccH6XCbC.s:475: Error: bad instruction `shld #32,r2,r2'
siphash.c: /tmp/ccH6XCbC.s:501: Error: bad instruction `shld #13,r0,r0'
siphash.c: /tmp/ccH6XCbC.s:531: Error: bad instruction `shld #16,r6,r6'
siphash.c: /tmp/ccH6XCbC.s:550: Error: bad instruction `shld #32,r4,r4'
siphash.c: /tmp/ccH6XCbC.s:575: Error: bad instruction `shld #17,r2,r2'
siphash.c: /tmp/ccH6XCbC.s:605: Error: bad instruction `shld #21,r0,r0'
siphash.c: /tmp/ccH6XCbC.s:624: Error: bad instruction `shld #32,r6,r6'
siphash.c: /tmp/ccH6XCbC.s:649: Error: bad instruction `shld #13,r4,r4'
siphash.c: /tmp/ccH6XCbC.s:679: Error: bad instruction `shld #16,r2,r2'
siphash.c: /tmp/ccH6XCbC.s:698: Error: bad instruction `shld #32,r0,r0'
siphash.c: /tmp/ccH6XCbC.s:723: Error: bad instruction `shld #17,r6,r6'
siphash.c: /tmp/ccH6XCbC.s:753: Error: bad instruction `shld #21,r4,r4'
siphash.c: /tmp/ccH6XCbC.s:772: Error: bad instruction `shld #32,r2,r2'
siphash.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:sandy2gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Namespace violations


siphash.o N 0
siphash.o N 107
siphash.o N 112
siphash.o N 11b
siphash.o N 11f
siphash.o N 127
siphash.o N 12b
siphash.o N 139
siphash.o N 143
siphash.o N 14b
siphash.o N 14e
siphash.o N 150
siphash.o N 152
siphash.o N 155
siphash.o N 158
siphash.o N 15b
siphash.o N 15e
siphash.o N 161
siphash.o N 164
siphash.o N 167
siphash.o N 169
siphash.o N 176
siphash.o N 17d
siphash.o N 17f
siphash.o N 183
siphash.o N 188
siphash.o N 1ad
siphash.o N 1b1
siphash.o N 1da
siphash.o N 20a
siphash.o N 20e
siphash.o N 211
siphash.o N 217
siphash.o N 21c
siphash.o N 222
siphash.o N 236
siphash.o N 23a
siphash.o N 242
siphash.o N 25
siphash.o N 2f
siphash.o N f0

Number of similar (implementation,compiler) pairs: 3, namely:
ImplementationCompiler
T:littleclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:littleclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:littleclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


siphash.o N 0
siphash.o N 106
siphash.o N 111
siphash.o N 11a
siphash.o N 11e
siphash.o N 143
siphash.o N 147
siphash.o N 155
siphash.o N 17e
siphash.o N 186
siphash.o N 1b6
siphash.o N 1ba
siphash.o N 1bd
siphash.o N 1c3
siphash.o N 1c5
siphash.o N 1c7
siphash.o N 1cc
siphash.o N 1d2
siphash.o N 1dc
siphash.o N 1e4
siphash.o N 1e7
siphash.o N 1fb
siphash.o N 1ff
siphash.o N 203
siphash.o N 205
siphash.o N 208
siphash.o N 20b
siphash.o N 20e
siphash.o N 211
siphash.o N 214
siphash.o N 217
siphash.o N 21a
siphash.o N 227
siphash.o N 22e
siphash.o N 230
siphash.o N 234
siphash.o N 239
siphash.o N 241
siphash.o N 25
siphash.o N 2f
siphash.o N ef

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:littleclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


siphash.o N 0
siphash.o N 106
siphash.o N 111
siphash.o N 11a
siphash.o N 11e
siphash.o N 126
siphash.o N 12a
siphash.o N 138
siphash.o N 142
siphash.o N 14a
siphash.o N 14d
siphash.o N 14f
siphash.o N 151
siphash.o N 154
siphash.o N 157
siphash.o N 15a
siphash.o N 15d
siphash.o N 160
siphash.o N 163
siphash.o N 165
siphash.o N 172
siphash.o N 179
siphash.o N 17c
siphash.o N 17e
siphash.o N 182
siphash.o N 187
siphash.o N 1ac
siphash.o N 1b0
siphash.o N 1d9
siphash.o N 209
siphash.o N 20d
siphash.o N 210
siphash.o N 216
siphash.o N 21b
siphash.o N 221
siphash.o N 235
siphash.o N 239
siphash.o N 241
siphash.o N 25
siphash.o N 2f
siphash.o N ef

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:littleclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


siphash.o N 0
siphash.o N 108
siphash.o N 113
siphash.o N 11c
siphash.o N 123
siphash.o N 128
siphash.o N 152
siphash.o N 156
siphash.o N 15a
siphash.o N 168
siphash.o N 16b
siphash.o N 16e
siphash.o N 171
siphash.o N 174
siphash.o N 177
siphash.o N 179
siphash.o N 183
siphash.o N 189
siphash.o N 18c
siphash.o N 25
siphash.o N 2f
siphash.o N f1
verify.o N 0
verify.o N 11a
verify.o N 11e
verify.o N 12c
verify.o N 143
verify.o N 168
verify.o N 199
verify.o N 1a1
verify.o N 1b5
verify.o N 1b7
verify.o N 1ba
verify.o N 1c0
verify.o N 25
verify.o N 2e
verify.o N f0

Number of similar (implementation,compiler) pairs: 3, namely:
ImplementationCompiler
T:little2clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:little2clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:little2clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


siphash.o N 0
siphash.o N 107
siphash.o N 112
siphash.o N 11b
siphash.o N 122
siphash.o N 127
siphash.o N 151
siphash.o N 155
siphash.o N 159
siphash.o N 167
siphash.o N 16a
siphash.o N 170
siphash.o N 172
siphash.o N 17c
siphash.o N 17f
siphash.o N 182
siphash.o N 185
siphash.o N 188
siphash.o N 18b
siphash.o N 25
siphash.o N 2f
siphash.o N f0
verify.o N 0
verify.o N 119
verify.o N 11d
verify.o N 12b
verify.o N 142
verify.o N 167
verify.o N 198
verify.o N 1a0
verify.o N 1b4
verify.o N 1b6
verify.o N 1b9
verify.o N 1bf
verify.o N 25
verify.o N 2e
verify.o N ef

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:little2clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


siphash.o N 0
siphash.o N 107
siphash.o N 112
siphash.o N 11b
siphash.o N 122
siphash.o N 127
siphash.o N 151
siphash.o N 155
siphash.o N 159
siphash.o N 167
siphash.o N 16a
siphash.o N 170
siphash.o N 173
siphash.o N 176
siphash.o N 179
siphash.o N 17c
siphash.o N 17e
siphash.o N 188
siphash.o N 18b
siphash.o N 25
siphash.o N 2f
siphash.o N f0
verify.o N 0
verify.o N 119
verify.o N 11d
verify.o N 12b
verify.o N 142
verify.o N 167
verify.o N 198
verify.o N 1a0
verify.o N 1b4
verify.o N 1b6
verify.o N 1b9
verify.o N 1bf
verify.o N 25
verify.o N 2e
verify.o N ef

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:little2clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


siphash.o N 0
siphash.o N 107
siphash.o N 112
siphash.o N 11b
siphash.o N 11f
siphash.o N 12d
siphash.o N 137
siphash.o N 13f
siphash.o N 142
siphash.o N 16b
siphash.o N 16f
siphash.o N 173
siphash.o N 176
siphash.o N 17c
siphash.o N 17e
siphash.o N 180
siphash.o N 183
siphash.o N 187
siphash.o N 194
siphash.o N 19f
siphash.o N 1a8
siphash.o N 1ac
siphash.o N 1b0
siphash.o N 1b3
siphash.o N 1b6
siphash.o N 1b9
siphash.o N 1bc
siphash.o N 1bf
siphash.o N 1c2
siphash.o N 1c6
siphash.o N 1c8
siphash.o N 1cd
siphash.o N 25
siphash.o N 2f
siphash.o N f0
verify.o N 0
verify.o N 118
verify.o N 11c
verify.o N 12a
verify.o N 141
verify.o N 166
verify.o N 196
verify.o N 19e
verify.o N 1b2
verify.o N 1b4
verify.o N 1b7
verify.o N 1bd
verify.o N 25
verify.o N 2e
verify.o N ef

Number of similar (implementation,compiler) pairs: 3, namely:
ImplementationCompiler
T:ref_leclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:ref_leclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:ref_leclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


siphash.o N 0
siphash.o N 106
siphash.o N 111
siphash.o N 11a
siphash.o N 11e
siphash.o N 12c
siphash.o N 136
siphash.o N 13e
siphash.o N 141
siphash.o N 16a
siphash.o N 16e
siphash.o N 172
siphash.o N 175
siphash.o N 17b
siphash.o N 17d
siphash.o N 17f
siphash.o N 182
siphash.o N 186
siphash.o N 193
siphash.o N 19e
siphash.o N 1a7
siphash.o N 1ab
siphash.o N 1af
siphash.o N 1b2
siphash.o N 1b5
siphash.o N 1b8
siphash.o N 1bb
siphash.o N 1be
siphash.o N 1c1
siphash.o N 1c5
siphash.o N 1c7
siphash.o N 1cc
siphash.o N 25
siphash.o N 2f
siphash.o N ef
verify.o N 0
verify.o N 117
verify.o N 11b
verify.o N 129
verify.o N 140
verify.o N 165
verify.o N 195
verify.o N 19d
verify.o N 1b1
verify.o N 1b3
verify.o N 1b6
verify.o N 1bc
verify.o N 25
verify.o N 2e
verify.o N ee

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:ref_leclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


siphash.o N 0
siphash.o N 106
siphash.o N 111
siphash.o N 11a
siphash.o N 11e
siphash.o N 12c
siphash.o N 136
siphash.o N 13e
siphash.o N 141
siphash.o N 16a
siphash.o N 16e
siphash.o N 172
siphash.o N 175
siphash.o N 178
siphash.o N 17b
siphash.o N 17e
siphash.o N 181
siphash.o N 184
siphash.o N 187
siphash.o N 18d
siphash.o N 18f
siphash.o N 191
siphash.o N 194
siphash.o N 198
siphash.o N 1a5
siphash.o N 1b0
siphash.o N 1b9
siphash.o N 1bd
siphash.o N 1c1
siphash.o N 1c3
siphash.o N 1c7
siphash.o N 1cc
siphash.o N 25
siphash.o N 2f
siphash.o N ef
verify.o N 0
verify.o N 117
verify.o N 11b
verify.o N 129
verify.o N 140
verify.o N 165
verify.o N 195
verify.o N 19d
verify.o N 1b1
verify.o N 1b3
verify.o N 1b6
verify.o N 1bc
verify.o N 25
verify.o N 2e
verify.o N ee

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:ref_leclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)