Re: [SVE ACLE] Add initial support for arm_sve.h

2018-07-19 Thread Richard Sandiford
Richard Biener writes: > On Wed, Jul 18, 2018 at 8:08 PM Richard Sandiford > wrote: >> >> This patch adds the target framework for handling the SVE ACLE, >> starting with four functions: svadd, svptrue, svsub and svsubr. >> >> The ACLE has both overloaded and non-overloaded names. Without >> the

Re: [SVE ACLE] Add initial support for arm_sve.h

2018-07-19 Thread Richard Biener
On Wed, Jul 18, 2018 at 8:08 PM Richard Sandiford wrote: > > This patch adds the target framework for handling the SVE ACLE, > starting with four functions: svadd, svptrue, svsub and svsubr. > > The ACLE has both overloaded and non-overloaded names. Without > the equivalent of clang's __attribute

[SVE ACLE] Add initial support for arm_sve.h

2018-07-18 Thread Richard Sandiford
This patch adds the target framework for handling the SVE ACLE, starting with four functions: svadd, svptrue, svsub and svsubr. The ACLE has both overloaded and non-overloaded names. Without the equivalent of clang's __attribute__((overloadable)), a header file that declared all functions would n