This is the Clang patch to complement the following LLVM patches:
https://reviews.llvm.org/D51477 https://reviews.llvm.org/D51479
More information describing the vector ABI and procedure call standard
can be found here:
https://developer.arm.com/products/software-development-tools/\
hpc/arm-compiler-for-hpc/vector-function-abi
Patch by Kerry McLaughlin.
Rather than using GNU and CXX11 spellings, you should use the Clang spelling. If the attribute is not useful in C, then set allowInC to 0 instead of its default of 1.