Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenemmintrin.h
Go to the documentation of this file.
00001 00007 #pragma once 00008 #ifndef _INCLUDED_EMM 00009 #define _INCLUDED_EMM 00010 00011 #include <crtdefs.h> 00012 #include <xmmintrin.h> 00013 00014 typedef struct _DECLSPEC_INTRIN_TYPE _CRT_ALIGN(16) __m128d 00015 { 00016 double m128d_f64[2]; 00017 } __m128d; 00018 00019 extern __m128d _mm_load_sd(double const*); 00020 00021 extern int _mm_cvtsd_si32(__m128d); 00022 00023 00024 #endif /* _INCLUDED_EMM */ Generated on Sun May 27 2012 04:29:51 for ReactOS by
1.7.6.1
|