> -----Original Message----- > From: gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches- > ow...@gcc.gnu.org] On Behalf Of James Greenhalgh > Sent: 12 November 2012 12:00 > To: gcc-patches@gcc.gnu.org > Cc: Marcus Shawcroft > Subject: Re: [PATCH] [AArch64] Refactor Advanced SIMD builtin > initialisation. > > > Hi, > > This patch is a cleanup of the initialisation code for the > SIMD builtins in the AArch64 port. > > We do this in preparation for later patches supporting > TARGET_BUILTIN_DECL and > TARGET_VECTORIZE_BUILTIN_VECTORIZABLE_FUNCTION. > > This patch supersedes another, similar patch I posted a few weeks > ago (http://gcc.gnu.org/ml/gcc-patches/2012-10/msg00532.html) which > was OKed, but not committed. > > The patch has been regression tested on aarch64-none-elf. > > Is this new version OK to commit?
Ping? > Thanks, > James Greenhalgh >