On Tue, 28 Oct 2014, Tejas Belagod wrote: > Hi, > > Here is patch that consolidates AArch64 and ARM Intrinsics sections in > extend.texi into one ACLE section to avoid information repetition and adds > reference to the ARM C Language Extension spec on infocenter.arm.com.
This seems to lose the information about which extensions are supported by GCC (given that not all of ACLE is supported; e.g. arm_acle.h has only the CRC intrinsics, while __fp16 isn't supported for AArch64 and the support for ARM corresponds to an older version of the specification). -- Joseph S. Myers jos...@codesourcery.com