Clang seems to support the ARM NEON SVE Bridge in ACLE, but I couldn’t find the corresponding header (arm_neon_sve_bridge.h) in Arm GNU Toolchain 11.3.rel1, available from Arm GNU Toolchain Downloads – Arm Developer. The GCC source repository doesn’t seem to have any relevant code either (but I didn’t look very carefully). Does anyone from Arm know when this support will be added to GCC?
Bryan