Advertisement
Guest User

Untitled

a guest
Jun 11th, 2022
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. Performing C++ SOURCE FILE Test SUPPORT_NEON_BUILD failed with the following output:
  2. Change Dir: D:/build_windows_Full_x64_vc17_Release/CMakeFiles/CMakeTmp
  3.  
  4. 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
  5. Copyright (C) Microsoft Corporation. All rights reserved.
  6.  
  7. Microsoft (R) C/C++ Optimizing Compiler Version 19.32.31329 for x64
  8. src.cxx
  9. 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]
  10. Copyright (C) Microsoft Corporation. All rights reserved.
  11. 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
  12.  
  13.  
  14. Source file was:
  15. #include <arm_neon.h>
  16. int main() {return vaddvq_s32(vdupq_n_s32(1));}
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement