OSDN Git Service

2003-10-26 Ottavio Campana <ottavio@campana.vi.it>
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 26 Oct 2003 16:18:31 +0000 (16:18 +0000)
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 26 Oct 2003 16:18:31 +0000 (16:18 +0000)
* config/i386/mmintrin.h (_mm_set1_pi8): Fix comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72956 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 2dfe805..1ae235d 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 b5f7cf3..bd775e8 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)
 {