[CRT] Improve _matherr handling

This commit is contained in:
Timo Kreuzer 2022-08-23 23:36:33 +02:00
parent 4d50f81419
commit 3d497ca883
2 changed files with 15 additions and 6 deletions

View file

@ -1,9 +1,9 @@
list(APPEND LIBCNTPR_MATH_SOURCE
math/_invoke_matherr.c
math/abs.c
math/div.c
math/labs.c
math/usermatherr.c
)
if(ARCH STREQUAL "i386")