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

Compile Error #116

Closed
JimCook57 opened this issue Mar 19, 2018 · 3 comments
Closed

Compile Error #116

JimCook57 opened this issue Mar 19, 2018 · 3 comments

Comments

@JimCook57
Copy link

Upgraded to 3.8.4 and getting this compile error:

./avxdefs.h:1244:22: error: '#' is not followed by a macro parameter

@JayDDee
Copy link
Owner

JayDDee commented Mar 20, 2018

It looks like you became my unwitting AVX512 tester. I should thank you.

Seriously, my current compile environment doesn't support AVX512 yet so I was unable to compile
that experimental code. You can block out the entire AVX512 segment (lines 1213 to 1430)
or simply remove the erroneous backslash on line 1244.

None of that code is used by cpuminer yet, it's just some preliminary work in anticipation of
Cannonlake.

It is good to know if it compiles.

@JimCook57
Copy link
Author

Happy to help. If you need me to do anything else, let me know. It is an i7-7820x. I removed the \
on 1244 and it complied fine.

@JayDDee
Copy link
Owner

JayDDee commented Mar 22, 2018

v3.8.4.1 released.

@JayDDee JayDDee closed this as completed Mar 22, 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

No branches or pull requests

2 participants