Skip to content

Intellisense not working for Remote-SSH connection to Arm AArch64 server #12966

Answered by bobbrow
daldr-ntml asked this question in Q&A
Discussion options

You must be logged in to vote

I'm sorry we missed this question. arm_sve.h states the following:

/* NOTE: This implementation of arm_sve.h is intentionally short.  It does
   not define the SVE types and intrinsic functions directly in C and C++
   code, but instead uses the following pragma to tell GCC to insert the
   necessary type and function definitions itself.  The net effect is the
   same, and the file is a complete implementation of arm_sve.h.  */
#pragma GCC aarch64 "arm_sve.h"

The short answer is that our IntelliSense compiler does not currently process this special #pragma and therefore doesn't know to insert these intrinsics into its list of valid types.

You could open a Feature Request to ask us to ask…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@bobbrow
Comment options

Answer selected by daldr-ntml
@daldr-ntml
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants