#pragma once
#if !defined(_M_IX86) && !defined(_M_X64)
#error This header is specific to X86 and X64 targets
#endif
#ifndef _INCLUDED_WMM
#define _INCLUDED_WMM
#ifndef __midl
#if defined (_M_CEE_PURE)
        #error ERROR: EMM intrinsics not supported in the pure mode!
#else  /* defined (_M_CEE_PURE) */
#include <nmmintrin.h>
#if __cplusplus
extern
 "C"
 {
#endif  /* __cplusplus */
extern
  (
 , 
 );
extern
  (
 , 
 );
extern
  (
 , 
 );
extern
  (
 , 
 );
extern
  (
 );
extern
  _mm_aeskeygenassist_si128
(
 , 
const
 int
 );
extern
  (
 , 
 ,
                                            
const
 int
 );
#if defined __cplusplus
}; 
#endif  /* defined __cplusplus */
#endif  /* defined (_M_CEE_PURE) */
#endif  /* __midl */
#endif  /* _INCLUDED_WMM */