This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ppc e500: misc <spe.h> patches


Hi Aldy,

Aldy Hernandez wrote:

Index: config/rs6000/spe.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/rs6000/spe.h,v
retrieving revision 1.6
diff -c -p -r1.6 spe.h
*** config/rs6000/spe.h    21 Dec 2002 01:21:23 -0000    1.6
--- config/rs6000/spe.h    12 Feb 2003 20:23:55 -0000

  #define __ev_fsabs(a) ((__v2si) __builtin_spe_evfsabs ((__v2sf) a))
  #define __ev_fsnabs(a) ((__v2si) __builtin_spe_evfsnabs ((__v2sf) a))
I know these aren't part of your patch but it looks like these two macros
and possibly others need parentheses around the argument. Maybe you could
address these in a follow up patch given that you're hacking this file.

Cheers
Graham




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]