Re: [PATCH][ARM][1/3] Add vectorization support for rounding functions

2013-02-06 Thread Ramana Radhakrishnan
On 12/18/12 13:33, Kyrylo Tkachov wrote: Hi all, This patch does some refactoring by moving the definitions of the NEON builtins to a separate file (arm_neon_builtins.def) and includes that when initialising the neon_builtin_data array and also during the definition of enum arm_builtins (with ap

RE: [PATCH][ARM][1/3] Add vectorization support for rounding functions

2013-02-05 Thread Kyrylo Tkachov
Ping? Thanks, Kyrill > -Original Message- > From: Kyrylo Tkachov [mailto:kyrylo.tkac...@arm.com] > Sent: 07 January 2013 10:35 > To: gcc-patches@gcc.gnu.org > Cc: Ramana Radhakrishnan; Richard Earnshaw > Subject: RE: [PATCH][ARM][1/3] Add vectorization support for ro

RE: [PATCH][ARM][1/3] Add vectorization support for rounding functions

2013-01-22 Thread Kyrylo Tkachov
; > Sent: 07 January 2013 10:35 > > To: gcc-patches@gcc.gnu.org > > Cc: Ramana Radhakrishnan; Richard Earnshaw > > Subject: RE: [PATCH][ARM][1/3] Add vectorization support for rounding > > functions > > > > Ping. > > > > http://gcc.gnu.org/ml/gcc-patche

RE: [PATCH][ARM][1/3] Add vectorization support for rounding functions

2013-01-14 Thread Kyrylo Tkachov
> > ow...@gcc.gnu.org] On Behalf Of Kyrylo Tkachov > > Sent: 18 December 2012 13:33 > > To: gcc-patches@gcc.gnu.org > > Cc: Ramana Radhakrishnan; Richard Earnshaw > > Subject: [PATCH][ARM][1/3] Add vectorization support for rounding > > functions > > > &

RE: [PATCH][ARM][1/3] Add vectorization support for rounding functions

2013-01-07 Thread Kyrylo Tkachov
rg > Cc: Ramana Radhakrishnan; Richard Earnshaw > Subject: [PATCH][ARM][1/3] Add vectorization support for rounding > functions > > Hi all, > > This patch does some refactoring by moving the definitions of the NEON > builtins to a separate file (arm_neon_builtins.def) and

[PATCH][ARM][1/3] Add vectorization support for rounding functions

2012-12-18 Thread Kyrylo Tkachov
Hi all, This patch does some refactoring by moving the definitions of the NEON builtins to a separate file (arm_neon_builtins.def) and includes that when initialising the neon_builtin_data array and also during the definition of enum arm_builtins (with appropriate redefinitions of the VAR* macros)