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

clang bug from Visual Studio 16.8 - intrin0.h error when building UtinniCore #3

Closed
ptklatt opened this issue Jan 15, 2021 · 0 comments

Comments

@ptklatt
Copy link
Owner

ptklatt commented Jan 15, 2021

Update 16.8 for Visual Studio introduced a bug that broke CppSharp, which we use to generate our C# code.

Until it's fixed in 16.9, I'll list some workarounds:

  • Use a Visual Studio version that is below 16.8.
  • Apply the dif which was used in the official fix to your intrin0.h file, which can be found here.
  • Grab the newest Visual Studio Preview, which includes the fix, which can be found here.

Hopefully 16.9 will be out soon, but I'll leave this open until then.

@ptklatt ptklatt closed this as completed Mar 20, 2021
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

1 participant