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
Building with MSVC
Run Build Command(s): "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/MSBuild/Current/Bin/amd64/MSBuild.exe" ALL_BUILD.vcxproj /p:Configuration=Release /p:Platform=x64 /p:VisualStudioVersion=17.0 /v:n MSBuild version 17.10.4+10fbfbf2e for .NET Framework
leads to the error
error C3861: '_castu32_f32': identifier not found
The text was updated successfully, but these errors were encountered:
Fix compiling intrinsics with MSVC.
616ad91
Fixes the error `error C3861: '_castu32_f32': identifier not found`. Fixes Maratyszcza#30
Successfully merging a pull request may close this issue.
Building with MSVC
leads to the error
The text was updated successfully, but these errors were encountered: