mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:52:57 +00:00
[CRT] Fix amd64 floating point control functions
This commit is contained in:
parent
39f11249ff
commit
76086220fa
10 changed files with 243 additions and 32 deletions
|
@ -59,6 +59,10 @@
|
|||
#define _PC_24 0x00020000
|
||||
#define _PC_53 0x00010000
|
||||
#define _PC_64 0x00000000
|
||||
#define _DN_SAVE 0x00000000
|
||||
#define _DN_FLUSH 0x01000000
|
||||
#define _DN_FLUSH_OPERANDS_SAVE_RESULTS 0x02000000
|
||||
#define _DN_SAVE_OPERANDS_FLUSH_RESULTS 0x03000000
|
||||
|
||||
/* These are also defined in Mingw math.h, needed to work around
|
||||
GCC build issues. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue