]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
mmintrin.h (_mm_set1_pi8): Fix comment.
authorAndreas Jaeger <aj@gcc.gnu.org>
Sun, 26 Oct 2003 16:18:31 +0000 (17:18 +0100)
committerAndreas Jaeger <aj@gcc.gnu.org>
Sun, 26 Oct 2003 16:18:31 +0000 (17:18 +0100)
2003-10-26  Ottavio Campana <ottavio@campana.vi.it>

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

From-SVN: r72956

gcc/ChangeLog
gcc/config/i386/mmintrin.h

index 2dfe805621f1bac9b9acf6228d29519106c38413..1ae235dfcb38067853e740f5a4f8204c2a1515e6 100644 (file)
@@ -1,4 +1,8 @@
-2003-10-21  Gunther Nikl  <gni@gecko.de>
+2003-10-26  Ottavio Campana <ottavio@campana.vi.it>
+
+       * config/i386/mmintrin.h (_mm_set1_pi8): Fix comment.
+
+2003-10-26  Gunther Nikl  <gni@gecko.de>
 
        * config/m68k/m68k.c (m68k_output_function_prologue): Move front
        comment from here to...
index b5f7cf3eb96ec48e0ca56bc3e6956b3c3133b104..bd775e8e3a63f1bab509a99918070c05472db828 100644 (file)
@@ -904,7 +904,7 @@ _mm_set1_pi16 (short __w)
   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)
 {