Pages:
Author

Topic: New (more optimized) MRO CPUMiner [Updated 05/28/2014] [PROOF OF 2X INCREASE] - page 2. (Read 16825 times)

hero member
Activity: 794
Merit: 1000
Monero (XMR) - secure, private, untraceable
^It works for me, but on my pc there is no increase in hash rate compared to bitmonerod.
legendary
Activity: 1176
Merit: 1015
Latest release "cpuminer-multi-wolf-05-29-2014" fails on Win 7 64-bit.

minerd.exe crashes.
legendary
Activity: 1400
Merit: 1050
I don't want to be a dick, but the OP page is certainly the most confusing I ever read...
A readme file would be good too.
full member
Activity: 126
Merit: 100
Hello there is tutorial for newbies on ubuntu linux for using your miner ?
It will be appreciated.

cheers
member
Activity: 64
Merit: 10

Yep - known bug, and fixed bug. Re-clone and rebuild.

Will do. Thanks!
member
Activity: 64
Merit: 10
Hello! I upgraded and recompiled your miner yesterday and it was killed during the night by OOM, because it allocated too much memory:

Code:
May 29 04:04:05 r9miner kernel: [139346.544675] Out of memory: Kill process 7085 (minerd) score 963 or sacrifice child
May 29 04:04:05 r9miner kernel: [139346.544683] Killed process 7085 (minerd) total-vm:16834832kB, anon-rss:7668368kB, file-rss:0kB

Last messages in the screen:
Code:
[2014-05-29 03:57:00] Stratum detected new block
[2014-05-29 03:57:00] thread 3: 1602 hashes, 42.69 H/s
[2014-05-29 03:57:00] thread 5: 255 hashes, 43.23 H/s
[2014-05-29 03:57:00] thread 4: 1602 hashes, 42.69 H/s
[2014-05-29 03:57:00] thread 6: 1200 hashes, 44.02 H/s
[2014-05-29 03:57:00] thread 2: 1626 hashes, 43.32 H/s
[2014-05-29 03:57:00] thread 1: 1626 hashes, 43.31 H/s
[2014-05-29 03:57:00] thread 0: 1604 hashes, 42.72 H/s
[2014-05-29 03:57:20] Stratum detected new block
[2014-05-29 03:57:20] thread 6: 880 hashes, 42.75 H/s
[2014-05-29 03:57:20] thread 0: 896 hashes, 43.57 H/s
[2014-05-29 03:57:20] thread 4: 904 hashes, 43.92 H/s
[2014-05-29 03:57:20] thread 5: 889 hashes, 43.18 H/s
[2014-05-29 03:57:20] thread 3: 890 hashes, 43.22 H/s
[2014-05-29 03:57:20] thread 2: 902 hashes, 43.83 H/s
[2014-05-29 03:57:20] thread 1: 917 hashes, 44.58 H/s
[2014-05-29 03:59:36] Stratum connection timed out
[2014-05-29 04:00:13] Stratum connection interrupted
Killed

Any idea?
full member
Activity: 144
Merit: 100
full member
Activity: 141
Merit: 100
Code:
./autogen.sh && CFLAGS="-march=native" ./configure && make

And NOTHING ELSE - there are very good GCC flags built in and used by default.

you have -falign-loops=16 twice in there, and -fsplit-ivs-in-unroller is enabled by default in gcc4.4+ Cheesy
hero member
Activity: 505
Merit: 500
Ubuntu 14.04, I 4770k  diff 10k on moneropool.com, I get same hr as simpleminer.
sr. member
Activity: 252
Merit: 250
whoever had problem with autoconf version this helped to download and install 2.69 version: http://petio.org/tools/autoconf.html

Just encountered that problem and you saved me some grief, apt-get reports 2.64 as the latest version Smiley
legendary
Activity: 1428
Merit: 1001
getmonero.org
whoever had problem with autoconf version this helped to download and install 2.69 version: http://petio.org/tools/autoconf.html
member
Activity: 62
Merit: 10
Compiled on ubuntu and got 240H/s vs 135 h/s, so great! Can someone please compile a windows version?
hero member
Activity: 794
Merit: 1000
Monero (XMR) - secure, private, untraceable
^I tried to compile it. I have a lot of progress and I think I'm almost there, but I' don't have the time now so I can't continue Sad Hopefully someone will compile it sooner. It takes me huge amount of time for something which should take minutes if you have the experience with buggy compilers. Now I have about 20 different C and C++ compilers on my PC and another 40 programming languages installed and actually I'm using most of them very rarely.

Edit: I have most of those 40 languages in different versions and I'm running low on C: so I should restart and make my partition larger for N-th time. What a waste of time.
newbie
Activity: 56
Merit: 0
Is a windows binary available yet? I am kind of lost Smiley
legendary
Activity: 3668
Merit: 6382
Looking for campaign manager? Contact icopress!
Is it faster for all CPU or only for the ones with AES-NI?
member
Activity: 79
Merit: 10
Any possibility for Windows binaries?
My tests seem to indicate that Lucas miner is faster than last windows binary

It is, and not now, at least. I'd need to port the assembly functions over.

NEW CODE RELEASED! This is even better - and it's portable to Windows!

Just to clarify, will your updated miner be portable to Windows or not? It's a bit hard to follow the OP as the edits aren't dated. Good work either way and thanks for contributing to MRO.
legendary
Activity: 1151
Merit: 1001
Any possibility for Windows binaries?
My tests seem to indicate that Lucas miner is faster than last windows binary
legendary
Activity: 1106
Merit: 1000
Unable to compile on Mac

[code]
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./compat/jansson -pthread  -O3 -Ofast -flto -fuse-linker-plugin -falign-loops=16 -falign-functions=16 -falign-jumps=16 -falign-loops=16 -falign-labels=16 -maes -I/opt/local/include   -g -O2 -MT minerd-sha2-x64.o -MD -MP -MF .deps/minerd-sha2-x64.Tpo -c -o minerd-sha2-x64.o `test -f 'sha2-x64.S' || echo './'`sha2-x64.S
sha2-x64.S:1174:invalid character '\' before operand 1
sha2-x64.S:1174:invalid character '\' in operand 1
sha2-x64.S:1174:suffix or operands invalid for `pshuflw'
sha2-x64.S:1174:suffix or operands invalid for `pshuflw'
sha2-x64.S:1174:suffix or operands invalid for `pshufhw'
sha2-x64.S:1174:suffix or operands invalid for `pshufhw'
sha2-x64.S:1174:expecting operand before ','; got nothing
sha2-x64.S:1174:expecting operand before ','; got nothing
sha2-x64.S:1174:expecting operand before ','; got nothing
sha2-x64.S:1174:expecting operand before ','; got nothing
sha2-x64.S:1174:invalid character '\' before operand 2
sha2-x64.S:1174:invalid character '\' in operand 2
sha2-x64.S:1175:invalid character '\' before operand 1
sha2-x64.S:1175:invalid character '\' in operand 1
sha2-x64.S:1175:junk `xb1' after expression
sha2-x64.S:1175:suffix or operands invalid for `pshuflw'
sha2-x64.S:1175:junk `xb1' after expression
sha2-x64.S:1175:suffix or operands invalid for `pshuflw'
sha2-x64.S:1175:junk `xb1' after expression
sha2-x64.S:1175:suffix or operands invalid for `pshufhw'
sha2-x64.S:1175:junk `xb1' after expression
sha2-x64.S:1175:suffix or operands invalid for `pshufhw'
sha2-x64.S:1175:expecting operand before ','; got nothing
sha2-x64.S:1175:expecting operand before ','; got nothing
sha2-x64.S:1175:expecting operand before ','; got nothing
sha2-x64.S:1175:expecting operand before ','; got nothing
sha2-x64.S:1175:invalid character '\' before operand 2
sha2-x64.S:1175:invalid character '\' in operand 2
sha2-x64.S:1176:invalid character '\' before operand 1
sha2-x64.S:1176:invalid character '\' in operand 1
sha2-x64.S:1176:junk `xb1' after expression
sha2-x64.S:1176:suffix or operands invalid for `pshuflw'
sha2-x64.S:1176:junk `xb1' after expression
sha2-x64.S:1176:suffix or operands invalid for `pshuflw'
sha2-x64.S:1176:junk `xb1' after expression
sha2-x64.S:1176:suffix or operands invalid for `pshufhw'
sha2-x64.S:1176:junk `xb1' after expression
sha2-x64.S:1176:suffix or operands invalid for `pshufhw'
sha2-x64.S:1176:expecting operand before ','; got nothing
sha2-x64.S:1176:expecting operand before ','; got nothing
sha2-x64.S:1176:expecting operand before ','; got nothing
sha2-x64.S:1176:expecting operand before ','; got nothing
sha2-x64.S:1176:invalid character '\' before operand 2
sha2-x64.S:1176:invalid character '\' in operand 2
sha2-x64.S:1177:invalid character '\' before operand 1
sha2-x64.S:1177:invalid character '\' in operand 1
sha2-x64.S:1177:junk `xb1' after expression
sha2-x64.S:1177:suffix or operands invalid for `pshuflw'
sha2-x64.S:1177:junk `xb1' after expression
sha2-x64.S:1177:suffix or operands invalid for `pshuflw'
sha2-x64.S:1177:junk `xb1' after expression
sha2-x64.S:1177:suffix or operands invalid for `pshufhw'
sha2-x64.S:1177:junk `xb1' after expression
sha2-x64.S:1177:suffix or operands invalid for `pshufhw'
sha2-x64.S:1177:expecting operand before ','; got nothing
sha2-x64.S:1177:expecting operand before ','; got nothing
sha2-x64.S:1177:expecting operand before ','; got nothing
sha2-x64.S:1177:expecting operand before ','; got nothing
sha2-x64.S:1177:invalid character '\' before operand 2
sha2-x64.S:1177:invalid character '\' in operand 2
sha2-x64.S:1178:invalid character '\' before operand 1
sha2-x64.S:1178:invalid character '\' in operand 1
sha2-x64.S:1178:junk `xb1' after expression
sha2-x64.S:1178:suffix or operands invalid for `pshuflw'
sha2-x64.S:1178:junk `xb1' after expression
sha2-x64.S:1178:suffix or operands invalid for `pshuflw'
sha2-x64.S:1178:junk `xb1' after expression
sha2-x64.S:1178:suffix or operands invalid for `pshufhw'
sha2-x64.S:1178:junk `xb1' after expression
sha2-x64.S:1178:suffix or operands invalid for `pshufhw'
sha2-x64.S:1178:expecting operand before ','; got nothing
sha2-x64.S:1178:expecting operand before ','; got nothing
sha2-x64.S:1178:expecting operand before ','; got nothing
sha2-x64.S:1178:expecting operand before ','; got nothing
sha2-x64.S:1178:invalid character '\' before operand 2
sha2-x64.S:1178:invalid character '\' in operand 2
sha2-x64.S:1179:invalid character '\' before operand 1
sha2-x64.S:1179:invalid character '\' in operand 1
sha2-x64.S:1179:junk `xb1' after expression
sha2-x64.S:1179:suffix or operands invalid for `pshuflw'
sha2-x64.S:1179:junk `xb1' after expression
sha2-x64.S:1179:suffix or operands invalid for `pshuflw'
sha2-x64.S:1179:junk `xb1' after expression
sha2-x64.S:1179:suffix or operands invalid for `pshufhw'
sha2-x64.S:1179:junk `xb1' after expression
sha2-x64.S:1179:suffix or operands invalid for `pshufhw'
sha2-x64.S:1179:expecting operand before ','; got nothing
sha2-x64.S:1179:expecting operand before ','; got nothing
sha2-x64.S:1179:expecting operand before ','; got nothing
sha2-x64.S:1179:expecting operand before ','; got nothing
sha2-x64.S:1179:invalid character '\' before operand 2
sha2-x64.S:1179:invalid character '\' in operand 2
sha2-x64.S:1180:invalid character '\' before operand 1
sha2-x64.S:1180:invalid character '\' in operand 1
sha2-x64.S:1180:junk `xb1' after expression
sha2-x64.S:1180:suffix or operands invalid for `pshuflw'
sha2-x64.S:1180:junk `xb1' after expression
sha2-x64.S:1180:suffix or operands invalid for `pshuflw'
sha2-x64.S:1180:junk `xb1' after expression
sha2-x64.S:1180:suffix or operands invalid for `pshufhw'
sha2-x64.S:1180:junk `xb1' after expression
sha2-x64.S:1180:suffix or operands invalid for `pshufhw'
sha2-x64.S:1180:expecting operand before ','; got nothing
sha2-x64.S:1180:expecting operand before ','; got nothing
sha2-x64.S:1180:expecting operand before ','; got nothing
sha2-x64.S:1180:expecting operand before ','; got nothing
sha2-x64.S:1180:invalid character '\' before operand 2
sha2-x64.S:1180:invalid character '\' in operand 2
sha2-x64.S:1181:invalid character '\' before operand 1
sha2-x64.S:1181:invalid character '\' in operand 1
sha2-x64.S:1181:junk `xb1' after expression
sha2-x64.S:1181:suffix or operands invalid for `pshuflw'
sha2-x64.S:1181:junk `xb1' after expression
sha2-x64.S:1181:suffix or operands invalid for `pshuflw'
sha2-x64.S:1181:junk `xb1' after expression
sha2-x64.S:1181:suffix or operands invalid for `pshufhw'
sha2-x64.S:1181:junk `xb1' after expression
sha2-x64.S:1181:suffix or operands invalid for `pshufhw'
sha2-x64.S:1181:expecting operand before ','; got nothing
sha2-x64.S:1181:expecting operand before ','; got nothing
sha2-x64.S:1181:expecting operand before ','; got nothing
sha2-x64.S:1181:expecting operand before ','; got nothing
sha2-x64.S:1181:invalid character '\' before operand 2
sha2-x64.S:1181:invalid character '\' in operand 2
sha2-x64.S:1652:invalid character '\' in operand 1
sha2-x64.S:1652:invalid character '\' in operand 1
sha2-x64.S:1652:expecting operand before ','; got nothing
sha2-x64.S:1652:expecting operand before ','; got nothing
sha2-x64.S:1652:expecting operand before ','; got nothing
sha2-x64.S:1652:expecting operand before ','; got nothing
sha2-x64.S:1652:invalid character '\' in operand 1
sha2-x64.S:1652:invalid character '\' in operand 1
sha2-x64.S:1652:expecting operand before ','; got nothing
sha2-x64.S:1652:expecting operand before ','; got nothing
sha2-x64.S:1652:invalid character '\' in operand 1
sha2-x64.S:1652:invalid character '\' in operand 1
sha2-x64.S:1652:expecting operand before ','; got nothing
sha2-x64.S:1652:expecting operand before ','; got nothing
sha2-x64.S:1652:expecting operand before ','; got nothing
sha2-x64.S:1652:expecting operand before ','; got nothing
sha2-x64.S:1652:invalid character '\' before operand 2
sha2-x64.S:1652:invalid character '\' in operand 2
sha2-x64.S:1653:invalid character '\' in operand 1
sha2-x64.S:1653:invalid character '\' in operand 1
sha2-x64.S:1653:expecting operand before ','; got nothing
sha2-x64.S:1653:expecting operand before ','; got nothing
sha2-x64.S:1653:expecting operand before ','; got nothing
sha2-x64.S:1653:expecting operand before ','; got nothing
sha2-x64.S:1653:invalid character '\' in operand 1
sha2-x64.S:1653:invalid character '\' in operand 1
sha2-x64.S:1653:expecting operand before ','; got nothing
sha2-x64.S:1653:expecting operand before ','; got nothing
sha2-x64.S:1653:invalid character '\' in operand 1
sha2-x64.S:1653:invalid character '\' in operand 1
sha2-x64.S:1653:expecting operand before ','; got nothing
sha2-x64.S:1653:expecting operand before ','; got nothing
sha2-x64.S:1653:expecting operand before ','; got nothing
sha2-x64.S:1653:expecting operand before ','; got nothing
sha2-x64.S:1653:invalid character '\' before operand 2
sha2-x64.S:1653:invalid character '\' in operand 2
sha2-x64.S:1654:invalid character '\' in operand 1
sha2-x64.S:1654:invalid character '\' in operand 1
sha2-x64.S:1654:expecting operand before ','; got nothing
sha2-x64.S:1654:expecting operand before ','; got nothing
sha2-x64.S:1654:expecting operand before ','; got nothing
sha2-x64.S:1654:expecting operand before ','; got nothing
sha2-x64.S:1654:invalid character '\' in operand 1
sha2-x64.S:1654:invalid character '\' in operand 1
sha2-x64.S:1654:expecting operand before ','; got nothing
sha2-x64.S:1654:expecting operand before ','; got nothing
sha2-x64.S:1654:invalid character '\' in operand 1
sha2-x64.S:1654:invalid character '\' in operand 1
sha2-x64.S:1654:expecting operand before ','; got nothing
sha2-x64.S:1654:expecting operand before ','; got nothing
sha2-x64.S:1654:expecting operand before ','; got nothing
sha2-x64.S:1654:expecting operand before ','; got nothing
sha2-x64.S:1654:invalid character '\' before operand 2
sha2-x64.S:1654:invalid character '\' in operand 2
sha2-x64.S:1655:invalid character '\' in operand 1
sha2-x64.S:1655:invalid character '\' in operand 1
sha2-x64.S:1655:expecting operand before ','; got nothing
sha2-x64.S:1655:expecting operand before ','; got nothing
sha2-x64.S:1655:expecting operand before ','; got nothing
sha2-x64.S:1655:expecting operand before ','; got nothing
sha2-x64.S:1655:invalid character '\' in operand 1
sha2-x64.S:1655:invalid character '\' in operand 1
sha2-x64.S:1655:expecting operand before ','; got nothing
sha2-x64.S:1655:expecting operand before ','; got nothing
sha2-x64.S:1655:invalid character '\' in operand 1
sha2-x64.S:1655:invalid character '\' in operand 1
sha2-x64.S:1655:expecting operand before ','; got nothing
sha2-x64.S:1655:expecting operand before ','; got nothing
sha2-x64.S:1655:expecting operand before ','; got nothing
sha2-x64.S:1655:expecting operand before ','; got nothing
sha2-x64.S:1655:invalid character '\' before operand 2
sha2-x64.S:1655:invalid character '\' in operand 2
sha2-x64.S:1656:invalid character '\' in operand 1
sha2-x64.S:1656:invalid character '\' in operand 1
sha2-x64.S:1656:expecting operand before ','; got nothing
sha2-x64.S:1656:expecting operand before ','; got nothing
sha2-x64.S:1656:expecting operand before ','; got nothing
sha2-x64.S:1656:expecting operand before ','; got nothing
sha2-x64.S:1656:invalid character '\' in operand 1
sha2-x64.S:1656:invalid character '\' in operand 1
sha2-x64.S:1656:expecting operand before ','; got nothing
sha2-x64.S:1656:expecting operand before ','; got nothing
sha2-x64.S:1656:invalid character '\' in operand 1
sha2-x64.S:1656:invalid character '\' in operand 1
sha2-x64.S:1656:expecting operand before ','; got nothing
sha2-x64.S:1656:expecting operand before ','; got nothing
sha2-x64.S:1656:expecting operand before ','; got nothing
sha2-x64.S:1656:expecting operand before ','; got nothing
sha2-x64.S:1656:invalid character '\' before operand 2
sha2-x64.S:1656:invalid character '\' in operand 2
sha2-x64.S:1657:invalid character '\' in operand 1
sha2-x64.S:1657:invalid character '\' in operand 1
sha2-x64.S:1657:expecting operand before ','; got nothing
sha2-x64.S:1657:expecting operand before ','; got nothing
sha2-x64.S:1657:expecting operand before ','; got nothing
sha2-x64.S:1657:expecting operand before ','; got nothing
sha2-x64.S:1657:invalid character '\' in operand 1
sha2-x64.S:1657:invalid character '\' in operand 1
sha2-x64.S:1657:expecting operand before ','; got nothing
sha2-x64.S:1657:expecting operand before ','; got nothing
sha2-x64.S:1657:invalid character '\' in operand 1
sha2-x64.S:1657:invalid character '\' in operand 1
sha2-x64.S:1657:expecting operand before ','; got nothing
sha2-x64.S:1657:expecting operand before ','; got nothing
sha2-x64.S:1657:expecting operand before ','; got nothing
sha2-x64.S:1657:expecting operand before ','; got nothing
sha2-x64.S:1657:invalid character '\' before operand 2
sha2-x64.S:1657:invalid character '\' in operand 2
sha2-x64.S:1658:invalid character '\' in operand 1
sha2-x64.S:1658:invalid character '\' in operand 1
sha2-x64.S:1658:expecting operand before ','; got nothing
sha2-x64.S:1658:expecting operand before ','; got nothing
sha2-x64.S:1658:expecting operand before ','; got nothing
sha2-x64.S:1658:expecting operand before ','; got nothing
sha2-x64.S:1658:invalid character '\' in operand 1
sha2-x64.S:1658:invalid character '\' in operand 1
sha2-x64.S:1658:expecting operand before ','; got nothing
sha2-x64.S:1658:expecting operand before ','; got nothing
sha2-x64.S:1658:invalid character '\' in operand 1
sha2-x64.S:1658:invalid character '\' in operand 1
sha2-x64.S:1658:expecting operand before ','; got nothing
sha2-x64.S:1658:expecting operand before ','; got nothing
sha2-x64.S:1658:expecting operand before ','; got nothing
sha2-x64.S:1658:expecting operand before ','; got nothing
sha2-x64.S:1658:invalid character '\' before operand 2
sha2-x64.S:1658:invalid character '\' in operand 2
sha2-x64.S:1659:invalid character '\' in operand 1
sha2-x64.S:1659:invalid character '\' in operand 1
sha2-x64.S:1659:expecting operand before ','; got nothing
sha2-x64.S:1659:expecting operand before ','; got nothing
sha2-x64.S:1659:expecting operand before ','; got nothing
sha2-x64.S:1659:expecting operand before ','; got nothing
sha2-x64.S:1659:invalid character '\' in operand 1
sha2-x64.S:1659:invalid character '\' in operand 1
sha2-x64.S:1659:expecting operand before ','; got nothing
sha2-x64.S:1659:expecting operand before ','; got nothing
sha2-x64.S:1659:invalid character '\' in operand 1
sha2-x64.S:1659:invalid character '\' in operand 1
sha2-x64.S:1659:expecting operand before ','; got nothing
sha2-x64.S:1659:expecting operand before ','; got nothing
sha2-x64.S:1659:expecting operand before ','; got nothing
sha2-x64.S:1659:expecting operand before ','; got nothing
sha2-x64.S:1659:invalid character '\' before operand 2
sha2-x64.S:1659:invalid character '\' in operand 2
sha2-x64.S:1660:invalid character '\' in operand 1
sha2-x64.S:1660:invalid character '\' in operand 1
sha2-x64.S:1660:expecting operand before ','; got nothing
sha2-x64.S:1660:expecting operand before ','; got nothing
sha2-x64.S:1660:expecting operand before ','; got nothing
sha2-x64.S:1660:expecting operand before ','; got nothing
sha2-x64.S:1660:invalid character '\' in operand 1
sha2-x64.S:1660:invalid character '\' in operand 1
sha2-x64.S:1660:expecting operand before ','; got nothing
sha2-x64.S:1660:expecting operand before ','; got nothing
sha2-x64.S:1660:invalid character '\' in operand 1
sha2-x64.S:1660:invalid character '\' in operand 1
sha2-x64.S:1660:expecting operand before ','; got nothing
sha2-x64.S:1660:expecting operand before ','; got nothing
sha2-x64.S:1660:expecting operand before ','; got nothing
sha2-x64.S:1660:expecting operand before ','; got nothing
sha2-x64.S:1660:invalid character '\' before operand 2
sha2-x64.S:1660:invalid character '\' in operand 2
sha2-x64.S:1661:invalid character '\' in operand 1
sha2-x64.S:1661:invalid character '\' in operand 1
sha2-x64.S:1661:expecting operand before ','; got nothing
sha2-x64.S:1661:expecting operand before ','; got nothing
sha2-x64.S:1661:expecting operand before ','; got nothing
sha2-x64.S:1661:expecting operand before ','; got nothing
sha2-x64.S:1661:invalid character '\' in operand 1
sha2-x64.S:1661:invalid character '\' in operand 1
sha2-x64.S:1661:expecting operand before ','; got nothing
sha2-x64.S:1661:expecting operand before ','; got nothing
sha2-x64.S:1661:invalid character '\' in operand 1
sha2-x64.S:1661:invalid character '\' in operand 1
sha2-x64.S:1661:expecting operand before ','; got nothing
sha2-x64.S:1661:expecting operand before ','; got nothing
sha2-x64.S:1661:expecting operand before ','; got nothing
sha2-x64.S:1661:expecting operand before ','; got nothing
sha2-x64.S:1661:invalid character '\' before operand 2
sha2-x64.S:1661:invalid character '\' in operand 2
sha2-x64.S:1662:invalid character '\' in operand 1
sha2-x64.S:1662:invalid character '\' in operand 1
sha2-x64.S:1662:expecting operand before ','; got nothing
sha2-x64.S:1662:expecting operand before ','; got nothing
sha2-x64.S:1662:expecting operand before ','; got nothing
sha2-x64.S:1662:expecting operand before ','; got nothing
sha2-x64.S:1662:invalid character '\' in operand 1
sha2-x64.S:1662:invalid character '\' in operand 1
sha2-x64.S:1662:expecting operand before ','; got nothing
sha2-x64.S:1662:expecting operand before ','; got nothing
sha2-x64.S:1662:invalid character '\' in operand 1
sha2-x64.S:1662:invalid character '\' in operand 1
sha2-x64.S:1662:expecting operand before ','; got nothing
sha2-x64.S:1662:expecting operand before ','; got nothing
sha2-x64.S:1662:expecting operand before ','; got nothing
sha2-x64.S:1662:expecting operand before ','; got nothing
sha2-x64.S:1662:invalid character '\' before operand 2
sha2-x64.S:1662:invalid character '\' in operand 2
sha2-x64.S:1663:invalid character '\' in operand 1
sha2-x64.S:1663:invalid character '\' in operand 1
sha2-x64.S:1663:expecting operand before ','; got nothing
sha2-x64.S:1663:expecting operand before ','; got nothing
sha2-x64.S:1663:expecting operand before ','; got nothing
sha2-x64.S:1663:expecting operand before ','; got nothing
sha2-x64.S:1663:invalid character '\' in operand 1
sha2-x64.S:1663:invalid character '\' in operand 1
sha2-x64.S:1663:expecting operand before ','; got nothing
sha2-x64.S:1663:expecting operand before ','; got nothing
sha2-x64.S:1663:invalid character '\' in operand 1
sha2-x64.S:1663:invalid character '\' in operand 1
sha2-x64.S:1663:expecting operand before ','; got nothing
sha2-x64.S:1663:expecting operand before ','; got nothing
sha2-x64.S:1663:expecting operand before ','; got nothing
sha2-x64.S:1663:expecting operand before ','; got nothing
sha2-x64.S:1663:invalid character '\' before operand 2
sha2-x64.S:1663:invalid character '\' in operand 2
sha2-x64.S:1664:invalid character '\' in operand 1
sha2-x64.S:1664:invalid character '\' in operand 1
sha2-x64.S:1664:expecting operand before ','; got nothing
sha2-x64.S:1664:expecting operand before ','; got nothing
sha2-x64.S:1664:expecting operand before ','; got nothing
sha2-x64.S:1664:expecting operand before ','; got nothing
sha2-x64.S:1664:invalid character '\' in operand 1
sha2-x64.S:1664:invalid character '\' in operand 1
sha2-x64.S:1664:expecting operand before ','; got nothing
sha2-x64.S:1664:expecting operand before ','; got nothing
sha2-x64.S:1664:invalid character '\' in operand 1
sha2-x64.S:1664:invalid character '\' in operand 1
sha2-x64.S:1664:expecting operand before ','; got nothing
sha2-x64.S:1664:expecting operand before ','; got nothing
sha2-x64.S:1664:expecting operand before ','; got nothing
sha2-x64.S:1664:expecting operand before ','; got nothing
sha2-x64.S:1664:invalid character '\' before operand 2
sha2-x64.S:1664:invalid character '\' in operand 2
sha2-x64.S:1665:invalid character '\' in operand 1
sha2-x64.S:1665:invalid character '\' in operand 1
sha2-x64.S:1665:expecting operand before ','; got nothing
sha2-x64.S:1665:expecting operand before ','; got nothing
sha2-x64.S:1665:expecting operand before ','; got nothing
sha2-x64.S:1665:expecting operand before ','; got nothing
sha2-x64.S:1665:invalid character '\' in operand 1
sha2-x64.S:1665:invalid character '\' in operand 1
sha2-x64.S:1665:expecting operand before ','; got nothing
sha2-x64.S:1665:expecting operand before ','; got nothing
sha2-x64.S:1665:invalid character '\' in operand 1
sha2-x64.S:1665:invalid character '\' in operand 1
sha2-x64.S:1665:expecting operand before ','; got nothing
sha2-x64.S:1665:expecting operand before ','; got nothing
sha2-x64.S:1665:expecting operand before ','; got nothing
sha2-x64.S:1665:expecting operand before ','; got nothing
sha2-x64.S:1665:invalid character '\' before operand 2
sha2-x64.S:1665:invalid character '\' in operand 2
sha2-x64.S:1667:invalid character '\' in operand 1
sha2-x64.S:1667:invalid character '\' in operand 1
sha2-x64.S:1667:expecting operand before ','; got nothing
sha2-x64.S:1667:expecting operand before ','; got nothing
sha2-x64.S:1667:expecting operand before ','; got nothing
sha2-x64.S:1667:expecting operand before ','; got nothing
sha2-x64.S:1667:invalid character '\' in operand 1
sha2-x64.S:1667:invalid character '\' in operand 1
sha2-x64.S:1667:expecting operand before ','; got nothing
sha2-x64.S:1667:expecting operand before ','; got nothing
sha2-x64.S:1667:invalid character '\' in operand 1
sha2-x64.S:1667:invalid character '\' in operand 1
sha2-x64.S:1667:expecting operand before ','; got nothing
sha2-x64.S:1667:expecting operand before ','; got nothing
sha2-x64.S:1667:expecting operand before ','; got nothing
sha2-x64.S:1667:expecting operand before ','; got nothing
sha2-x64.S:1667:invalid character '\' before operand 2
sha2-x64.S:1667:invalid character '\' in operand 2
sha2-x64.S:1668:invalid character '\' in operand 1
sha2-x64.S:1668:invalid character '\' in operand 1
sha2-x64.S:1668:expecting operand before ','; got nothing
sha2-x64.S:1668:expecting operand before ','; got nothing
sha2-x64.S:1668:expecting operand before ','; got nothing
sha2-x64.S:1668:expecting operand before ','; got nothing
sha2-x64.S:1668:invalid character '\' in operand 1
sha2-x64.S:1668:invalid character '\' in operand 1
sha2-x64.S:1668:expecting operand before ','; got nothing
sha2-x64.S:1668:expecting operand before ','; got nothing
sha2-x64.S:1668:invalid character '\' in operand 1
sha2-x64.S:1668:invalid character '\' in operand 1
sha2-x64.S:1668:expecting operand before ','; got nothing
sha2-x64.S:1668:expecting operand before ','; got nothing
sha2-x64.S:1668:expecting operand before ','; got nothing
sha2-x64.S:1668:expecting operand before ','; got nothing
sha2-x64.S:1668:invalid character '\' before operand 2
sha2-x64.S:1668:invalid character '\' in operand 2
sha2-x64.S:1687:invalid character '\' in operand 1
sha2-x64.S:1687:expecting operand before ','; got nothing
sha2-x64.S:1687:invalid character '\' in operand 1
sha2-x64.S:1687:expecting operand before ','; got nothing
sha2-x64.S:1687:expecting operand before ','; got nothing
sha2-x64.S:1687:expecting operand before ','; got nothing
sha2-x64.S:1687:expecting operand before ','; got nothing
sha2-x64.S:1687:expecting operand before ','; got nothing
sha2-x64.S:1687:expecting operand before ','; got nothing
sha2-x64.S:1688:invalid character '\' in operand 1
sha2-x64.S:1688:expecting operand before ','; got nothing
sha2-x64.S:1688:invalid character '\' in operand 1
sha2-x64.S:1688:expecting operand before ','; got nothing
sha2-x64.S:1688:expecting operand before ','; got nothing
sha2-x64.S:1688:expecting operand before ','; got nothing
sha2-x64.S:1688:expecting operand before ','; got nothing
sha2-x64.S:1688:expecting operand before ','; got nothing
sha2-x64.S:1688:expecting operand before ','; got nothing
sha2-x64.S:1689:invalid character '\' in operand 1
sha2-x64.S:1689:expecting operand before ','; got nothing
sha2-x64.S:1689:invalid character '\' in operand 1
sha2-x64.S:1689:expecting operand before ','; got nothing
sha2-x64.S:1689:expecting operand before ','; got nothing
sha2-x64.S:1689:expecting operand before ','; got nothing
sha2-x64.S:1689:expecting operand before ','; got nothing
sha2-x64.S:1689:expecting operand before ','; got nothing
sha2-x64.S:1689:expecting operand before ','; got nothing
sha2-x64.S:1691:invalid character '\' in operand 1
sha2-x64.S:1691:expecting operand before ','; got nothing
sha2-x64.S:1691:invalid character '\' in operand 1
sha2-x64.S:1691:expecting operand before ','; got nothing
sha2-x64.S:1691:expecting operand before ','; got nothing
sha2-x64.S:1691:expecting operand before ','; got nothing
sha2-x64.S:1691:expecting operand before ','; got nothing
sha2-x64.S:1691:expecting operand before ','; got nothing
sha2-x64.S:1691:expecting operand before ','; got nothing
sha2-x64.S:1692:invalid character '\' in operand 1
sha2-x64.S:1692:expecting operand before ','; got nothing
sha2-x64.S:1692:invalid character '\' in operand 1
sha2-x64.S:1692:expecting operand before ','; got nothing
sha2-x64.S:1692:expecting operand before ','; got nothing
sha2-x64.S:1692:expecting operand before ','; got nothing
sha2-x64.S:1692:expecting operand before ','; got nothing
sha2-x64.S:1692:expecting operand before ','; got nothing
sha2-x64.S:1692:expecting operand before ','; got nothing
sha2-x64.S:1692:invalid character '\' in operand 1
sha2-x64.S:1692:expecting operand before ','; got nothing
sha2-x64.S:1692:invalid character '\' in operand 1
sha2-x64.S:1692:expecting operand before ','; got nothing
sha2-x64.S:1692:expecting operand before ','; got nothing
sha2-x64.S:1692:expecting operand before ','; got nothing
sha2-x64.S:1692:expecting operand before ','; got nothing
sha2-x64.S:1692:expecting operand before ','; got nothing
sha2-x64.S:1692:expecting operand before ','; got nothing
sha2-x64.S:1692:invalid character '\' in operand 1
sha2-x64.S:1692:expecting operand before ','; got nothing
sha2-x64.S:1692:invalid character '\' in operand 1
sha2-x64.S:1692:expecting operand before ','; got nothing
sha2-x64.S:1692:expecting operand before ','; got nothing
sha2-x64.S:1692:expecting operand before ','; got nothing
sha2-x64.S:1692:expecting operand before ','; got nothing
sha2-x64.S:1692:expecting operand before ','; got nothing
sha2-x64.S:1692:expecting operand before ','; got nothing
sha2-x64.S:1692:invalid character '\' in operand 1
sha2-x64.S:1692:expecting operand before ','; got nothing
sha2-x64.S:1692:invalid character '\' in operand 1
sha2-x64.S:1692:expecting operand before ','; got nothing
sha2-x64.S:1692:expecting operand before ','; got nothing
sha2-x64.S:1692:expecting operand before ','; got nothing
sha2-x64.S:1692:expecting operand before ','; got nothing
sha2-x64.S:1692:expecting operand before ','; got nothing
sha2-x64.S:1692:expecting operand before ','; got nothing
sha2-x64.S:1693:invalid character '\' in operand 1
sha2-x64.S:1693:expecting operand before ','; got nothing
sha2-x64.S:1693:invalid character '\' in operand 1
sha2-x64.S:1693:expecting operand before ','; got nothing
sha2-x64.S:1693:expecting operand before ','; got nothing
sha2-x64.S:1693:expecting operand before ','; got nothing
sha2-x64.S:1693:expecting operand before ','; got nothing
sha2-x64.S:1693:expecting operand before ','; got nothing
sha2-x64.S:1693:expecting operand before ','; got nothing
sha2-x64.S:1693:invalid character '\' in operand 1
sha2-x64.S:1693:expecting operand before ','; got nothing
sha2-x64.S:1693:invalid character '\' in operand 1
sha2-x64.S:1693:expecting operand before ','; got nothing
sha2-x64.S:1693:expecting operand before ','; got nothing
sha2-x64.S:1693:expecting operand before ','; got nothing
sha2-x64.S:1693:expecting operand before ','; got nothing
sha2-x64.S:1693:expecting operand before ','; got nothing
sha2-x64.S:1693:expecting operand before ','; got nothing
sha2-x64.S:1693:invalid character '\' in operand 1
sha2-x64.S:1693:expecting operand before ','; got nothing
sha2-x64.S:1693:invalid character '\' in operand 1
sha2-x64.S:1693:expecting operand before ','; got nothing
sha2-x64.S:1693:expecting operand before ','; got nothing
sha2-x64.S:1693:expecting operand before ','; got nothing
sha2-x64.S:1693:expecting operand before ','; got nothing
sha2-x64.S:1693:expecting operand before ','; got nothing
sha2-x64.S:1693:expecting operand before ','; got nothing
sha2-x64.S:1693:invalid character '\' in operand 1
sha2-x64.S:1693:expecting operand before ','; got nothing
sha2-x64.S:1693:invalid character '\' in operand 1
sha2-x64.S:1693:expecting operand before ','; got nothing
sha2-x64.S:1693:expecting operand before ','; got nothing
sha2-x64.S:1693:expecting operand before ','; got nothing
sha2-x64.S:1693:expecting operand before ','; got nothing
sha2-x64.S:1693:expecting operand before ','; got nothing
sha2-x64.S:1693:expecting operand before ','; got nothing
sha2-x64.S:1694:invalid character '\' in operand 1
sha2-x64.S:1694:expecting operand before ','; got nothing
sha2-x64.S:1694:invalid character '\' in operand 1
sha2-x64.S:1694:expecting operand before ','; got nothing
sha2-x64.S:1694:expecting operand before ','; got nothing
sha2-x64.S:1694:expecting operand before ','; got nothing
sha2-x64.S:1694:expecting operand before ','; got nothing
sha2-x64.S:1694:expecting operand before ','; got nothing
sha2-x64.S:1694:expecting operand before ','; got nothing
sha2-x64.S:1694:invalid character '\' in operand 1
sha2-x64.S:1694:expecting operand before ','; got nothing
sha2-x64.S:1694:invalid character '\' in operand 1
sha2-x64.S:1694:expecting operand before ','; got nothing
sha2-x64.S:1694:expecting operand before ','; got nothing
sha2-x64.S:1694:expecting operand before ','; got nothing
sha2-x64.S:1694:expecting operand before ','; got nothing
sha2-x64.S:1694:expecting operand before ','; got nothing
sha2-x64.S:1694:expecting operand before ','; got nothing
sha2-x64.S:1694:invalid character '\' in operand 1
sha2-x64.S:1694:expecting operand before ','; got nothing
sha2-x64.S:1694:invalid character '\' in operand 1
sha2-x64.S:1694:expecting operand before ','; got nothing
sha2-x64.S:1694:expecting operand before ','; got nothing
sha2-x64.S:1694:expecting operand before ','; got nothing
sha2-x64.S:1694:expecting operand before ','; got nothing
sha2-x64.S:1694:expecting operand before ','; got nothing
sha2-x64.S:1694:expecting operand before ','; got nothing
sha2-x64.S:1694:invalid character '\' in operand 1
sha2-x64.S:1694:expecting operand before ','; got nothing
sha2-x64.S:1694:invalid character '\' in operand 1
sha2-x64.S:1694:expecting operand before ','; got nothing
sha2-x64.S:1694:expecting operand before ','; got nothing
sha2-x64.S:1694:expecting operand before ','; got nothing
sha2-x64.S:1694:expecting operand before ','; got nothing
sha2-x64.S:1694:expecting operand before ','; got nothing
sha2-x64.S:1694:expecting operand before ','; got nothing
sha2-x64.S:1695:invalid character '\' in operand 1
sha2-x64.S:1695:expecting operand before ','; got nothing
sha2-x64.S:1695:invalid character '\' in operand 1
sha2-x64.S:1695:expecting operand before ','; got nothing
sha2-x64.S:1695:expecting operand before ','; got nothing
sha2-x64.S:1695:expecting operand before ','; got nothing
sha2-x64.S:1695:expecting operand before ','; got nothing
sha2-x64.S:1695:expecting operand before ','; got nothing
sha2-x64.S:1695:expecting operand before ','; got nothing
sha2-x64.S:1695:invalid character '\' in operand 1
sha2-x64.S:1695:expecting operand before ','; got nothing
sha2-x64.S:1695:invalid character '\' in operand 1
sha2-x64.S:1695:expecting operand before ','; got nothing
sha2-x64.S:1695:expecting operand before ','; got nothing
sha2-x64.S:1695:expecting operand before ','; got nothing
sha2-x64.S:1695:expecting operand before ','; got nothing
sha2-x64.S:1695:expecting operand before ','; got nothing
sha2-x64.S:1695:expecting operand before ','; got nothing
sha2-x64.S:1695:invalid character '\' in operand 1
sha2-x64.S:1695:expecting operand before ','; got nothing
sha2-x64.S:1695:invalid character '\' in operand 1
sha2-x64.S:1695:expecting operand before ','; got nothing
sha2-x64.S:1695:expecting operand before ','; got nothing
sha2-x64.S:1695:expecting operand before ','; got nothing
sha2-x64.S:1695:expecting operand before ','; got nothing
sha2-x64.S:1695:expecting operand before ','; got nothing
sha2-x64.S:1695:expecting operand before ','; got nothing
sha2-x64.S:1695:invalid character '\' in operand 1
sha2-x64.S:1695:expecting operand before ','; got nothing
sha2-x64.S:1695:invalid character '\' in operand 1
sha2-x64.S:1695:expecting operand before ','; got nothing
sha2-x64.S:1695:expecting operand before ','; got nothing
sha2-x64.S:1695:expecting operand before ','; got nothing
sha2-x64.S:1695:expecting operand before ','; got nothing
sha2-x64.S:1695:expecting operand before ','; got nothing
sha2-x64.S:1695:expecting operand before ','; got nothing
sha2-x64.S:1696:invalid character '\' in operand 1
sha2-x64.S:1696:expecting operand before ','; got nothing
sha2-x64.S:1696:invalid character '\' in operand 1
sha2-x64.S:1696:expecting operand before ','; got nothing
sha2-x64.S:1696:expecting operand before ','; got nothing
sha2-x64.S:1696:expecting operand before ','; got nothing
sha2-x64.S:1696:expecting operand before ','; got nothing
sha2-x64.S:1696:expecting operand before ','; got nothing
sha2-x64.S:1696:expecting operand before ','; got nothing
sha2-x64.S:1696:invalid character '\' in operand 1
sha2-x64.S:1696:expecting operand before ','; got nothing
sha2-x64.S:1696:invalid character '\' in operand 1
sha2-x64.S:1696:expecting operand before ','; got nothing
sha2-x64.S:1696:expecting operand before ','; got nothing
sha2-x64.S:1696:expecting operand before ','; got nothing
sha2-x64.S:1696:expecting operand before ','; got nothing
sha2-x64.S:1696:expecting operand before ','; got nothing
sha2-x64.S:1696:expecting operand before ','; got nothing
sha2-x64.S:1696:invalid character '\' in operand 1
sha2-x64.S:1696:expecting operand before ','; got nothing
sha2-x64.S:1696:invalid character '\' in operand 1
sha2-x64.S:1696:expecting operand before ','; got nothing
sha2-x64.S:1696:expecting operand before ','; got nothing
sha2-x64.S:1696:expecting operand before ','; got nothing
sha2-x64.S:1696:expecting operand before ','; got nothing
sha2-x64.S:1696:expecting operand before ','; got nothing
sha2-x64.S:1696:expecting operand before ','; got nothing
sha2-x64.S:1696:invalid character '\' in operand 1
sha2-x64.S:1696:expecting operand before ','; got nothing
sha2-x64.S:1696:invalid character '\' in operand 1
sha2-x64.S:1696:expecting operand before ','; got nothing
sha2-x64.S:1696:expecting operand before ','; got nothing
sha2-x64.S:1696:expecting operand before ','; got nothing
sha2-x64.S:1696:expecting operand before ','; got nothing
sha2-x64.S:1696:expecting operand before ','; got nothing
sha2-x64.S:1696:expecting operand before ','; got nothing
sha2-x64.S:1697:invalid character '\' in operand 1
sha2-x64.S:1697:expecting operand before ','; got nothing
sha2-x64.S:1697:invalid character '\' in operand 1
sha2-x64.S:1697:expecting operand before ','; got nothing
sha2-x64.S:1697:expecting operand before ','; got nothing
sha2-x64.S:1697:expecting operand before ','; got nothing
sha2-x64.S:1697:expecting operand before ','; got nothing
sha2-x64.S:1697:expecting operand before ','; got nothing
sha2-x64.S:1697:expecting operand before ','; got nothing
sha2-x64.S:1697:invalid character '\' in operand 1
sha2-x64.S:1697:expecting operand before ','; got nothing
sha2-x64.S:1697:invalid character '\' in operand 1
sha2-x64.S:1697:expecting operand before ','; got nothing
sha2-x64.S:1697:expecting operand before ','; got nothing
sha2-x64.S:1697:expecting operand before ','; got nothing
sha2-x64.S:1697:expecting operand before ','; got nothing
sha2-x64.S:1697:expecting operand before ','; got nothing
sha2-x64.S:1697:expecting operand before ','; got nothing
sha2-x64.S:1697:invalid character '\' in operand 1
sha2-x64.S:1697:expecting operand before ','; got nothing
sha2-x64.S:1697:invalid character '\' in operand 1
sha2-x64.S:1697:expecting operand before ','; got nothing
sha2-x64.S:1697:expecting operand before ','; got nothing
sha2-x64.S:1697:expecting operand before ','; got nothing
sha2-x64.S:1697:expecting operand before ','; got nothing
sha2-x64.S:1697:expecting operand before ','; got nothing
sha2-x64.S:1697:expecting operand before ','; got nothing
sha2-x64.S:1697:invalid character '\' in operand 1
sha2-x64.S:1697:expecting operand before ','; got nothing
sha2-x64.S:1697:invalid character '\' in operand 1
sha2-x64.S:1697:expecting operand before ','; got nothing
sha2-x64.S:1697:expecting operand before ','; got nothing
sha2-x64.S:1697:expecting operand before ','; got nothing
sha2-x64.S:1697:expecting operand before ','; got nothing
sha2-x64.S:1697:expecting operand before ','; got nothing
sha2-x64.S:1697:expecting operand before ','; got nothing
sha2-x64.S:1698:invalid character '\' in operand 1
sha2-x64.S:1698:expecting operand before ','; got nothing
sha2-x64.S:1698:invalid character '\' in operand 1
sha2-x64.S:1698:expecting operand before ','; got nothing
sha2-x64.S:1698:expecting operand before ','; got nothing
sha2-x64.S:1698:expecting operand before ','; got nothing
sha2-x64.S:1698:expecting operand before ','; got nothing
sha2-x64.S:1698:expecting operand before ','; got nothing
sha2-x64.S:1698:expecting operand before ','; got nothing
sha2-x64.S:1698:invalid character '\' in operand 1
sha2-x64.S:1698:expecting operand before ','; got nothing
sha2-x64.S:1698:invalid character '\' in operand 1
sha2-x64.S:1698:expecting operand before ','; got nothing
sha2-x64.S:1698:expecting operand before ','; got nothing
sha2-x64.S:1698:expecting operand before ','; got nothing
sha2-x64.S:1698:expecting operand before ','; got nothing
sha2-x64.S:1698:expecting operand before ','; got nothing
sha2-x64.S:1698:expecting operand before ','; got nothing
sha2-x64.S:1698:invalid character '\' in operand 1
sha2-x64.S:1698:expecting operand before ','; got nothing
sha2-x64.S:1698:invalid character '\' in operand 1
sha2-x64.S:1698:expecting operand before ','; got nothing
sha2-x64.S:1698:expecting operand before ','; got nothing
sha2-x64.S:1698:expecting operand before ','; got nothing
sha2-x64.S:1698:expecting operand before ','; got nothing
sha2-x64.S:1698:expecting operand before ','; got nothing
sha2-x64.S:1698:expecting operand before ','; got nothing
sha2-x64.S:1698:invalid character '\' in operand 1
sha2-x64.S:1698:expecting operand before ','; got nothing
sha2-x64.S:1698:invalid character '\' in operand 1
sha2-x64.S:1698:expecting operand before ','; got nothing
sha2-x64.S:1698:expecting operand before ','; got nothing
sha2-x64.S:1698:expecting operand before ','; got nothing
sha2-x64.S:1698:expecting operand before ','; got nothing
sha2-x64.S:1698:expecting operand before ','; got nothing
sha2-x64.S:1698:expecting operand before ','; got nothing
sha2-x64.S:1699:invalid character '\' in operand 1
sha2-x64.S:1699:expecting operand before ','; got nothing
sha2-x64.S:1699:invalid character '\' in operand 1
sha2-x64.S:1699:expecting operand before ','; got nothing
sha2-x64.S:1699:expecting operand before ','; got nothing
sha2-x64.S:1699:expecting operand before ','; got nothing
sha2-x64.S:1699:expecting operand before ','; got nothing
sha2-x64.S:1699:expecting operand before ','; got nothing
sha2-x64.S:1699:expecting operand before ','; got nothing
sha2-x64.S:1699:invalid character '\' in operand 1
sha2-x64.S:1699:expecting operand before ','; got nothing
sha2-x64.S:1699:invalid character '\' in operand 1
sha2-x64.S:1699:expecting operand before ','; got nothing
sha2-x64.S:1699:expecting operand before ','; got nothing
sha2-x64.S:1699:expecting operand before ','; got nothing
sha2-x64.S:1699:expecting operand before ','; got nothing
sha2-x64.S:1699:expecting operand before ','; got nothing
sha2-x64.S:1699:expecting operand before ','; got nothing
sha2-x64.S:1699:invalid character '\' in operand 1
sha2-x64.S:1699:expecting operand before ','; got nothing
sha2-x64.S:1699:invalid character '\' in operand 1
sha2-x64.S:1699:expecting operand before ','; got nothing
sha2-x64.S:1699:expecting operand before ','; got nothing
sha2-x64.S:1699:expecting operand before ','; got nothing
sha2-x64.S:1699:expecting operand before ','; got nothing
sha2-x64.S:1699:expecting operand before ','; got nothing
sha2-x64.S:1699:expecting operand before ','; got nothing
sha2-x64.S:1699:invalid character '\' in operand 1
sha2-x64.S:1699:expecting operand before ','; got nothing
sha2-x64.S:1699:invalid character '\' in operand 1
sha2-x64.S:1699:expecting operand before ','; got nothing
sha2-x64.S:1699:expecting operand before ','; got nothing
sha2-x64.S:1699:expecting operand before ','; got nothing
sha2-x64.S:1699:expecting operand before ','; got nothing
sha2-x64.S:1699:expecting operand before ','; got nothing
sha2-x64.S:1699:expecting operand before ','; got nothing
sha2-x64.S:1700:invalid character '\' in operand 1
sha2-x64.S:1700:expecting operand before ','; got nothing
sha2-x64.S:1700:invalid character '\' in operand 1
sha2-x64.S:1700:expecting operand before ','; got nothing
sha2-x64.S:1700:expecting operand before ','; got nothing
sha2-x64.S:1700:expecting operand before ','; got nothing
sha2-x64.S:1700:expecting operand before ','; got nothing
sha2-x64.S:1700:expecting operand before ','; got nothing
sha2-x64.S:1700:expecting operand before ','; got nothing
sha2-x64.S:1700:invalid character '\' in operand 1
sha2-x64.S:1700:expecting operand before ','; got nothing
sha2-x64.S:1700:invalid character '\' in operand 1
sha2-x64.S:1700:expecting operand before ','; got nothing
sha2-x64.S:1700:expecting operand before ','; got nothing
sha2-x64.S:1700:expecting operand before ','; got nothing
sha2-x64.S:1700:expecting operand before ','; got nothing
sha2-x64.S:1700:expecting operand before ','; got nothing
sha2-x64.S:1700:expecting operand before ','; got nothing
sha2-x64.S:1700:invalid character '\' in operand 1
sha2-x64.S:1700:expecting operand before ','; got nothing
sha2-x64.S:1700:invalid character '\' in operand 1
sha2-x64.S:1700:expecting operand before ','; got nothing
sha2-x64.S:1700:expecting operand before ','; got nothing
sha2-x64.S:1700:expecting operand before ','; got nothing
sha2-x64.S:1700:expecting operand before ','; got nothing
sha2-x64.S:1700:expecting operand before ','; got nothing
sha2-x64.S:1700:expecting operand before ','; got nothing
sha2-x64.S:1700:invalid character '\' in operand 1
sha2-x64.S:1700:expecting operand before ','; got nothing
sha2-x64.S:1700:invalid character '\' in operand 1
sha2-x64.S:1700:expecting operand before ','; got nothing
sha2-x64.S:1700:expecting operand before ','; got nothing
sha2-x64.S:1700:expecting operand before ','; got nothing
sha2-x64.S:1700:expecting operand before ','; got nothing
sha2-x64.S:1700:expecting operand before ','; got nothing
sha2-x64.S:1700:expecting operand before ','; got nothing
sha2-x64.S:1701:invalid character '\' in operand 1
sha2-x64.S:1701:expecting operand before ','; got nothing
sha2-x64.S:1701:invalid character '\' in operand 1
sha2-x64.S:1701:expecting operand before ','; got nothing
sha2-x64.S:1701:expecting operand before ','; got nothing
sha2-x64.S:1701:expecting operand before ','; got nothing
sha2-x64.S:1701:expecting operand before ','; got nothing
sha2-x64.S:1701:expecting operand before ','; got nothing
sha2-x64.S:1701:expecting operand before ','; got nothing
sha2-x64.S:1701:invalid character '\' in operand 1
sha2-x64.S:1701:expecting operand before ','; got nothing
sha2-x64.S:1701:invalid character '\' in operand 1
sha2-x64.S:1701:expecting operand before ','; got nothing
sha2-x64.S:1701:expecting operand before ','; got nothing
sha2-x64.S:1701:expecting operand before ','; got nothing
sha2-x64.S:1701:expecting operand before ','; got nothing
sha2-x64.S:1701:expecting operand before ','; got nothing
sha2-x64.S:1701:expecting operand before ','; got nothing
sha2-x64.S:1701:invalid character '\' in operand 1
sha2-x64.S:1701:expecting operand before ','; got nothing
sha2-x64.S:1701:invalid character '\' in operand 1
sha2-x64.S:1701:expecting operand before ','; got nothing
sha2-x64.S:1701:expecting operand before ','; got nothing
sha2-x64.S:1701:expecting operand before ','; got nothing
sha2-x64.S:1701:expecting operand before ','; got nothing
sha2-x64.S:1701:expecting operand before ','; got nothing
sha2-x64.S:1701:expecting operand before ','; got nothing
sha2-x64.S:1701:invalid character '\' in operand 1
sha2-x64.S:1701:expecting operand before ','; got nothing
sha2-x64.S:1701:invalid character '\' in operand 1
sha2-x64.S:1701:expecting operand before ','; got nothing
sha2-x64.S:1701:expecting operand before ','; got nothing
sha2-x64.S:1701:expecting operand before ','; got nothing
sha2-x64.S:1701:expecting operand before ','; got nothing
sha2-x64.S:1701:expecting operand before ','; got nothing
sha2-x64.S:1701:expecting operand before ','; got nothing
sha2-x64.S:1702:invalid character '\' in operand 1
sha2-x64.S:1702:expecting operand before ','; got nothing
sha2-x64.S:1702:invalid character '\' in operand 1
sha2-x64.S:1702:expecting operand before ','; got nothing
sha2-x64.S:1702:expecting operand before ','; got nothing
sha2-x64.S:1702:expecting operand before ','; got nothing
sha2-x64.S:1702:expecting operand before ','; got nothing
sha2-x64.S:1702:expecting operand before ','; got nothing
sha2-x64.S:1702:expecting operand before ','; got nothing
sha2-x64.S:1702:invalid character '\' in operand 1
sha2-x64.S:1702:expecting operand before ','; got nothing
sha2-x64.S:1702:invalid character '\' in operand 1
sha2-x64.S:1702:expecting operand before ','; got nothing
sha2-x64.S:1702:expecting operand before ','; got nothing
sha2-x64.S:1702:expecting operand before ','; got nothing
sha2-x64.S:1702:expecting operand before ','; got nothing
sha2-x64.S:1702:expecting operand before ','; got nothing
sha2-x64.S:1702:expecting operand before ','; got nothing
sha2-x64.S:1702:invalid character '\' in operand 1
sha2-x64.S:1702:expecting operand before ','; got nothing
sha2-x64.S:1702:invalid character '\' in operand 1
sha2-x64.S:1702:expecting operand before ','; got nothing
sha2-x64.S:1702:expecting operand before ','; got nothing
sha2-x64.S:1702:expecting operand before ','; got nothing
sha2-x64.S:1702:expecting operand before ','; got nothing
sha2-x64.S:1702:expecting operand before ','; got nothing
sha2-x64.S:1702:expecting operand before ','; got nothing
sha2-x64.S:1702:invalid character '\' in operand 1
sha2-x64.S:1702:expecting operand before ','; got nothing
sha2-x64.S:1702:invalid character '\' in operand 1
sha2-x64.S:1702:expecting operand before ','; got nothing
sha2-x64.S:1702:expecting operand before ','; got nothing
sha2-x64.S:1702:expecting operand before ','; got nothing
sha2-x64.S:1702:expecting operand before ','; got nothing
sha2-x64.S:1702:expecting operand before ','; got nothing
sha2-x64.S:1702:expecting operand before ','; got nothing
sha2-x64.S:1703:invalid character '\' in operand 1
sha2-x64.S:1703:expecting operand before ','; got nothing
sha2-x64.S:1703:invalid character '\' in operand 1
sha2-x64.S:1703:expecting operand before ','; got nothing
sha2-x64.S:1703:expecting operand before ','; got nothing
sha2-x64.S:1703:expecting operand before ','; got nothing
sha2-x64.S:1703:expecting operand before ','; got nothing
sha2-x64.S:1703:expecting operand before ','; got nothing
sha2-x64.S:1703:expecting operand before ','; got nothing
sha2-x64.S:1703:invalid character '\' in operand 1
sha2-x64.S:1703:expecting operand before ','; got nothing
sha2-x64.S:1703:invalid character '\' in operand 1
sha2-x64.S:1703:expecting operand before ','; got nothing
sha2-x64.S:1703:expecting operand before ','; got nothing
sha2-x64.S:1703:expecting operand before ','; got nothing
sha2-x64.S:1703:expecting operand before ','; got nothing
sha2-x64.S:1703:expecting operand before ','; got nothing
sha2-x64.S:1703:expecting operand before ','; got nothing
sha2-x64.S:1703:invalid character '\' in operand 1
sha2-x64.S:1703:expecting operand before ','; got nothing
sha2-x64.S:1703:invalid character '\' in operand 1
sha2-x64.S:1703:expecting operand before ','; got nothing
sha2-x64.S:1703:expecting operand before ','; got nothing
sha2-x64.S:1703:expecting operand before ','; got nothing
sha2-x64.S:1703:expecting operand before ','; got nothing
sha2-x64.S:1703:expecting operand before ','; got nothing
sha2-x64.S:1703:expecting operand before ','; got nothing
sha2-x64.S:1703:invalid character '\' in operand 1
sha2-x64.S:1703:expecting operand before ','; got nothing
sha2-x64.S:1703:invalid character '\' in operand 1
sha2-x64.S:1703:expecting operand before ','; got nothing
sha2-x64.S:1703:expecting operand before ','; got nothing
sha2-x64.S:1703:expecting operand before ','; got nothing
sha2-x64.S:1703:expecting operand before ','; got nothing
sha2-x64.S:1703:expecting operand before ','; got nothing
sha2-x64.S:1703:expecting operand before ','; got nothing
sha2-x64.S:1704:invalid character '\' in operand 1
sha2-x64.S:1704:expecting operand before ','; got nothing
sha2-x64.S:1704:invalid character '\' in operand 1
sha2-x64.S:1704:expecting operand before ','; got nothing
sha2-x64.S:1704:expecting operand before ','; got nothing
sha2-x64.S:1704:expecting operand before ','; got nothing
sha2-x64.S:1704:expecting operand before ','; got nothing
sha2-x64.S:1704:expecting operand before ','; got nothing
sha2-x64.S:1704:expecting operand before ','; got nothing
sha2-x64.S:1704:invalid character '\' in operand 1
sha2-x64.S:1704:expecting operand before ','; got nothing
sha2-x64.S:1704:invalid character '\' in operand 1
sha2-x64.S:1704:expecting operand before ','; got nothing
sha2-x64.S:1704:expecting operand before ','; got nothing
sha2-x64.S:1704:expecting operand before ','; got nothing
sha2-x64.S:1704:expecting operand before ','; got nothing
sha2-x64.S:1704:expecting operand before ','; got nothing
sha2-x64.S:1704:expecting operand before ','; got nothing
sha2-x64.S:1704:invalid character '\' in operand 1
sha2-x64.S:1704:expecting operand before ','; got nothing
sha2-x64.S:1704:invalid character '\' in operand 1
sha2-x64.S:1704:expecting operand before ','; got nothing
sha2-x64.S:1704:expecting operand before ','; got nothing
sha2-x64.S:1704:expecting operand before ','; got nothing
sha2-x64.S:1704:expecting operand before ','; got nothing
sha2-x64.S:1704:expecting operand before ','; got nothing
sha2-x64.S:1704:expecting operand before ','; got nothing
sha2-x64.S:1704:invalid character '\' in operand 1
sha2-x64.S:1704:expecting operand before ','; got nothing
sha2-x64.S:1704:invalid character '\' in operand 1
sha2-x64.S:1704:expecting operand before ','; got nothing
sha2-x64.S:1704:expecting operand before ','; got nothing
sha2-x64.S:1704:expecting operand before ','; got nothing
sha2-x64.S:1704:expecting operand before ','; got nothing
sha2-x64.S:1704:expecting operand before ','; got nothing
sha2-x64.S:1704:expecting operand before ','; got nothing
sha2-x64.S:1705:invalid character '\' in operand 1
sha2-x64.S:1705:expecting operand before ','; got nothing
sha2-x64.S:1705:invalid character '\' in operand 1
sha2-x64.S:1705:expecting operand before ','; got nothing
sha2-x64.S:1705:expecting operand before ','; got nothing
sha2-x64.S:1705:expecting operand before ','; got nothing
sha2-x64.S:1705:expecting operand before ','; got nothing
sha2-x64.S:1705:expecting operand before ','; got nothing
sha2-x64.S:1705:expecting operand before ','; got nothing
sha2-x64.S:1707:invalid character '\' in operand 1
sha2-x64.S:1707:e
member
Activity: 69
Merit: 10
Hi, is there a Windows X64 version of cpuminer-multi that has been compiled with optimizations for AVX/SSE instructions?

I find the latest one from LucasJones repo works well but I only get ~103 H/s vs. ~150 H/s I was getting on simpleminer.exe latest version. I have an i7-3770. I notice pools are moving towards only accepting stratum cpuminer so I was hoping someone had an optimized compile of cpuminer-multi.

Thanks
member
Activity: 64
Merit: 10
Btw I am not able to compile the miner on Centos 6.5 system:

On Ubuntu 12.04 machines it works fine.

Any idea?

It works now (using the most recent code from repo)  Cheesy
Pages:
Jump to: