Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 690 Bytes

floating-point-coprocessor-and-calling-conventions.md

File metadata and controls

14 lines (11 loc) · 690 Bytes
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Floating Point Coprocessor and Calling Conventions
Floating Point Coprocessor and Calling Conventions
11/04/2016
floating-point numbers [C++]
floating-point coprocessor
3cc6615a-b308-4cf7-9570-83e192a832b3

Floating Point Coprocessor and Calling Conventions

If you are writing assembly routines for the floating point coprocessor, you must preserve the floating point control word and clean the coprocessor stack unless you are returning a float or double value (which your function should return in ST(0)).

See also

Calling Conventions