mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-29 13:03:42 +01:00
Reconnect cbrtl() to the build. It seems to build properly.
This commit is contained in:
parent
8c8693cf79
commit
16902a6ce1
1 changed files with 1 additions and 2 deletions
|
@ -52,8 +52,7 @@ $(CUR_SRCS) += e_acosl.c e_asinl.c e_atan2l.c e_fmodl.c \
|
||||||
s_casinl.c s_ctanl.c \
|
s_casinl.c s_ctanl.c \
|
||||||
s_cimagl.c s_conjl.c s_creall.c s_cacoshl.c s_catanhl.c s_casinhl.c \
|
s_cimagl.c s_conjl.c s_creall.c s_cacoshl.c s_catanhl.c s_casinhl.c \
|
||||||
s_catanl.c s_csinl.c s_cacosl.c s_cexpl.c s_csinhl.c s_ccoshl.c \
|
s_catanl.c s_csinl.c s_cacosl.c s_cexpl.c s_csinhl.c s_ccoshl.c \
|
||||||
s_clogl.c s_ctanhl.c s_ccosl.c
|
s_clogl.c s_ctanhl.c s_ccosl.c s_cbrtl.c
|
||||||
# s_cbrtl.c
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# C99 complex functions
|
# C99 complex functions
|
||||||
|
|
Loading…
Reference in a new issue