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

View File

@ -18,7 +18,9 @@
{
"name": "native",
"targetType": "library",
"platforms": ["linux-x86_64"]
"platforms": ["linux-x86_64"],
"preBuildCommands": ["ninja -C arch"],
"lflags": ["arch/tanya.a"]
}
]
}