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

xmmintrin.h
Go to the documentation of this file.
00001 
00007 #pragma once
00008 #ifndef _INCLUDED_MM2
00009 #define _INCLUDED_MM2
00010 
00011 #include <crtdefs.h>
00012 #include <mmintrin.h>
00013 
00014 typedef union _DECLSPEC_INTRIN_TYPE _CRT_ALIGN(16) __m128
00015 {
00016     float m128_f32[4];
00017     unsigned __int64 m128_u64[2];
00018     __int8 m128_i8[16];
00019     __int16 m128_i16[8];
00020     __int32 m128_i32[4];
00021     __int64 m128_i64[2];
00022     unsigned __int8 m128_u8[16];
00023     unsigned __int16 m128_u16[8];
00024     unsigned __int32 m128_u32[4];
00025 } __m128;
00026 
00027 
00028 extern __m128 _mm_load_ss(float const*);
00029 extern int _mm_cvt_ss2si(__m128);
00030 
00031 /* Alternate names */
00032 #define _mm_cvtss_si32 _mm_cvt_ss2si
00033 
00034 
00035 #endif /* _INCLUDED_MM2 */

Generated on Sun May 27 2012 04:29:54 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.