This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to access neon dot product vdotq_s32

I'm using clang 5 also tried clang 7.
Both don't seem to support the intrinsic  vdotq_s32(c, a, b).

I'm making use of VS2017 with Nvidia Codeworks for Android integration.
I debug making use of a Shield device and then run on for example a galaxy S9.

How can I compile this neon instruction, is there an alterative way via inline assembler or otherwise ?