SSE3
[Supplimental]


Arithmetic Operations

SSP_FORCEINLINE __m128 ssp_arithmetic_hadd4_dup_ps_SSE3 (__m128 a)

Function Documentation

SSP_FORCEINLINE __m128 ssp_arithmetic_hadd4_dup_ps_SSE3 ( __m128  a  ) 

Definition at line 16 of file SSEPlus_arithmetic_SSE3.h.

00017 {
00018         a = _mm_hadd_ps( a, a );
00019         a = _mm_hadd_ps( a, a );
00020     return a;
00021 } 


Generated on Wed May 21 13:44:15 2008 for "SSEPlus" by  doxygen 1.5.4