mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:42:56 +00:00
[CRT] Replace amd64 math functions/stubs with libm
This commit is contained in:
parent
20e6e17070
commit
28c41b7d22
15 changed files with 115 additions and 276 deletions
|
@ -32,7 +32,6 @@ elseif(ARCH STREQUAL "amd64")
|
|||
)
|
||||
list(APPEND CRT_FLOAT_ASM_SOURCE
|
||||
float/amd64/getsetfpcw.S
|
||||
float/amd64/logb.S
|
||||
)
|
||||
elseif(ARCH STREQUAL "arm")
|
||||
list(APPEND CRT_FLOAT_SOURCE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue