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: pathc for bug 12690


Ottavio Campana <ottavio@campana.vi.it> writes:

> I think I've already  sent this put, but I got an email  asking me to do
> it, so here it is again:

Thanks, committed for GCC mainline that will become 3.4,

Andreas

2003-10-26  Ottavio Campana <ottavio@campana.vi.it>

	* config/i386/mmintrin.h (_mm_set1_pi8): Fix comment.

> diff -ruN gcc-3.3.2/gcc/config/i386/mmintrin.h gcc-3.3.2-header/gcc/config/i386/mmintrin.h
> --- gcc-3.3.2/gcc/config/i386/mmintrin.h	Sat Feb 22 11:04:13 2003
> +++ gcc-3.3.2-header/gcc/config/i386/mmintrin.h	Mon Oct 20 18:15:07 2003
> @@ -574,7 +574,7 @@
>    return _mm_set1_pi32 (__i);
>  }
>  
> -/* Creates a vector of four 16-bit values, all elements containing B.  */
> +/* Creates a vector of eight 8-bit values, all elements containing B.  */
>  static __inline __m64
>  _mm_set1_pi8 (char __b)
>  {

Andreas
-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SuSE Linux AG, Deutschherrnstr. 15-19, 90429 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

Attachment: pgp00000.pgp
Description: PGP signature


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