forked from zone117x/node-multi-hashing
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
It complains about assembly directives that are inline in the C code. I will have to look at this later or if someone else wants to work on this that would be cool :)
Here is some of the errors:
gcc scryptjane.c
:106:1: error: unknown directive
.type scrypt_ChunkMix_ssse3,@function
^
:107:1: error: unknown directive
.size scrypt_ChunkMix_ssse3,.-scrypt_ChunkMix_ssse3
^
In file included from scryptjane.c:10:
In file included from ./scryptjane/scrypt-jane-portable.h:280:
./scryptjane/scrypt-jane-portable-x86.h:242:3: error: unknown token in expression
a2(mov [%1 + 0], eax)
^