On Tue, Dec 01, 2015 at 08:58:53AM +0000, Ramana Radhakrishnan wrote: > The patch to restructure builtin_reciprocals missed out an obvious ')'. > Adjusted thusly and applied as obvious to trunk.
Sorry for that. Could you please also handle the gimple_call_internal_p case, so that it actually returns the aarch64 builtin decls if it is internal SQRT call with the right modes? See the i386 and rs6000 builtins. Haven't done that for aarch64, because it uses a helper function defined somewhere else, so haven't been sure how you want it to look like. > > 2015-12-01 Ramana Radhakrishnan <ramana.radhakrish...@arm.com> > > * config/aarch64/aarch64.c (aarch64_builtin_reciprocal): Fix typo. Jakub