ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

emmintrin.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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.