Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 726 Bytes

floating-point-support-for-older-code-visual-cpp.md

File metadata and controls

21 lines (20 loc) · 726 Bytes
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs ms.assetid caps.latest.revision author ms.author manager
Floating-Point Support for Older Code (Visual C++) | Microsoft Docs
11/04/2016
cpp-tools
article
C++
a2a26b96-7bc2-418a-981a-51aa1a0294a2
7
corob-msft
corob
ghogen

Floating-Point Support for Older Code (Visual C++)

The MMX and floating-point stack registers (MM0-MM7/ST0-ST7) are preserved across context switches. There is no explicit calling convention for these registers. The use of these registers is strictly prohibited in kernel mode code.

See Also

Calling Convention