Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.12 KB

m128d.md

File metadata and controls

39 lines (33 loc) · 1.12 KB
title ms.custom ms.date ms.technology ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid author ms.author ms.workload
__m128d | Microsoft Docs
11/04/2016
cpp-language
language-reference
__m128d_cpp
C++
__m128d keyword [C++]
8082c7c0-a955-4b53-9d82-9bb91c623f72
mikeblome
mblome
cplusplus

__m128d

Microsoft Specific

The __m128d data type, for use with the Streaming SIMD Extensions 2 instructions intrinsics, is defined in <emmintrin.h>.

// data_types__m128d.cpp  
#include <emmintrin.h>  
int main() {  
   __m128d x;  
}  

Remarks

You should not access the __m128d fields directly. You can, however, see these types in the debugger. A variable of type __m128 maps to the XMM[0-7] registers.

Variables of type _m128d are automatically aligned on 16-byte boundaries.

The __m128d data type is not supported on ARM processors.

END Microsoft Specific

See also

Keywords
Fundamental Types
Data Type Ranges