math: Add floating point support to abs

This commit is contained in:
2017-09-13 06:43:49 +02:00
parent 3705cf387e
commit 3e9ca359da
5 changed files with 206 additions and 32 deletions
+2 -1
View File
@@ -4,6 +4,7 @@ rule gas
rule archive
command = ar rcs $out $in
build abs.o: gas x64/linux/math/abs.S
build syscall.o: gas x64/linux/syscall.S
build tanya.a: archive syscall.o
build tanya.a: archive syscall.o abs.o