Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix scrypt-jane OS X compile #11

Merged
merged 1 commit into from
Feb 21, 2014
Merged

fix scrypt-jane OS X compile #11

merged 1 commit into from
Feb 21, 2014

Conversation

batmaninpink
Copy link

No description provided.

bytemaster added a commit that referenced this pull request Feb 21, 2014
fix scrypt-jane OS X compile
@bytemaster bytemaster merged commit afe9874 into cryptonomex:phoenix Feb 21, 2014
@bytemaster
Copy link

In file included from /Users/dlarimer/projects/BitShares/fc/src/crypto/scrypt.cpp:12:
In file included from /Users/dlarimer/projects/BitShares/fc/vendor/scrypt-jane/code/scrypt-jane-romix.h:4:
/Users/dlarimer/projects/BitShares/fc/vendor/scrypt-jane/code/scrypt-jane-salsa.h:53:1: warning: unused function 'scrypt_getROMix' [-Wunused-function]
scrypt_getROMix(void) {
^
/Users/dlarimer/projects/BitShares/fc/vendor/scrypt-jane/code/scrypt-jane-salsa.h:106:1: warning: unused function 'scrypt_test_mix' [-Wunused-function]
scrypt_test_mix(void) {
^
:6:14: error: unknown token in expression
lea rcx, [ecx*2];
^
:16:1: error: invalid instruction mnemonic 'jz'
jz scrypt_ChunkMix_sse2_no_xor1
^
:30:1: error: invalid instruction mnemonic 'jz'
jz scrypt_ChunkMix_sse2_no_xor2
^

@batmaninpink
Copy link
Author

Ok... compiler?

@bytemaster
Copy link

Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin12.4.0
Thread model: posix

On Feb 21, 2014, at 4:02 PM, batmaninpink notifications@github.com wrote:

Ok... compiler?


Reply to this email directly or view it on GitHub.

@batmaninpink
Copy link
Author

Ok, I guess the old LLVM compiler does things differently, I am on:

Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.2
Thread model: posix

I will see if I can come up with something else.

destenson pushed a commit to destenson/bitshares--fc that referenced this pull request Jul 31, 2017
pmconrad added a commit to pmconrad/fc that referenced this pull request Mar 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants