Skip to content
Snippets Groups Projects
Commit 33adf3d4 authored by Raymond Toy's avatar Raymond Toy
Browse files

Compile in scalbn.

parent 95551b41
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ FDLIBM = k_sin.c k_cos.c k_tan.c s_sin.c s_cos.c s_tan.c sincos.c \
e_acosh.c s_asinh.c e_atanh.c \
e_atan2.c \
e_rem_pio2.c k_rem_pio2.c \
e_log10.c \
e_log10.c s_scalbn.c \
setexception.c
SRCS = lisp.c coreparse.c alloc.c monitor.c print.c interr.c \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment