Skip to content

Commit 16902a6

Browse files
committed
Reconnect cbrtl() to the build. It seems to build properly.
1 parent 8c8693c commit 16902a6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Make.files

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ $(CUR_SRCS) += e_acosl.c e_asinl.c e_atan2l.c e_fmodl.c \
5252
s_casinl.c s_ctanl.c \
5353
s_cimagl.c s_conjl.c s_creall.c s_cacoshl.c s_catanhl.c s_casinhl.c \
5454
s_catanl.c s_csinl.c s_cacosl.c s_cexpl.c s_csinhl.c s_ccoshl.c \
55-
s_clogl.c s_ctanhl.c s_ccosl.c
56-
# s_cbrtl.c
55+
s_clogl.c s_ctanhl.c s_ccosl.c s_cbrtl.c
5756
endif
5857

5958
# C99 complex functions

0 commit comments

Comments
 (0)