mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:13:03 +00:00
[CRT/ARM] Floating point control functions implementation (#3870)
Implement controlfp, statusfp, fpreset, clearfp. CORE-17757 CORE-17604
This commit is contained in:
parent
c188821f8b
commit
554bbb6bab
13 changed files with 249 additions and 100 deletions
|
@ -33,10 +33,14 @@ elseif(ARCH STREQUAL "amd64")
|
|||
float/amd64/logb.S
|
||||
)
|
||||
elseif(ARCH STREQUAL "arm")
|
||||
list(APPEND CRT_FLOAT_SOURCE
|
||||
float/arm/_clearfp.c
|
||||
float/arm/_controlfp.c
|
||||
float/arm/_fpreset.c
|
||||
float/arm/_statusfp.c
|
||||
)
|
||||
list(APPEND CRT_FLOAT_ASM_SOURCE
|
||||
float/arm/_clearfp.s
|
||||
float/arm/_controlfp.s
|
||||
float/arm/_fpreset.s
|
||||
float/arm/_statusfp.s
|
||||
float/arm/__getfp.s
|
||||
float/arm/__setfp.s
|
||||
)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue