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 a compiler error on Apple OSX because the assembly is not understood #110

Merged
merged 1 commit into from
Jul 31, 2019
Merged

Fix a compiler error on Apple OSX because the assembly is not understood #110

merged 1 commit into from
Jul 31, 2019

Conversation

cjdelisle
Copy link
Contributor

Fixes a compiler error which looks like this:

/Users/user/wrk/play/xmrig/src/crypto/randomx/jit_compiler_x86_static.S:71:40: error: unexpected token in argument list
 movapd xmm13, xmmword ptr mantissaMask[rip]
                                       ^
/Users/user/wrk/play/xmrig/src/crypto/randomx/jit_compiler_x86_static.S:72:34: error: unexpected token in argument list
 movapd xmm14, xmmword ptr exp240[rip]

@tevador tevador merged commit aa35232 into tevador:master Jul 31, 2019
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