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
This commit is contained in:
parent
97c5509198
commit
8870499634
@ -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...
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user