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] cell spu accelerated string functions


In case it did not go through the first time:
> +#ifdef __ALTIVEC_LITERAL_STYLE__
....
> +#else
> +/* Use curly brace style.
> + */
> +#endif

You could just use spu_splats instead which works correctly for the 
VEC_SPLAT macros
and then you don't need to between the two literal styles.  Also the curly 
brace style
is not optional by the Cell C/C++ Language extension document so you can 
use that style
always for literals.

Thanks,
Andrew Pinski


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