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

use of undeclared identifier '_mm_cvttsd_si64'; did you mean '_mm_cvttsd_si32'? #91

Open
ShadowLuigi opened this issue Mar 9, 2025 · 2 comments

Comments

@ShadowLuigi
Copy link

Currently attempting to compile the .cpp files that were spat out by XenonRecomp, haven't done much else with them yet to get things in a proper-ish state. But I keep getting this error in Visual Studio when attempting to build solution.

@masterspike52
Copy link

masterspike52 commented Mar 9, 2025

have this issue with destroy all humans: path of the furon. the only fix i could come up with (ill be it to run into a slew of other issues) was the replace _mm_cvttsd_si64 in every file its in with _mm_cvttsd_si32 but then it complains about things that aren't implemented

@ShadowLuigi
Copy link
Author

Did try doing that myself and had the same result.

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