Open AlessandroToschi opened 1 year ago
Does your code compile? If so, it may be the case that macos-clang-arm64 does not recognize arm_neon architecture and we could address that on our end.
If it does not compile, it may be the case that your compiler is not targeted to that version of arm_neon.
Please let me know what you conclude.
Yes, it does compile using Xcode clang++.
Any update on this? This still bugs me today
Environment
Bug Summary and Steps to Reproduce
Bug Summary: On macOS with Xcode 14.3.1, the C++ intellisense is not able to recognize arm_neon intrinsics.
Steps to reproduce:
Copy this code:
Error:
Expected behavior: Intellisense should be able to recognize the builtin symbol.
Configuration and Logs
Other Extensions
No response
Additional context
No response