This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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: PATCH: fix build problem on spu


newlib-owner@sourceware.org wrote on 10/08/2007 06:29:55 PM:

> I'm not quite sure if this ever worked, but building newlib with
> --target=spu fails because `vector' is not defined early enough.
> spu_intrinsics.h must be included before simdmath.h, which is needed for
> the vector -> __vector defintion.

Either this patch or a patch to use __vector instead of vector is the 
correct thing to do.  Both are portable.

Thanks,
Andrew Pinski


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