Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: Wolf0 on May 21, 2014, 03:18:19 PM



Title: New (more optimized) MRO CPUMiner [Updated 05/28/2014] [PROOF OF 2X INCREASE]
Post by: Wolf0 on May 21, 2014, 03:18:19 PM
New thread here: https://bitcointalk.org/index.php?topic=632724

Some of my optimizations were just committed to the repo (thanks LucasJones for improving on it), but for all the people on Windows, I made binaries. Optimizations only take effect if your CPU has AES-NI.

<links removed so there's no confusion>

For my GPG key ID and fingerprint, see my signature. Oh, and one more thing - main page is NSFW, so don't go there - same warning is on the litecointalk thread where I compile SGMiner and several forks of it for Win64 every week.

You can donate here if it helps you: 43jtN2e88d4ayn7gxsLwB94fmYzLuXymuGdJxotnvYsCaK3UuhvQRNgKrZUD4i5kxTRtpz49FrB1e2K YiXu4TNyEEGUwu9E

EDIT: Dammit, crashes now. I'm on it.

EDIT2: I think it was the way I compiled winpthreads. Will fix in a minute.

EDIT3: Well, it's not working ATM. LucasJones compiled one, which I'm hosting here: https://ottrbutt.com/cpuminer-multi/cpuminer-multi-1.0.2-LucasJones.zip

It's dynamically linked, which kinda sucks, but it works.

EDIT4: Never mind, fluffypony has taken care of it: https://bitcointalk.org/index.php?topic=583449.msg6857197#msg6857197

EDIT5: Scratch that last part, fluffypony posted binaries of the Monero code, not the miner, which had AES-NI support integrated completely seperately, but at about the same time. I had nothing to do with that.

EDIT6: I have made several improvements to the cpuminer. The best part is - servers will not see much of an increase, but desktops will, evening the playing field a little. There are some limitations and special instructions, however:

It only works on Linux. Several assembly routines that I wrote are *nix specific.
You have to compile it from my repo at https://github.com/wolf9466/cpuminer-multi
The only optimizations are for the AES-NI implementation. The slow one will be about the same.

Do NOT use all threads! Use the number of cores minus one, or it will be rather slow. For this purpose, hyperthreads count as cores.
Do NOT use "./configure CFLAGS="myflags""! This wipes out the already optimized flags I added to the defaults. Put the CFLAGS before the "./configure". I recommend only using -march=native, as it's not set by default.
If you are trying on a system without AES-NI, you must pass "--disable-aes-ni" to configure, or it won't build.
Hashrate will fluctuate a lot with high share diff. Try to find somewhere with a low share diff to benchmark.

Getting reports of 20% hashrate increase! Need more people to test!
Just got a report of almost 2x increase over LucasJones' repo! Test and post!

While testing, I'm beginning to notice that cores - 1 isn't actually optimal. A number between the number of physical cores and the number of threads is. My i7-4770k performs better with 6 threads.

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

05/28/2014
Okay, guys - this time, I'll stop coding for more than ten seconds and give you some detail, since it doesn't matter how fast my miner is if no one is using it. I ran a test, LucasJones' repo against mine. Each had the exact same CFLAGS (-Ofast -flto -fuse-linker-plugin -funroll-loops -fsplit-ivs-in-unroller -fvariable-expansion-in-unroller -falign-loops=16 -falign-functions=16 -falign-jumps=16 -falign-loops=16 -falign-labels=16). Each were run with 21 threads for a period of time over 20min. I can't be more accurate than that, because I didn't sit and time it. They were run at seperate times on the same machine - a 32 core Amazon EC2 instance with 58GB of RAM. The results? Lucas' cpuminer reported 627.58H/s - but only pulled 600 at the pool. My miner reported 1021.73 and pulled an impressive 1.25KH/s at the pool. Now, even with vardiff causing high share difficulties and luck contributing to inaccuracy, this shows a clear 100% increase. I have screenshots to prove it, but before I post them, I have to warn - I was too lazy to crop out my wallpapers, so they are NSFW.

Lucas' miner (NSFW): https://ottrbutt.com/tmp/lucasminer-proof.png
My miner (NSFW): https://ottrbutt.com/tmp/wolfminer-proof.png

So... get it here: https://github.com/wolf9466/cpuminer-multi
No binaries yet (Windows or otherwise) - but there should be some soon!

05/29/2014
Build some Win64 binaries. Enjoy.

https://ottrbutt.com/cpuminer-multi/cpuminer-multi-wolf-05-29-2014.zip
https://ottrbutt.com/cpuminer-multi/cpuminer-multi-wolf-05-29-2014.zip.sig

05/30/2014
Mikhaila (the server that ottrbutt is on) is going down at 5:00 AM May 31st GMT for upgrade.


Title: Re: New (more optimized) MRO CPUMiner
Post by: AdamWhite on May 21, 2014, 04:14:04 PM
What kind of performance improvements are you seeing with these opimizations? Thanks!


Title: Re: New (more optimized) MRO CPUMiner
Post by: huhliki.k on May 21, 2014, 04:48:12 PM
no libwinpthread-1.dll


Title: Re: New (more optimized) MRO CPUMiner
Post by: restless on May 21, 2014, 05:22:45 PM
How are you measuring the speed?
There is no indication in simpleminer output :(

PS:
Pools report 3-4 H/s per i3 cpu... so that means people are (ab)using hundreds of CPUs which they don't own ?!


Title: Re: New (more optimized) MRO CPUMiner
Post by: phzi on May 21, 2014, 05:43:51 PM
Pools report 3-4 H/s per i3 cpu... so that means people are (ab)using hundreds of CPUs which they don't own ?!
You can get 45H/s on an older core2duo, so something sounds wrong with those numbers.


Title: Re: New (more optimized) MRO CPUMiner
Post by: Remember remember the 5th of November on May 21, 2014, 05:49:16 PM
Some of my optimizations were just committed to the repo (thanks LucasJones for improving on it), but for all the people on Windows, I made binaries. Optimizations only take effect if your CPU has AES-NI.

https://ottrbutt.com/cpuminer-multi/05-21-2014-cpuminer-multi-win64-git-Wolf0.zip
https://ottrbutt.com/cpuminer-multi/05-21-2014-cpuminer-multi-win64-git-Wolf0.zip.sig

For my GPG key ID and fingerprint, see my signature. Oh, and one more thing - main page is NSFW, so don't go there - same warning is on the litecointalk thread where I compile SGMiner and several forks of it for Win64 every week.

You can donate here if it helps you: 43jtN2e88d4ayn7gxsLwB94fmYzLuXymuGdJxotnvYsCaK3UuhvQRNgKrZUD4i5kxTRtpz49FrB1e2K YiXu4TNyEEGUwu9E

EDIT: Dammit, crashes now. I'm on it.

EDIT2: I think it was the way I compiled winpthreads. Will fix in a minute.

EDIT3: Well, it's not working ATM. LucasJones compiled one, which I'm hosting here: https://ottrbutt.com/cpuminer-multi/cpuminer-multi-1.0.2-LucasJones.zip

It's dynamically linked, which kinda sucks, but it works.

EDIT4: Never mind, fluffypony has taken care of it: https://bitcointalk.org/index.php?topic=583449.msg6857197#msg6857197
Static linking of pthreads is very very difficult.


Title: Re: New (more optimized) MRO CPUMiner
Post by: restless on May 21, 2014, 05:56:00 PM
Pools report 3-4 H/s per i3 cpu... so that means people are (ab)using hundreds of CPUs which they don't own ?!
You can get 45H/s on an older core2duo, so something sounds wrong with those numbers.
But HOW are you measuring these H/s ????
There is NO info output from simpleminer
When I use pools "lookout" feature against my wallet it shows... like 15h/s from i5@3.2GHz :/

PS:
WOW, new version seems a lot faster!


Title: Re: New (more optimized) MRO CPUMiner
Post by: Amph on May 21, 2014, 07:37:50 PM
how many coin per day with one i5 4670k?


Title: Re: New (more optimized) MRO CPUMiner
Post by: Amph on May 21, 2014, 08:04:51 PM
Pthread DLL should now be included.

how many coin per day with one i5 4670k?

Are you just hoping that someone has that exact CPU and will come across your post and tell you? I mean, it'd be a reasonable question if you posted your hashrate...

that's my only piece, i just want to know if it is worth it to leave my cpu mining this


Title: Re: New (more optimized) MRO CPUMiner
Post by: signo88 on May 21, 2014, 08:12:11 PM
no libwinpthread-1.dll

Is possibile to resolve this error?

Thanks..


Title: Re: New (more optimized) MRO CPUMiner
Post by: Arlong on May 21, 2014, 08:32:10 PM
Wolf0,are there any plans for a 32bit cpuminer?


Title: Re: New (more optimized) MRO CPUMiner
Post by: Arlong on May 21, 2014, 08:44:55 PM
Quote
Just... why? If your CPU is so old that it's not x86-64, then... why on earth would you be mining with it? It'd eat more power than it would ever make you in coin.

I still have 4 computers running on XP 32bit which for various reasons can't upgrade them to 64bit and i have free electricity.So i just thought i should give them a try ;)
Either way,thanks for providing 64bit binaries

PS. Please send me your MRO address for a small donation


Title: Re: New (more optimized) MRO CPUMiner
Post by: carloss on May 21, 2014, 08:52:56 PM
What kind of performance improvements are you seeing with these opimizations? Thanks!

Usually people say around 30%, but some people have reported 50%.

Yep, almost 50% performance gain. Excellent job!


Title: Re: New (more optimized) MRO CPUMiner
Post by: Mantiska on May 22, 2014, 05:00:01 AM
Awesome! ~280 H/s per cpu. Nice job!


Title: Re: New (more optimized) MRO CPUMiner
Post by: restless on May 22, 2014, 05:27:29 AM
Commands?   :-\

--help is your friend if you have never used cpuminer. You'll need to use the cryptonight algorithm.

I have used cpuminer before but not with cryptonight...  how about an example in OP?    ::)

If you've used cpuminer before, then what I supplied in my post should have been enough, I think - but never mind, I'll give you a full command:

Code:
minerd -a cryptonight -o moneropool.org:80 -O 43jtN2e88d4ayn7gxsLwB94fmYzLuXymuGdJxotnvYsCaK3UuhvQRNgKrZUD4i5kxTRtpz49FrB1e2KYiXu4TNyEEGUwu9E:x -t 4 --no-longpoll

Replace the pool if you want, and the add- actually, no, don't replace the address  :D
The number after -t is the number of threads you want it to run, and --no-longpoll is a workaround for a pool bug with longpolling.

Quote
Just... why? If your CPU is so old that it's not x86-64, then... why on earth would you be mining with it? It'd eat more power than it would ever make you in coin.

I still have 4 computers running on XP 32bit which for various reasons can't upgrade them to 64bit and i have free electricity.So i just thought i should give them a try ;)
Either way,thanks for providing 64bit binaries

PS. Please send me your MRO address for a small donation

That is the first good reason I've ever heard. Let me see if I can get it working. By the way, my address is: 43jtN2e88d4ayn7gxsLwB94fmYzLuXymuGdJxotnvYsCaK3UuhvQRNgKrZUD4i5kxTRtpz49FrB1e2K YiXu4TNyEEGUwu9E

OMG... all this time I was using fluffy's miner... thought these are same :/


Title: Re: New (more optimized) MRO CPUMiner
Post by: Amph on May 22, 2014, 06:54:23 AM
Awesome! ~280 H/s per cpu. Nice job!

how many monero per day?


Title: Re: New (more optimized) MRO CPUMiner
Post by: carloss on May 22, 2014, 08:25:06 AM
What kind of performance improvements are you seeing with these opimizations? Thanks!

Usually people say around 30%, but some people have reported 50%.

Yep, almost 50% performance gain. Excellent job!

Thanks! If you want to donate, my address is in the post above yours.

2 MRO is heading your way 8)


Title: Re: New (more optimized) MRO CPUMiner
Post by: OracionSeis on May 22, 2014, 10:49:15 AM
This build doesn't work on Mac OS X. I'll be posting a pull request pretty soon to fix it.


Title: Re: New (more optimized) MRO CPUMiner
Post by: carloss on May 22, 2014, 07:23:03 PM
Btw I am not able to compile the miner on Centos 6.5 system:
Code:
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -I./compat/jansson    -O3 -MT minerd-cryptonight.o -MD -MP -MF .deps/minerd-cryptonight.Tpo -c -o minerd-cryptonight.o `test -f 'cryptonight.c' || echo './'`cryptonight.c
In file included from cryptonight.c:13:
crypto/c_jh.h:17: error: redefinition of typedef ‘BitSequence’
crypto/c_groestl.h:36: note: previous declaration of ‘BitSequence’ was here
crypto/c_jh.h:18: error: redefinition of typedef ‘DataLength’
crypto/c_groestl.h:37: note: previous declaration of ‘DataLength’ was here
cryptonight.c:178:1: warning: "RND" redefined
cryptonight.c:141:1: warning: this is the location of the previous definition
cryptonight.c:208:1: warning: "RND" redefined
cryptonight.c:178:1: warning: this is the location of the previous definition
cryptonight.c:245:1: warning: "RND" redefined
cryptonight.c:208:1: warning: this is the location of the previous definition
make[2]: *** [minerd-cryptonight.o] Error 1
make[2]: Leaving directory `/home/carloss/cpuminer-multi'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/carloss/cpuminer-multi'
make: *** [all] Error 2

More info about the system:
Code:
[carloss@minerC cpuminer-multi]$ uname -a
Linux minerC 2.6.32-431.11.2.el6.x86_64 #1 SMP Tue Mar 25 19:59:55 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
[carloss@minerC cpuminer-multi]$ cat /etc/*release
CentOS release 6.5 (Final)
LSB_VERSION=base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
CentOS release 6.5 (Final)
CentOS release 6.5 (Final)

[carloss@minerC cpuminer-multi]$ gcc -v
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.4.7 20120313 (Red Hat 4.4.7-4) (GCC)

On Ubuntu 12.04 machines it works fine.

Any idea?


Title: Re: New (more optimized) MRO CPUMiner
Post by: coolkris on May 23, 2014, 02:56:24 PM

Commands?   :-\

--help is your friend if you have never used cpuminer. You'll need to use the cryptonight algorithm.

I have used cpuminer before but not with cryptonight...  how about an example in OP?    ::)

If you've used cpuminer before, then what I supplied in my post should have been enough, I think - but never mind, I'll give you a full command:

Code:
minerd -a cryptonight -o moneropool.org:80 -O 43jtN2e88d4ayn7gxsLwB94fmYzLuXymuGdJxotnvYsCaK3UuhvQRNgKrZUD4i5kxTRtpz49FrB1e2KYiXu4TNyEEGUwu9E:x -t 4 --no-longpoll


[/quote]

How to config a backup pool? Thanks!



Title: Re: New (more optimized) MRO CPUMiner
Post by: primera on May 24, 2014, 03:17:40 PM
Any new faster miner going on... :)


Title: Re: New (more optimized) MRO CPUMiner
Post by: orinoco on May 24, 2014, 05:05:13 PM
Any new faster miner going on... :)

Lucas updates the source a few hours ago to fix a couple of bugs and add JSON 2 stuff..

binaries on github here:

https://github.com/LucasJones/cpuminer-multi/releases

I just started running the windows one to see if it fixes the "boooo" problem on monero pools.. to early to tell yet if it does.


Title: Re: New (more optimized) MRO CPUMiner
Post by: gentamicin on May 25, 2014, 01:59:57 AM
any chance of an updated osx miner too


Title: Re: New (more optimized) MRO CPUMiner
Post by: carloss on May 25, 2014, 02:08:41 AM
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)  :D


Title: Re: New (more optimized) MRO CPUMiner [Updated 05/26/2014]
Post by: drmavis on May 26, 2014, 06:58:58 PM
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


Title: Re: New (more optimized) MRO CPUMiner [Updated 05/26/2014]
Post by: digicoin on May 26, 2014, 08:30:41 PM
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


Title: Re: New (more optimized) MRO CPUMiner [Updated 05/26/2014] [REPORT OF 2X INCREASE]
Post by: restless on May 28, 2014, 06:12:27 AM
Any possibility for Windows binaries?
My tests seem to indicate that Lucas miner is faster than last windows binary


Title: Re: New (more optimized) MRO CPUMiner [Updated 05/26/2014] [REPORT OF 2X INCREASE]
Post by: the_darkness on May 28, 2014, 03:11:18 PM
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.


Title: Re: New (more optimized) MRO CPUMiner [Updated 05/28/2014] [REPORT OF 2X INCREASE]
Post by: NeuroticFish on May 28, 2014, 04:46:19 PM
Is it faster for all CPU or only for the ones with AES-NI?


Title: Re: New (more optimized) MRO CPUMiner [Updated 05/28/2014] [REPORT OF 2X INCREASE]
Post by: Grifftech on May 28, 2014, 06:22:52 PM
Is a windows binary available yet? I am kind of lost :)


Title: Re: New (more optimized) MRO CPUMiner [Updated 05/28/2014] [REPORT OF 2X INCREASE]
Post by: equipoise on May 28, 2014, 07:24:40 PM
^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 :( 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.


Title: Re: New (more optimized) MRO CPUMiner [Updated 05/28/2014] [PROOF OF 2X INCREASE]
Post by: shoggot on May 28, 2014, 08:51:12 PM
Compiled on ubuntu and got 240H/s vs 135 h/s, so great! Can someone please compile a windows version?


Title: Re: New (more optimized) MRO CPUMiner [Updated 05/28/2014] [PROOF OF 2X INCREASE]
Post by: GreekBitcoin on May 28, 2014, 08:51:40 PM
whoever had problem with autoconf version this helped to download and install 2.69 version: http://petio.org/tools/autoconf.html


Title: Re: New (more optimized) MRO CPUMiner [Updated 05/28/2014] [PROOF OF 2X INCREASE]
Post by: RentaMouse on May 28, 2014, 09:11:59 PM
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 :)


Title: Re: New (more optimized) MRO CPUMiner [Updated 05/28/2014] [PROOF OF 2X INCREASE]
Post by: juve4v on May 28, 2014, 09:23:51 PM
Ubuntu 14.04, I 4770k  diff 10k on moneropool.com, I get same hr as simpleminer.


Title: Re: New (more optimized) MRO CPUMiner [Updated 05/28/2014] [PROOF OF 2X INCREASE]
Post by: coinfusion on May 29, 2014, 02:35:07 AM
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+ :D


Title: Re: New (more optimized) MRO CPUMiner [Updated 05/28/2014] [PROOF OF 2X INCREASE]
Post by: huhliki.k on May 29, 2014, 06:42:53 AM
plz compiled Win x64?


Title: Re: New (more optimized) MRO CPUMiner [Updated 05/28/2014] [PROOF OF 2X INCREASE]
Post by: carloss on May 29, 2014, 10:04:16 AM
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?


Title: Re: New (more optimized) MRO CPUMiner [Updated 05/28/2014] [PROOF OF 2X INCREASE]
Post by: carloss on May 29, 2014, 10:17:56 AM

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

Will do. Thanks!


Title: Re: New (more optimized) MRO CPUMiner [Updated 05/28/2014] [PROOF OF 2X INCREASE]
Post by: followtheboss on May 29, 2014, 11:02:06 AM
Hello there is tutorial for newbies on ubuntu linux for using your miner ?
It will be appreciated.

cheers


Title: Re: New (more optimized) MRO CPUMiner [Updated 05/28/2014] [PROOF OF 2X INCREASE]
Post by: djm34 on May 29, 2014, 11:40:00 AM
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.


Title: Re: New (more optimized) MRO CPUMiner [Updated 05/28/2014] [PROOF OF 2X INCREASE]
Post by: drawingthesun on May 29, 2014, 11:43:56 AM
Latest release "cpuminer-multi-wolf-05-29-2014" fails on Win 7 64-bit.

minerd.exe crashes.


Title: Re: New (more optimized) MRO CPUMiner [Updated 05/28/2014] [PROOF OF 2X INCREASE]
Post by: equipoise on May 29, 2014, 11:57:54 AM
^It works for me, but on my pc there is no increase in hash rate compared to bitmonerod.


Title: Re: New (more optimized) MRO CPUMiner [Updated 05/28/2014] [PROOF OF 2X INCREASE]
Post by: B.T.Coin on May 29, 2014, 12:15:19 PM
Latest release "cpuminer-multi-wolf-05-29-2014" fails on Win 7 64-bit.

minerd.exe crashes.

I have the same problem too on processors that do not have AES-NI


Title: Re: New (more optimized) MRO CPUMiner [Updated 05/28/2014] [PROOF OF 2X INCREASE]
Post by: kurdun on May 29, 2014, 12:38:34 PM
i7 - +10%
i5 - +50%
i3 - crashed
win64 ult


Title: Re: New (more optimized) MRO CPUMiner [Updated 05/28/2014] [PROOF OF 2X INCREASE]
Post by: followtheboss on May 29, 2014, 12:44:09 PM
Hello there is tutorial for newbies on ubuntu linux for using your miner ?
It will be appreciated.

cheers

I believe davidlatapie has one - it's more or less the same as the original cpuminer.

who or what is davidlatapie ?

cheers


Title: Re: New (more optimized) MRO CPUMiner [Updated 05/28/2014] [PROOF OF 2X INCREASE]
Post by: Febo on May 29, 2014, 05:24:17 PM
have win 64 and used new miner, and i get that: Stratum connection failed: Couldnt resolve host 'monero.crypto-pool.fr'

I used same batch command as with old miner, just changed path a bit:

C:\Monero\Wolf\minerd.exe -a cryptonight -o stratum+tcp://monero.crypto-pool.fr:6666 -u 47mqJC8hHQ65TmSiDnKN9scsqtKzTwQLLLroTboyKtHsR69m6BGYsA1ZkeTWguqzr59tbnJ3GrKjphS WUdQ8XW8kRf8bYmJ -p x -t 4



Title: Re: New (more optimized) MRO CPUMiner [Updated 05/28/2014] [PROOF OF 2X INCREASE]
Post by: Febo on May 29, 2014, 09:04:11 PM
Works now :)


Title: Re: New (more optimized) MRO CPUMiner [Updated 05/28/2014] [PROOF OF 2X INCREASE]
Post by: Trimegistus on May 29, 2014, 09:58:38 PM

Well, yeah. The binary was built for processors with AES-NI - there have been no improvements to non AES-NI code yet.

EDIT: Also, the little to no increase in Windows is likely due to Windows having no mmap() function. Therefore I cannot use hugepages (or prefault aforementioned hugepages.)

I can't see any real increase on the hashrate on my Windows 8.1 x64... Will it be it worth the effort to use this new miner on a Linux virtual machine?

Will I get the 2x (or similar) increase by running the miner inside a unix OS?


Title: Re: New (more optimized) MRO CPUMiner [Updated 05/28/2014] [PROOF OF 2X INCREASE]
Post by: coinfusion on May 30, 2014, 12:57:10 AM

Well, yeah. The binary was built for processors with AES-NI - there have been no improvements to non AES-NI code yet.

EDIT: Also, the little to no increase in Windows is likely due to Windows having no mmap() function. Therefore I cannot use hugepages (or prefault aforementioned hugepages.)

If you want to damage your brain (even more than if you were to continue your sleep-depravation routine :D) you could try out using CreateFileMapping / VirtualAlloc and friends on Windows to grab some huge pages.  The brain will start to hurt when the windows users complain about it not running without them doing some setup work.


Title: Re: New (more optimized) MRO CPUMiner [Updated 05/28/2014] [PROOF OF 2X INCREASE]
Post by: restless on May 30, 2014, 06:37:00 AM
Latest release "cpuminer-multi-wolf-05-29-2014" fails on Win 7 64-bit.

minerd.exe crashes.

I have the same problem too on processors that do not have AES-NI

Well, yeah. The binary was built for processors with AES-NI - there have been no improvements to non AES-NI code yet.

EDIT: Also, the little to no increase in Windows is likely due to Windows having no mmap() function. Therefore I cannot use hugepages (or prefault aforementioned hugepages.)
I believe yam miner uses Windows analog of huge pages


Title: Re: New (more optimized) MRO CPUMiner [Updated 05/28/2014] [PROOF OF 2X INCREASE]
Post by: opossum on May 30, 2014, 11:36:18 AM
I don't see any speed improvement, cpu is 3570k.
Solo mining with minerd, is it possible?


Title: Re: New (more optimized) MRO CPUMiner [Updated 05/28/2014] [PROOF OF 2X INCREASE]
Post by: btcshop on May 30, 2014, 12:35:58 PM
Latest release "cpuminer-multi-wolf-05-29-2014" fails on Win 7 64-bit.

minerd.exe crashes.

I have the same problem too on processors that do not have AES-NI

I have the same problem too on I3 3240 processors!