We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi all, I had a problem compiling the mmx files with build_mmx.m Script.
Error Code: ...Cortexsys\nn_core\mmx\mmx.cpp:79:16: error: expected initializer before 'teval' DWORD _stdcall teval(void* pn)
Fix: In File mmx.cpp Line 79 add a double underscore to stdcall: L79: DWORD __stdcall teval(void* pn)
Hope this helps :)
The text was updated successfully, but these errors were encountered:
thank you so much for posting this! I was definitely not gonna find it myself.
Sorry, something went wrong.
No branches or pull requests
Hi all,
I had a problem compiling the mmx files with build_mmx.m Script.
Error Code:
...Cortexsys\nn_core\mmx\mmx.cpp:79:16: error: expected initializer before 'teval'
DWORD _stdcall teval(void* pn)
Fix:
In File mmx.cpp Line 79 add a double underscore to stdcall:
L79: DWORD __stdcall teval(void* pn)
Hope this helps :)
The text was updated successfully, but these errors were encountered: