Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Performing C++ SOURCE FILE Test SUPPORT_NEON_BUILD failed with the following output:
- Change Dir: D:/build_windows_Full_x64_vc17_Release/CMakeFiles/CMakeTmp
- Run Build Command(s):C:/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/Bin/amd64/MSBuild.exe cmTC_d0889.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=17.0 /v:m && Microsoft (R) Build Engine version 17.2.1+52cd2da31 for .NET Framework
- Copyright (C) Microsoft Corporation. All rights reserved.
- Microsoft (R) C/C++ Optimizing Compiler Version 19.32.31329 for x64
- src.cxx
- C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\arm_neon.h(21,1): fatal error C1189: #error: This header is specific to ARM targets [D:\build_windows_Full_x64_vc17_Release\CMakeFiles\CMakeTmp\cmTC_d0889.vcxproj]
- Copyright (C) Microsoft Corporation. All rights reserved.
- cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D _MBCS /D WIN32 /D _WINDOWS /D SUPPORT_NEON_BUILD /D "CMAKE_INTDIR=\"Debug\"" /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_d0889.dir\Debug\\" /Fd"cmTC_d0889.dir\Debug\vc143.pdb" /external:W3 /Gd /TP /errorReport:queue D:\build_windows_Full_x64_vc17_Release\CMakeFiles\CMakeTmp\src.cxx
- Source file was:
- #include <arm_neon.h>
- int main() {return vaddvq_s32(vdupq_n_s32(1));}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement