[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT/NEWLIB PATCH 1/2] Add math soures for long functions
Hi Vlad, this look ok, thanks. There's a minor typo in the commit message, I'll fix that on upstream. Reviewed-by: Felipe Huici <felipe.huici@xxxxxxxxx> On 09.11.19, 11:56, "Vlad-Andrei BĂDOIU (78692)" <vlad_andrei.badoiu@xxxxxxxxxxxxxxx> wrote: We enable some of the math sources(e.g. powl.c) by adding them to Makefile.uk Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@xxxxxxxxxxxxxxx> --- Makefile.uk | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Makefile.uk b/Makefile.uk index a820aea..5a46b88 100644 --- a/Makefile.uk +++ b/Makefile.uk @@ -973,6 +973,20 @@ LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/math/w_tgamma.c # Newlib/libm code -- common ################################################################################ LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/llroundl.c +LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/logl.c +LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/expl.c +LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/ceill.c +LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/floorl.c +LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/ldexpl.c +LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/frexpl.c +LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/powl.c +LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/cosl.c +LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/sinl.c +LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/atanl.c +LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/tanl.c +LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/fmodl.c +LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/sinhl.c +LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/coshl.c LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/s_finite.c LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/s_copysign.c LIBNEWLIBM_SRCS-y += $(LIBNEWLIB_LIBM)/common/s_modf.c -- 2.20.1 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |