Commit 88704996 by Andreas Jaeger

mmintrin.h (_mm_set1_pi8): Fix comment.

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

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

From-SVN: r72956
parent 97c55091
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...
......
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment