[CRT] Replace amd64 math functions/stubs with libm

This commit is contained in:
Timo Kreuzer 2022-08-23 17:37:14 +03:00
parent 20e6e17070
commit 28c41b7d22
15 changed files with 115 additions and 276 deletions

View file

@ -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