mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:02:56 +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
|
@ -23,13 +23,15 @@ if(ARCH STREQUAL "i386")
|
|||
)
|
||||
elseif(ARCH STREQUAL "amd64")
|
||||
list(APPEND CRT_FLOAT_SOURCE
|
||||
float/i386/cntrlfp.c
|
||||
float/i386/statfp.c
|
||||
float/amd64/_clearfp.c
|
||||
float/amd64/_control87.c
|
||||
float/amd64/_controlfp.c
|
||||
float/amd64/_fpreset.c
|
||||
float/amd64/_statusfp.c
|
||||
float/amd64/machfpcw.c
|
||||
)
|
||||
list(APPEND CRT_FLOAT_ASM_SOURCE
|
||||
float/amd64/clearfp.S
|
||||
float/amd64/getsetfpcw.S
|
||||
float/amd64/fpreset.S
|
||||
float/amd64/logb.S
|
||||
)
|
||||
elseif(ARCH STREQUAL "arm")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue