From e4cd57a61543833c00b3e6a7254962b385db5ef2 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Mon, 2 Oct 2017 14:55:30 +0200 Subject: math.nbtheory: Implement natural logarithm --- arch/build.ninja | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'arch/build.ninja') diff --git a/arch/build.ninja b/arch/build.ninja index fce2838..824efa4 100644 --- a/arch/build.ninja +++ b/arch/build.ninja @@ -5,9 +5,10 @@ rule archive command = ar rcs $out $in build abs.o: gas x64/linux/math/abs.S +build log.o: gas x64/linux/math/log.S build cmp.o: gas x64/linux/memory/cmp.S build fill.o: gas x64/linux/memory/fill.S build copy.o: gas x64/linux/memory/copy.S build syscall.o: gas x64/linux/syscall.S -build tanya.a: archive syscall.o copy.o fill.o cmp.o abs.o +build tanya.a: archive syscall.o copy.o fill.o cmp.o log.o abs.o -- cgit v1.2.3